2025-12-04T09:40:31.3790734Z Current runner version: '2.330.0' 2025-12-04T09:40:31.3801686Z Runner name: 'i-0c04d36538cafeae6' 2025-12-04T09:40:31.3802574Z Runner group name: 'Default' 2025-12-04T09:40:31.3803567Z Machine name: 'EC2AMAZ-F4P7NAP' 2025-12-04T09:40:31.3806983Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T09:40:31.3811279Z Contents: read 2025-12-04T09:40:31.3811930Z Metadata: read 2025-12-04T09:40:31.3812549Z ##[endgroup] 2025-12-04T09:40:31.3815237Z Secret source: Actions 2025-12-04T09:40:31.3816156Z Prepare workflow directory 2025-12-04T09:40:31.4434933Z Prepare all required actions 2025-12-04T09:40:31.4485438Z Getting action download info 2025-12-04T09:40:31.6645016Z Download action repository 'pytorch/test-infra@main' (SHA:39aa74d619174326f4e2fb0e216151c2f29d9ffd) 2025-12-04T09:41:48.1787729Z Download action repository 'pytorch/pytorch@main' (SHA:7716da9fb23f27a65b41f9f016a2afadf281c18f) 2025-12-04T09:48:04.2194976Z Download action repository 'seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-12-04T09:48:04.8656748Z Getting action download info 2025-12-04T09:48:05.0191125Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T09:48:05.5834206Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/main (ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T09:48:05.5839073Z ##[group] Inputs 2025-12-04T09:48:05.5839429Z build-environment: win-vs2022-cpu-py3 2025-12-04T09:48:05.5839759Z cuda-version: cpu 2025-12-04T09:48:05.5842305Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "openreg", "shard": 1, "num_shards": 1, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}]} 2025-12-04T09:48:05.5845081Z sync-tag: 2025-12-04T09:48:05.5845938Z timeout-minutes: 240 2025-12-04T09:48:05.5846499Z disable-monitor: false 2025-12-04T09:48:05.5846773Z monitor-log-interval: 5 2025-12-04T09:48:05.5847049Z monitor-data-collect-interval: 1 2025-12-04T09:48:05.5847349Z ##[endgroup] 2025-12-04T09:48:05.5847845Z Complete job name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:48:05.9612464Z ##[group]Run git config --global core.longpaths true 2025-12-04T09:48:05.9613379Z git config --global core.longpaths true 2025-12-04T09:48:05.9613742Z git config --global core.symlinks true 2025-12-04T09:48:05.9614137Z git config --global core.ignorecase false 2025-12-04T09:48:05.9614440Z  2025-12-04T09:48:05.9614808Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-12-04T09:48:05.9615409Z # the directory on Windows and prevent GHA from checking out as reported 2025-12-04T09:48:05.9616031Z # in https://github.com/actions/checkout/issues/1018 2025-12-04T09:48:05.9616524Z git config --global core.fsmonitor false 2025-12-04T09:48:05.9647145Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:48:05.9648051Z env: 2025-12-04T09:48:05.9648262Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:05.9648495Z ##[endgroup] 2025-12-04T09:48:09.8949352Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-12-04T09:48:09.8949961Z with: 2025-12-04T09:48:09.8950496Z github-secret: *** 2025-12-04T09:48:09.8952923Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-12-04T09:48:09.8957084Z activate-with-label: false 2025-12-04T09:48:09.8957354Z label: with-ssh 2025-12-04T09:48:09.8957572Z remove-existing-keys: true 2025-12-04T09:48:09.8957873Z fail-silently: true 2025-12-04T09:48:09.8958097Z env: 2025-12-04T09:48:09.8958290Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:09.8958507Z ##[endgroup] 2025-12-04T09:48:10.0634727Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-12-04T09:48:10.0635786Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-12-04T09:48:10.1046630Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T09:48:10.1047092Z with: 2025-12-04T09:48:10.1047299Z no-sudo: true 2025-12-04T09:48:10.1047506Z submodules: recursive 2025-12-04T09:48:10.1047739Z fetch-depth: 0 2025-12-04T09:48:10.1047933Z env: 2025-12-04T09:48:10.1048110Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:10.1048337Z ##[endgroup] 2025-12-04T09:48:10.1213964Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:48:10.1214903Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:48:10.1238444Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:48:10.1238932Z env: 2025-12-04T09:48:10.1239117Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:10.1239347Z ##[endgroup] 2025-12-04T09:48:10.3407459Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T09:48:10.3407889Z # Use all available CPUs for fetching 2025-12-04T09:48:10.3408237Z cd "${GITHUB_WORKSPACE}" 2025-12-04T09:48:10.3408553Z git config --global fetch.parallel 0 2025-12-04T09:48:10.3408917Z git config --global submodule.fetchJobs 0 2025-12-04T09:48:10.3409243Z  2025-12-04T09:48:10.3409572Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T09:48:10.3410024Z # do it here as well just in case 2025-12-04T09:48:10.3410315Z if [[ -d .git ]]; then 2025-12-04T09:48:10.3410573Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T09:48:10.3410857Z  sudo git clean -ffdx 2025-12-04T09:48:10.3411098Z  else 2025-12-04T09:48:10.3411313Z  git clean -ffdx 2025-12-04T09:48:10.3411533Z  fi 2025-12-04T09:48:10.3411713Z fi 2025-12-04T09:48:10.3432974Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:48:10.3433434Z env: 2025-12-04T09:48:10.3433750Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:10.3433983Z NO_SUDO: true 2025-12-04T09:48:10.3434180Z ##[endgroup] 2025-12-04T09:48:10.5603385Z ##[group]Run actions/checkout@v4 2025-12-04T09:48:10.5603673Z with: 2025-12-04T09:48:10.5603901Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:48:10.5604221Z fetch-depth: 0 2025-12-04T09:48:10.5604425Z submodules: recursive 2025-12-04T09:48:10.5604661Z show-progress: false 2025-12-04T09:48:10.5604889Z repository: pytorch/pytorch 2025-12-04T09:48:10.5605268Z token: *** 2025-12-04T09:48:10.5605462Z ssh-strict: true 2025-12-04T09:48:10.5605658Z ssh-user: git 2025-12-04T09:48:10.5605881Z persist-credentials: true 2025-12-04T09:48:10.5606875Z clean: true 2025-12-04T09:48:10.5607097Z sparse-checkout-cone-mode: true 2025-12-04T09:48:10.5607359Z fetch-tags: false 2025-12-04T09:48:10.5607583Z lfs: false 2025-12-04T09:48:10.5607773Z set-safe-directory: true 2025-12-04T09:48:10.5608001Z env: 2025-12-04T09:48:10.5608175Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:48:10.5608403Z ##[endgroup] 2025-12-04T09:48:10.7016474Z Syncing repository: pytorch/pytorch 2025-12-04T09:48:10.7017903Z ##[group]Getting Git version info 2025-12-04T09:48:10.7018334Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-12-04T09:48:10.7176153Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-12-04T09:48:10.7414040Z git version 2.51.0.windows.1 2025-12-04T09:48:10.7473291Z ##[endgroup] 2025-12-04T09:48:10.7487990Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\b6ea0a35-572c-4384-ad1b-0f92539a7425\.gitconfig' 2025-12-04T09:48:10.7512530Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b6ea0a35-572c-4384-ad1b-0f92539a7425' before making global git config changes 2025-12-04T09:48:10.7514957Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:48:10.7525343Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:48:10.7823879Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-12-04T09:48:10.7830231Z ##[group]Initializing the repository 2025-12-04T09:48:10.7841990Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:48:11.2716719Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-12-04T09:48:11.2776164Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-12-04T09:48:11.4763007Z ##[endgroup] 2025-12-04T09:48:11.4763625Z ##[group]Disabling automatic garbage collection 2025-12-04T09:48:11.4775399Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-12-04T09:48:11.5037798Z ##[endgroup] 2025-12-04T09:48:11.5038318Z ##[group]Setting up auth 2025-12-04T09:48:11.5053860Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:48:11.5335034Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-12-04T09:48:14.5634222Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:48:14.5922817Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-12-04T09:48:15.2099255Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:48:15.2496357Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T09:48:15.8809667Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-12-04T09:48:15.9095414Z ##[endgroup] 2025-12-04T09:48:15.9095845Z ##[group]Fetching the repository 2025-12-04T09:48:15.9110150Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T09:49:19.1608887Z From https://github.com/pytorch/pytorch 2025-12-04T09:49:19.1609432Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-12-04T09:49:19.1610071Z * [new branch] 2.9.1 -> origin/2.9.1 2025-12-04T09:49:19.1612576Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-12-04T09:49:19.1613380Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-12-04T09:49:19.1614058Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-12-04T09:49:19.1614625Z * [new branch] HOPrintFunc -> origin/HOPrintFunc 2025-12-04T09:49:19.1615161Z * [new branch] IvanKobzarev/stack/1 -> origin/IvanKobzarev/stack/1 2025-12-04T09:49:19.1615939Z * [new branch] NicoshevSVE128 -> origin/NicoshevSVE128 2025-12-04T09:49:19.1616995Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-12-04T09:49:19.1618044Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-12-04T09:49:19.1619138Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-12-04T09:49:19.1621155Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-12-04T09:49:19.1622461Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-12-04T09:49:19.1623558Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-12-04T09:49:19.1624535Z * [new branch] VLA_exp -> origin/VLA_exp 2025-12-04T09:49:19.1625537Z * [new branch] activation_bench -> origin/activation_bench 2025-12-04T09:49:19.1626076Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-12-04T09:49:19.1626612Z * [new branch] adi/onednn_aarch64 -> origin/adi/onednn_aarch64 2025-12-04T09:49:19.1627116Z * [new branch] adi/test -> origin/adi/test 2025-12-04T09:49:19.1627579Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-12-04T09:49:19.1628084Z * [new branch] adi/test_m8g -> origin/adi/test_m8g 2025-12-04T09:49:19.1628589Z * [new branch] adi/test_onednn -> origin/adi/test_onednn 2025-12-04T09:49:19.1629215Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-12-04T09:49:19.1629852Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-12-04T09:49:19.1630361Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-12-04T09:49:19.1630880Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-12-04T09:49:19.1631425Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-12-04T09:49:19.1632039Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-12-04T09:49:19.1632602Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-12-04T09:49:19.1633138Z * [new branch] also-surround-shimh -> origin/also-surround-shimh 2025-12-04T09:49:19.1633700Z * [new branch] angelayi/aot_compile -> origin/angelayi/aot_compile 2025-12-04T09:49:19.1634296Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-12-04T09:49:19.1634903Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-12-04T09:49:19.1635661Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-12-04T09:49:19.1636401Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-12-04T09:49:19.1636960Z * [new branch] angelayi/inductor_const -> origin/angelayi/inductor_const 2025-12-04T09:49:19.1637480Z * [new branch] angelayi/lstm -> origin/angelayi/lstm 2025-12-04T09:49:19.1638197Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-12-04T09:49:19.1638756Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-12-04T09:49:19.1639276Z * [new branch] angelayi/side_eff -> origin/angelayi/side_eff 2025-12-04T09:49:19.1639801Z * [new branch] angelayi/state_dict -> origin/angelayi/state_dict 2025-12-04T09:49:19.1640332Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-12-04T09:49:19.1640867Z * [new branch] angelayi/symm_mem -> origin/angelayi/symm_mem 2025-12-04T09:49:19.1641397Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-12-04T09:49:19.1642011Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-12-04T09:49:19.1642628Z * [new branch] annotate_assert -> origin/annotate_assert 2025-12-04T09:49:19.1643294Z * [new branch] annotate_fallback_kernel -> origin/annotate_fallback_kernel 2025-12-04T09:49:19.1643971Z * [new branch] annotation_deepcopy -> origin/annotation_deepcopy 2025-12-04T09:49:19.1644505Z * [new branch] annotation_dynamo -> origin/annotation_dynamo 2025-12-04T09:49:19.1645032Z * [new branch] aot_eager_stack_trace -> origin/aot_eager_stack_trace 2025-12-04T09:49:19.1645552Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-12-04T09:49:19.1646067Z * [new branch] aoti_const_device -> origin/aoti_const_device 2025-12-04T09:49:19.1646590Z * [new branch] aoti_fqn_name_interface -> origin/aoti_fqn_name_interface 2025-12-04T09:49:19.1647184Z * [new branch] aoti_package_weights_binary -> origin/aoti_package_weights_binary 2025-12-04T09:49:19.1647753Z * [new branch] aoti_target_windows -> origin/aoti_target_windows 2025-12-04T09:49:19.1648478Z * [new branch] arsh/feat/inductor_check_profiling -> origin/arsh/feat/inductor_check_profiling 2025-12-04T09:49:19.1649170Z * [new branch] async_tp -> origin/async_tp 2025-12-04T09:49:19.1649721Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-12-04T09:49:19.1650401Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-12-04T09:49:19.1651008Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-12-04T09:49:19.1651515Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-12-04T09:49:19.1652027Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-12-04T09:49:19.1652522Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-12-04T09:49:19.1653049Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-12-04T09:49:19.1653596Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-12-04T09:49:19.1654152Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-12-04T09:49:19.1654793Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-12-04T09:49:19.1655440Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-12-04T09:49:19.1655986Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-12-04T09:49:19.1656593Z * [new branch] attention_benchmarking_clean -> origin/attention_benchmarking_clean 2025-12-04T09:49:19.1657188Z * [new branch] bahuang/dt_fix_scalar_add -> origin/bahuang/dt_fix_scalar_add 2025-12-04T09:49:19.1657861Z * [new branch] bahuang/fix_debug_mode -> origin/bahuang/fix_debug_mode 2025-12-04T09:49:19.1659091Z * [new branch] bahuang/fix_expand -> origin/bahuang/fix_expand 2025-12-04T09:49:19.1659610Z * [new branch] bahuang/test -> origin/bahuang/test 2025-12-04T09:49:19.1660081Z * [new branch] base/1.5 -> origin/base/1.5 2025-12-04T09:49:19.1660703Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-12-04T09:49:19.1661391Z * [new branch] bench_scaled_mm_ops -> origin/bench_scaled_mm_ops 2025-12-04T09:49:19.1662015Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-12-04T09:49:19.1662573Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-12-04T09:49:19.1663150Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-12-04T09:49:19.1663673Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-12-04T09:49:19.1664314Z * [new branch] bf/bug-static-input -> origin/bf/bug-static-input 2025-12-04T09:49:19.1664811Z * [new branch] bf/cg-backend -> origin/bf/cg-backend 2025-12-04T09:49:19.1665297Z * [new branch] bf/cg-nccl-test -> origin/bf/cg-nccl-test 2025-12-04T09:49:19.1665806Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-12-04T09:49:19.1666350Z * [new branch] bf/clean-torchbench-hf -> origin/bf/clean-torchbench-hf 2025-12-04T09:49:19.1666908Z * [new branch] bf/combo-debug-log -> origin/bf/combo-debug-log 2025-12-04T09:49:19.1667513Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-12-04T09:49:19.1668266Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-12-04T09:49:19.1669292Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-12-04T09:49:19.1670185Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-12-04T09:49:19.1670787Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-12-04T09:49:19.1671356Z * [new branch] bf/dynamo-partition -> origin/bf/dynamo-partition 2025-12-04T09:49:19.1671855Z * [new branch] bf/lite -> origin/bf/lite 2025-12-04T09:49:19.1672348Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-12-04T09:49:19.1672967Z * [new branch] bf/partition-cache-free-symbols -> origin/bf/partition-cache-free-symbols 2025-12-04T09:49:19.1673738Z * [new branch] bf/partition-memory-plan -> origin/bf/partition-memory-plan 2025-12-04T09:49:19.1674430Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-12-04T09:49:19.1675047Z * [new branch] bf/partition-view-fallback -> origin/bf/partition-view-fallback 2025-12-04T09:49:19.1675647Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-12-04T09:49:19.1676225Z * [new branch] bf/timm-nov-26-2025 -> origin/bf/timm-nov-26-2025 2025-12-04T09:49:19.1676807Z * [new branch] bf/transformer-pin-4-57-3 -> origin/bf/transformer-pin-4-57-3 2025-12-04T09:49:19.1677408Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-12-04T09:49:19.1678015Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-12-04T09:49:19.1678602Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-12-04T09:49:19.1679195Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-12-04T09:49:19.1679974Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-12-04T09:49:19.1680549Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-12-04T09:49:19.1681247Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-12-04T09:49:19.1681826Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-12-04T09:49:19.1682429Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-12-04T09:49:19.1683023Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-12-04T09:49:19.1683597Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-12-04T09:49:19.1684174Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-12-04T09:49:19.1685258Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-12-04T09:49:19.1685885Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-12-04T09:49:19.1686600Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-12-04T09:49:19.1687286Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-12-04T09:49:19.1687861Z * [new branch] brister/fx_device_type -> origin/brister/fx_device_type 2025-12-04T09:49:19.1688443Z * [new branch] brister/test_inductor_all_fx -> origin/brister/test_inductor_all_fx 2025-12-04T09:49:19.1689154Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-12-04T09:49:19.1689782Z * [new branch] bwd-backup -> origin/bwd-backup 2025-12-04T09:49:19.1690255Z * [new branch] c57382a49 -> origin/c57382a49 2025-12-04T09:49:19.1690712Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-12-04T09:49:19.1691178Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-12-04T09:49:19.1691747Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-12-04T09:49:19.1692344Z * [new branch] cccclai-patch-1 -> origin/cccclai-patch-1 2025-12-04T09:49:19.1693101Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1694002Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1694781Z * [new branch] cherry-pick-162208-by-pytorch_bot_bot_ -> origin/cherry-pick-162208-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1695581Z * [new branch] cherry-pick-163169-by-pytorch_bot_bot_ -> origin/cherry-pick-163169-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1696364Z * [new branch] cherry-pick-165086-by-pytorch_bot_bot_ -> origin/cherry-pick-165086-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1697138Z * [new branch] cherry-pick-165514-by-pytorch_bot_bot_ -> origin/cherry-pick-165514-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1698012Z * [new branch] cherry-pick-165601-by-pytorch_bot_bot_ -> origin/cherry-pick-165601-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1698785Z * [new branch] cherry-pick-165667-by-pytorch_bot_bot_ -> origin/cherry-pick-165667-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1699660Z * [new branch] cherry-pick-165815-by-pytorch_bot_bot_ -> origin/cherry-pick-165815-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1700537Z * [new branch] cherry-pick-165922-by-pytorch_bot_bot_ -> origin/cherry-pick-165922-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1701444Z * [new branch] cherry-pick-166148-by-pytorch_bot_bot_ -> origin/cherry-pick-166148-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1702234Z * [new branch] cherry-pick-166181-by-pytorch_bot_bot_ -> origin/cherry-pick-166181-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1703012Z * [new branch] cherry-pick-166404-by-pytorch_bot_bot_ -> origin/cherry-pick-166404-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1703793Z * [new branch] cherry-pick-166427-by-pytorch_bot_bot_ -> origin/cherry-pick-166427-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1704575Z * [new branch] cherry-pick-166480-by-pytorch_bot_bot_ -> origin/cherry-pick-166480-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1705434Z * [new branch] cherry-pick-166570-by-pytorch_bot_bot_ -> origin/cherry-pick-166570-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1706308Z * [new branch] cherry-pick-166993-by-pytorch_bot_bot_ -> origin/cherry-pick-166993-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1707196Z * [new branch] cherry-pick-167111-by-pytorch_bot_bot_ -> origin/cherry-pick-167111-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1707972Z * [new branch] cherry-pick-167478-by-pytorch_bot_bot_ -> origin/cherry-pick-167478-by-pytorch_bot_bot_ 2025-12-04T09:49:19.1708658Z * [new branch] cherry_pick_166036_166040 -> origin/cherry_pick_166036_166040 2025-12-04T09:49:19.1709184Z * [new branch] cherry_pick_166457 -> origin/cherry_pick_166457 2025-12-04T09:49:19.1709712Z * [new branch] cherrypick_166338 -> origin/cherrypick_166338 2025-12-04T09:49:19.1710224Z * [new branch] cherrypick_166458 -> origin/cherrypick_166458 2025-12-04T09:49:19.1710726Z * [new branch] cherrypick_166586 -> origin/cherrypick_166586 2025-12-04T09:49:19.1711244Z * [new branch] cherrypick_166956 -> origin/cherrypick_166956 2025-12-04T09:49:19.1711802Z * [new branch] ci_attn -> origin/ci_attn 2025-12-04T09:49:19.1712278Z * [new branch] codex-testing -> origin/codex-testing 2025-12-04T09:49:19.1713097Z * [new branch] codex/add-check_memory_overlap-helper-functions -> origin/codex/add-check_memory_overlap-helper-functions 2025-12-04T09:49:19.1713959Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-12-04T09:49:19.1714865Z * [new branch] codex/investigate-segfaults-in-get_tensor_storage_id -> origin/codex/investigate-segfaults-in-get_tensor_storage_id 2025-12-04T09:49:19.1715894Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-12-04T09:49:19.1716684Z * [new branch] compatiblpy39util -> origin/compatiblpy39util 2025-12-04T09:49:19.1717212Z * [new branch] cond_hop_device -> origin/cond_hop_device 2025-12-04T09:49:19.1717687Z * [new branch] context_test -> origin/context_test 2025-12-04T09:49:19.1718437Z * [new branch] copilot/code-style-cleanup-python-pip -> origin/copilot/code-style-cleanup-python-pip 2025-12-04T09:49:19.1719215Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-12-04T09:49:19.1719830Z * [new branch] cpp-docs-dependency-upgrade -> origin/cpp-docs-dependency-upgrade 2025-12-04T09:49:19.1720535Z * [new branch] crpa/typo-in-inductor_comm_lowering -> origin/crpa/typo-in-inductor_comm_lowering 2025-12-04T09:49:19.1721172Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-12-04T09:49:19.1721751Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-12-04T09:49:19.1722325Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-12-04T09:49:19.1722960Z * [new branch] csl/clean_up -> origin/csl/clean_up 2025-12-04T09:49:19.1723503Z * [new branch] csl/fix_retry_segfault_exit -> origin/csl/fix_retry_segfault_exit 2025-12-04T09:49:19.1724014Z * [new branch] csl/katex -> origin/csl/katex 2025-12-04T09:49:19.1724598Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-12-04T09:49:19.1725102Z * [new branch] csl/lint_testing -> origin/csl/lint_testing 2025-12-04T09:49:19.1725678Z * [new branch] csl/lint_thing -> origin/csl/lint_thing 2025-12-04T09:49:19.1726187Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-12-04T09:49:19.1726911Z * [new branch] csl/manually_gen_json -> origin/csl/manually_gen_json 2025-12-04T09:49:19.1727429Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-12-04T09:49:19.1728053Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-12-04T09:49:19.1728573Z * [new branch] csl/print_timing -> origin/csl/print_timing 2025-12-04T09:49:19.1729107Z * [new branch] csl/remove_experiment -> origin/csl/remove_experiment 2025-12-04T09:49:19.1729680Z * [new branch] csl/remove_maybe_unused_var -> origin/csl/remove_maybe_unused_var 2025-12-04T09:49:19.1730318Z * [new branch] csl/remove_repo_specific_autolabel -> origin/csl/remove_repo_specific_autolabel 2025-12-04T09:49:19.1731053Z * [new branch] csl/remove_run_parallel -> origin/csl/remove_run_parallel 2025-12-04T09:49:19.1731597Z * [new branch] csl/remove_unused_vars -> origin/csl/remove_unused_vars 2025-12-04T09:49:19.1732212Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-12-04T09:49:19.1732719Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-12-04T09:49:19.1733252Z * [new branch] csl/smaller_avx_amx_runenrs -> origin/csl/smaller_avx_amx_runenrs 2025-12-04T09:49:19.1733803Z * [new branch] csl/td_job_level -> origin/csl/td_job_level 2025-12-04T09:49:19.1734373Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-12-04T09:49:19.1735065Z * [new branch] csl/test_owners_autograd_dispatch_nn -> origin/csl/test_owners_autograd_dispatch_nn 2025-12-04T09:49:19.1735763Z * [new branch] csl/test_owners_higher_confidence -> origin/csl/test_owners_higher_confidence 2025-12-04T09:49:19.1736391Z * [new branch] csl/upload_json_running -> origin/csl/upload_json_running 2025-12-04T09:49:19.1736960Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-12-04T09:49:19.1737631Z * [new branch] csl/xml_stuff -> origin/csl/xml_stuff 2025-12-04T09:49:19.1738104Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-12-04T09:49:19.1738680Z * [new branch] cuda_mempool -> origin/cuda_mempool 2025-12-04T09:49:19.1739191Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-12-04T09:49:19.1739745Z * [new branch] d4l3k/debug_plane_frtrace -> origin/d4l3k/debug_plane_frtrace 2025-12-04T09:49:19.1740271Z * [new branch] daxia6/2.8o3 -> origin/daxia6/2.8o3 2025-12-04T09:49:19.1740744Z * [new branch] debug-guard -> origin/debug-guard 2025-12-04T09:49:19.1741251Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-12-04T09:49:19.1742192Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 2025-12-04T09:49:19.1744193Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 2025-12-04T09:49:19.1745251Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-12-04T09:49:19.1746010Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-12-04T09:49:19.1746769Z * [new branch] dev/dhruva/flex_attn_opt -> origin/dev/dhruva/flex_attn_opt 2025-12-04T09:49:19.1747457Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-12-04T09:49:19.1748104Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-12-04T09:49:19.1748703Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-12-04T09:49:19.1749324Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-12-04T09:49:19.1750096Z * [new branch] dev/joona/fix_sdpa_memtest -> origin/dev/joona/fix_sdpa_memtest 2025-12-04T09:49:19.1750809Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-12-04T09:49:19.1751507Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-12-04T09:49:19.1752183Z * [new branch] dev/joona/scalar_clamp -> origin/dev/joona/scalar_clamp 2025-12-04T09:49:19.1752700Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-12-04T09:49:19.1753318Z * [new branch] dev/joona/sdpa_api -> origin/dev/joona/sdpa_api 2025-12-04T09:49:19.1753947Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-12-04T09:49:19.1754589Z * [new branch] dev/joona/ulpAssertClose -> origin/dev/joona/ulpAssertClose 2025-12-04T09:49:19.1755269Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-12-04T09:49:19.1755847Z * [new branch] disp_counter -> origin/disp_counter 2025-12-04T09:49:19.1756363Z * [new branch] divyanshk-patch-1 -> origin/divyanshk-patch-1 2025-12-04T09:49:19.1756936Z * [new branch] docs -> origin/docs 2025-12-04T09:49:19.1787573Z * [new branch] documentation -> origin/documentation 2025-12-04T09:49:19.1788433Z * [new branch] eager_model_benchmarks -> origin/eager_model_benchmarks 2025-12-04T09:49:19.1789134Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-12-04T09:49:19.1789859Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-12-04T09:49:19.1790590Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-12-04T09:49:19.1791233Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-12-04T09:49:19.1791830Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-12-04T09:49:19.1792387Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-12-04T09:49:19.1792858Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-12-04T09:49:19.1793408Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-12-04T09:49:19.1793984Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-12-04T09:49:19.1794500Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-12-04T09:49:19.1795163Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-12-04T09:49:19.1796074Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-12-04T09:49:19.1796770Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-12-04T09:49:19.1797577Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-12-04T09:49:19.1798412Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-12-04T09:49:19.1799304Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-12-04T09:49:19.1800192Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-12-04T09:49:19.1800943Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-12-04T09:49:19.1801628Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-12-04T09:49:19.1802874Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-12-04T09:49:19.1803630Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-12-04T09:49:19.1804415Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-12-04T09:49:19.1805039Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-12-04T09:49:19.1805785Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-12-04T09:49:19.1806681Z * [new branch] exclamaforte/profile-diff-algo -> origin/exclamaforte/profile-diff-algo 2025-12-04T09:49:19.1807509Z * [new branch] exclamaforte/profiler-visualization -> origin/exclamaforte/profiler-visualization 2025-12-04T09:49:19.1808360Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-12-04T09:49:19.1809124Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-12-04T09:49:19.1809925Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-12-04T09:49:19.1810562Z * [new branch] exec -> origin/exec 2025-12-04T09:49:19.1811053Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-12-04T09:49:19.1811603Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-12-04T09:49:19.1812121Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-12-04T09:49:19.1812613Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-12-04T09:49:19.1813115Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-12-04T09:49:19.1813700Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-12-04T09:49:19.1814198Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-12-04T09:49:19.1814777Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-12-04T09:49:19.1815374Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-12-04T09:49:19.1815878Z * [new branch] export-D81204584 -> origin/export-D81204584 2025-12-04T09:49:19.1816366Z * [new branch] export-D81429090 -> origin/export-D81429090 2025-12-04T09:49:19.1816867Z * [new branch] export-D82250826 -> origin/export-D82250826 2025-12-04T09:49:19.1817360Z * [new branch] export-D82253817 -> origin/export-D82253817 2025-12-04T09:49:19.1817950Z * [new branch] export-D83541846 -> origin/export-D83541846 2025-12-04T09:49:19.1818576Z * [new branch] export-D83627170 -> origin/export-D83627170 2025-12-04T09:49:19.1819070Z * [new branch] export-D83766701 -> origin/export-D83766701 2025-12-04T09:49:19.1819576Z * [new branch] export-D83768878 -> origin/export-D83768878 2025-12-04T09:49:19.1820066Z * [new branch] export-D83769447 -> origin/export-D83769447 2025-12-04T09:49:19.1820576Z * [new branch] export-D84089824 -> origin/export-D84089824 2025-12-04T09:49:19.1821079Z * [new branch] export-D84213020 -> origin/export-D84213020 2025-12-04T09:49:19.1821565Z * [new branch] export-D84373821 -> origin/export-D84373821 2025-12-04T09:49:19.1822068Z * [new branch] export-D84612194 -> origin/export-D84612194 2025-12-04T09:49:19.1822545Z * [new branch] export-D84890985 -> origin/export-D84890985 2025-12-04T09:49:19.1823127Z * [new branch] export-D85122326 -> origin/export-D85122326 2025-12-04T09:49:19.1823605Z * [new branch] export-D86256198 -> origin/export-D86256198 2025-12-04T09:49:19.1824103Z * [new branch] export-D86460608 -> origin/export-D86460608 2025-12-04T09:49:19.1824613Z * [new branch] export-D86474796 -> origin/export-D86474796 2025-12-04T09:49:19.1825091Z * [new branch] export-D86712396 -> origin/export-D86712396 2025-12-04T09:49:19.1825695Z * [new branch] export-D87022129 -> origin/export-D87022129 2025-12-04T09:49:19.1826186Z * [new branch] export-D87838959 -> origin/export-D87838959 2025-12-04T09:49:19.1826781Z * [new branch] export-D88319437 -> origin/export-D88319437 2025-12-04T09:49:19.1827504Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-12-04T09:49:19.1828147Z * [new branch] ezyang-titan-october -> origin/ezyang-titan-october 2025-12-04T09:49:19.1828724Z * [new branch] ezyang-titan-october2 -> origin/ezyang-titan-october2 2025-12-04T09:49:19.1829237Z * [new branch] ezyang-war -> origin/ezyang-war 2025-12-04T09:49:19.1829783Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-12-04T09:49:19.1830336Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-12-04T09:49:19.1830861Z * [new branch] fadeputr/sequence_fbgemm -> origin/fadeputr/sequence_fbgemm 2025-12-04T09:49:19.1831426Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-12-04T09:49:19.1831906Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-12-04T09:49:19.1832351Z * [new branch] fca -> origin/fca 2025-12-04T09:49:19.1832769Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-12-04T09:49:19.1833199Z * [new branch] fca5 -> origin/fca5 2025-12-04T09:49:19.1833693Z * [new branch] feature/justknobs-cpp -> origin/feature/justknobs-cpp 2025-12-04T09:49:19.1834261Z * [new branch] feature/numa-forkserver -> origin/feature/numa-forkserver 2025-12-04T09:49:19.1834791Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-12-04T09:49:19.1835302Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-12-04T09:49:19.1835797Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-12-04T09:49:19.1836328Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-12-04T09:49:19.1836958Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-12-04T09:49:19.1837506Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-12-04T09:49:19.1838049Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-12-04T09:49:19.1838612Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-12-04T09:49:19.1839194Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-12-04T09:49:19.1839738Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-12-04T09:49:19.1840337Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-12-04T09:49:19.1840931Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-12-04T09:49:19.1841437Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-12-04T09:49:19.1841935Z * [new branch] fix_addmm_issue -> origin/fix_addmm_issue 2025-12-04T09:49:19.1842548Z * [new branch] fix_amd_missing_cluster_dims -> origin/fix_amd_missing_cluster_dims 2025-12-04T09:49:19.1843230Z * [new branch] fix_bench_bwd_pass -> origin/fix_bench_bwd_pass 2025-12-04T09:49:19.1843841Z * [new branch] fix_mem_profiler_config -> origin/fix_mem_profiler_config 2025-12-04T09:49:19.1844445Z * [new branch] fix_nvrtc_discovery -> origin/fix_nvrtc_discovery 2025-12-04T09:49:19.1844923Z * [new branch] fix_op_runner -> origin/fix_op_runner 2025-12-04T09:49:19.1845378Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-12-04T09:49:19.1845824Z * [new branch] fixes-triage -> origin/fixes-triage 2025-12-04T09:49:19.1846283Z * [new branch] fixflashinfer -> origin/fixflashinfer 2025-12-04T09:49:19.1846780Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-12-04T09:49:19.1847252Z * [new branch] flex-flash -> origin/flex-flash 2025-12-04T09:49:19.1847778Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-12-04T09:49:19.1848318Z * [new branch] flex_flash -> origin/flex_flash 2025-12-04T09:49:19.1848844Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-12-04T09:49:19.1849508Z * [new branch] fmassa/tests_comm_compute_scheduler -> origin/fmassa/tests_comm_compute_scheduler 2025-12-04T09:49:19.1850091Z * [new branch] forkserver_fix -> origin/forkserver_fix 2025-12-04T09:49:19.1850569Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-12-04T09:49:19.1851035Z * [new branch] fx_cpp -> origin/fx_cpp 2025-12-04T09:49:19.1851463Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-12-04T09:49:19.1851917Z * [new branch] galv-patch-1 -> origin/galv-patch-1 2025-12-04T09:49:19.1852547Z * [new branch] galv/cudagraphs-conditional-nodes-4 -> origin/galv/cudagraphs-conditional-nodes-4 2025-12-04T09:49:19.1853238Z * [new branch] georgehong/cmakelists-patch -> origin/georgehong/cmakelists-patch 2025-12-04T09:49:19.1853805Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-12-04T09:49:19.1854292Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-12-04T09:49:19.1854823Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-12-04T09:49:19.1855344Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-12-04T09:49:19.1855961Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-12-04T09:49:19.1856500Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-12-04T09:49:19.1857021Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-12-04T09:49:19.1857609Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-12-04T09:49:19.1858104Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-12-04T09:49:19.1858615Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-12-04T09:49:19.1859117Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-12-04T09:49:19.1859612Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-12-04T09:49:19.1860125Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-12-04T09:49:19.1860702Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-12-04T09:49:19.1861206Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-12-04T09:49:19.1861729Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-12-04T09:49:19.1862219Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-12-04T09:49:19.1862722Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-12-04T09:49:19.1863210Z * [new branch] gh/H-Huang/226/base -> origin/gh/H-Huang/226/base 2025-12-04T09:49:19.1863700Z * [new branch] gh/H-Huang/226/head -> origin/gh/H-Huang/226/head 2025-12-04T09:49:19.1864192Z * [new branch] gh/H-Huang/226/orig -> origin/gh/H-Huang/226/orig 2025-12-04T09:49:19.1864680Z * [new branch] gh/H-Huang/228/base -> origin/gh/H-Huang/228/base 2025-12-04T09:49:19.1865183Z * [new branch] gh/H-Huang/228/head -> origin/gh/H-Huang/228/head 2025-12-04T09:49:19.1865672Z * [new branch] gh/H-Huang/228/orig -> origin/gh/H-Huang/228/orig 2025-12-04T09:49:19.1866213Z * [new branch] gh/IvanKobzarev/150/base -> origin/gh/IvanKobzarev/150/base 2025-12-04T09:49:19.1866785Z * [new branch] gh/IvanKobzarev/150/head -> origin/gh/IvanKobzarev/150/head 2025-12-04T09:49:19.1867368Z * [new branch] gh/IvanKobzarev/150/orig -> origin/gh/IvanKobzarev/150/orig 2025-12-04T09:49:19.1867949Z * [new branch] gh/IvanKobzarev/157/base -> origin/gh/IvanKobzarev/157/base 2025-12-04T09:49:19.1868516Z * [new branch] gh/IvanKobzarev/157/head -> origin/gh/IvanKobzarev/157/head 2025-12-04T09:49:19.1869088Z * [new branch] gh/IvanKobzarev/157/orig -> origin/gh/IvanKobzarev/157/orig 2025-12-04T09:49:19.1869648Z * [new branch] gh/IvanKobzarev/159/base -> origin/gh/IvanKobzarev/159/base 2025-12-04T09:49:19.1870355Z * [new branch] gh/IvanKobzarev/159/head -> origin/gh/IvanKobzarev/159/head 2025-12-04T09:49:19.1871036Z * [new branch] gh/IvanKobzarev/159/orig -> origin/gh/IvanKobzarev/159/orig 2025-12-04T09:49:19.1871696Z * [new branch] gh/IvanKobzarev/162/base -> origin/gh/IvanKobzarev/162/base 2025-12-04T09:49:19.1872280Z * [new branch] gh/IvanKobzarev/162/head -> origin/gh/IvanKobzarev/162/head 2025-12-04T09:49:19.1872840Z * [new branch] gh/IvanKobzarev/162/orig -> origin/gh/IvanKobzarev/162/orig 2025-12-04T09:49:19.1873420Z * [new branch] gh/IvanKobzarev/163/base -> origin/gh/IvanKobzarev/163/base 2025-12-04T09:49:19.1874005Z * [new branch] gh/IvanKobzarev/163/head -> origin/gh/IvanKobzarev/163/head 2025-12-04T09:49:19.1874660Z * [new branch] gh/IvanKobzarev/163/orig -> origin/gh/IvanKobzarev/163/orig 2025-12-04T09:49:19.1875246Z * [new branch] gh/IvanKobzarev/166/base -> origin/gh/IvanKobzarev/166/base 2025-12-04T09:49:19.1875813Z * [new branch] gh/IvanKobzarev/166/head -> origin/gh/IvanKobzarev/166/head 2025-12-04T09:49:19.1876397Z * [new branch] gh/IvanKobzarev/166/orig -> origin/gh/IvanKobzarev/166/orig 2025-12-04T09:49:19.1876971Z * [new branch] gh/IvanKobzarev/167/base -> origin/gh/IvanKobzarev/167/base 2025-12-04T09:49:19.1877535Z * [new branch] gh/IvanKobzarev/167/head -> origin/gh/IvanKobzarev/167/head 2025-12-04T09:49:19.1878120Z * [new branch] gh/IvanKobzarev/167/orig -> origin/gh/IvanKobzarev/167/orig 2025-12-04T09:49:19.1878685Z * [new branch] gh/IvanKobzarev/168/base -> origin/gh/IvanKobzarev/168/base 2025-12-04T09:49:19.1879268Z * [new branch] gh/IvanKobzarev/168/head -> origin/gh/IvanKobzarev/168/head 2025-12-04T09:49:19.1879927Z * [new branch] gh/IvanKobzarev/168/orig -> origin/gh/IvanKobzarev/168/orig 2025-12-04T09:49:19.1880495Z * [new branch] gh/IvanKobzarev/169/base -> origin/gh/IvanKobzarev/169/base 2025-12-04T09:49:19.1881083Z * [new branch] gh/IvanKobzarev/169/head -> origin/gh/IvanKobzarev/169/head 2025-12-04T09:49:19.1881653Z * [new branch] gh/IvanKobzarev/169/orig -> origin/gh/IvanKobzarev/169/orig 2025-12-04T09:49:19.1882233Z * [new branch] gh/IvanKobzarev/170/base -> origin/gh/IvanKobzarev/170/base 2025-12-04T09:49:19.1882809Z * [new branch] gh/IvanKobzarev/170/head -> origin/gh/IvanKobzarev/170/head 2025-12-04T09:49:19.1883384Z * [new branch] gh/IvanKobzarev/170/orig -> origin/gh/IvanKobzarev/170/orig 2025-12-04T09:49:19.1883954Z * [new branch] gh/IvanKobzarev/171/base -> origin/gh/IvanKobzarev/171/base 2025-12-04T09:49:19.1884518Z * [new branch] gh/IvanKobzarev/171/head -> origin/gh/IvanKobzarev/171/head 2025-12-04T09:49:19.1885098Z * [new branch] gh/IvanKobzarev/171/orig -> origin/gh/IvanKobzarev/171/orig 2025-12-04T09:49:19.1885666Z * [new branch] gh/IvanKobzarev/172/base -> origin/gh/IvanKobzarev/172/base 2025-12-04T09:49:19.1886248Z * [new branch] gh/IvanKobzarev/172/head -> origin/gh/IvanKobzarev/172/head 2025-12-04T09:49:19.1886823Z * [new branch] gh/IvanKobzarev/172/orig -> origin/gh/IvanKobzarev/172/orig 2025-12-04T09:49:19.1887385Z * [new branch] gh/IvanKobzarev/173/base -> origin/gh/IvanKobzarev/173/base 2025-12-04T09:49:19.1887965Z * [new branch] gh/IvanKobzarev/173/head -> origin/gh/IvanKobzarev/173/head 2025-12-04T09:49:19.1888527Z * [new branch] gh/IvanKobzarev/173/orig -> origin/gh/IvanKobzarev/173/orig 2025-12-04T09:49:19.1889105Z * [new branch] gh/IvanKobzarev/174/base -> origin/gh/IvanKobzarev/174/base 2025-12-04T09:49:19.1889687Z * [new branch] gh/IvanKobzarev/174/head -> origin/gh/IvanKobzarev/174/head 2025-12-04T09:49:19.1890251Z * [new branch] gh/IvanKobzarev/174/orig -> origin/gh/IvanKobzarev/174/orig 2025-12-04T09:49:19.1890821Z * [new branch] gh/IvanKobzarev/175/base -> origin/gh/IvanKobzarev/175/base 2025-12-04T09:49:19.1891663Z * [new branch] gh/IvanKobzarev/175/head -> origin/gh/IvanKobzarev/175/head 2025-12-04T09:49:19.1892240Z * [new branch] gh/IvanKobzarev/175/orig -> origin/gh/IvanKobzarev/175/orig 2025-12-04T09:49:19.1892825Z * [new branch] gh/IvanKobzarev/176/base -> origin/gh/IvanKobzarev/176/base 2025-12-04T09:49:19.1893394Z * [new branch] gh/IvanKobzarev/176/head -> origin/gh/IvanKobzarev/176/head 2025-12-04T09:49:19.1893971Z * [new branch] gh/IvanKobzarev/176/orig -> origin/gh/IvanKobzarev/176/orig 2025-12-04T09:49:19.1894629Z * [new branch] gh/IvanKobzarev/177/base -> origin/gh/IvanKobzarev/177/base 2025-12-04T09:49:19.1895215Z * [new branch] gh/IvanKobzarev/177/head -> origin/gh/IvanKobzarev/177/head 2025-12-04T09:49:19.1895787Z * [new branch] gh/IvanKobzarev/177/orig -> origin/gh/IvanKobzarev/177/orig 2025-12-04T09:49:19.1896347Z * [new branch] gh/IvanKobzarev/178/base -> origin/gh/IvanKobzarev/178/base 2025-12-04T09:49:19.1896924Z * [new branch] gh/IvanKobzarev/178/head -> origin/gh/IvanKobzarev/178/head 2025-12-04T09:49:19.1897592Z * [new branch] gh/IvanKobzarev/178/orig -> origin/gh/IvanKobzarev/178/orig 2025-12-04T09:49:19.1898177Z * [new branch] gh/IvanKobzarev/179/base -> origin/gh/IvanKobzarev/179/base 2025-12-04T09:49:19.1898732Z * [new branch] gh/IvanKobzarev/179/head -> origin/gh/IvanKobzarev/179/head 2025-12-04T09:49:19.1899298Z * [new branch] gh/IvanKobzarev/179/orig -> origin/gh/IvanKobzarev/179/orig 2025-12-04T09:49:19.1899940Z * [new branch] gh/IvanKobzarev/180/base -> origin/gh/IvanKobzarev/180/base 2025-12-04T09:49:19.1900502Z * [new branch] gh/IvanKobzarev/180/head -> origin/gh/IvanKobzarev/180/head 2025-12-04T09:49:19.1901066Z * [new branch] gh/IvanKobzarev/180/orig -> origin/gh/IvanKobzarev/180/orig 2025-12-04T09:49:19.1901616Z * [new branch] gh/IvanKobzarev/181/base -> origin/gh/IvanKobzarev/181/base 2025-12-04T09:49:19.1902312Z * [new branch] gh/IvanKobzarev/181/head -> origin/gh/IvanKobzarev/181/head 2025-12-04T09:49:19.1902879Z * [new branch] gh/IvanKobzarev/181/orig -> origin/gh/IvanKobzarev/181/orig 2025-12-04T09:49:19.1903527Z * [new branch] gh/IvanKobzarev/182/base -> origin/gh/IvanKobzarev/182/base 2025-12-04T09:49:19.1904090Z * [new branch] gh/IvanKobzarev/182/head -> origin/gh/IvanKobzarev/182/head 2025-12-04T09:49:19.1904652Z * [new branch] gh/IvanKobzarev/182/orig -> origin/gh/IvanKobzarev/182/orig 2025-12-04T09:49:19.1905209Z * [new branch] gh/IvanKobzarev/183/base -> origin/gh/IvanKobzarev/183/base 2025-12-04T09:49:19.1905762Z * [new branch] gh/IvanKobzarev/183/head -> origin/gh/IvanKobzarev/183/head 2025-12-04T09:49:19.1906320Z * [new branch] gh/IvanKobzarev/183/orig -> origin/gh/IvanKobzarev/183/orig 2025-12-04T09:49:19.1906875Z * [new branch] gh/IvanKobzarev/184/base -> origin/gh/IvanKobzarev/184/base 2025-12-04T09:49:19.1907423Z * [new branch] gh/IvanKobzarev/184/head -> origin/gh/IvanKobzarev/184/head 2025-12-04T09:49:19.1907983Z * [new branch] gh/IvanKobzarev/184/orig -> origin/gh/IvanKobzarev/184/orig 2025-12-04T09:49:19.1908540Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-12-04T09:49:19.1909098Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-12-04T09:49:19.1909650Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-12-04T09:49:19.1910191Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-12-04T09:49:19.1910735Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-12-04T09:49:19.1911275Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-12-04T09:49:19.1911820Z * [new branch] gh/NikhilAPatel/5/base -> origin/gh/NikhilAPatel/5/base 2025-12-04T09:49:19.1912373Z * [new branch] gh/NikhilAPatel/5/head -> origin/gh/NikhilAPatel/5/head 2025-12-04T09:49:19.1912913Z * [new branch] gh/NikhilAPatel/5/orig -> origin/gh/NikhilAPatel/5/orig 2025-12-04T09:49:19.1913436Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-12-04T09:49:19.1914016Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-12-04T09:49:19.1914515Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-12-04T09:49:19.1915012Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-12-04T09:49:19.1915496Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-12-04T09:49:19.1915987Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-12-04T09:49:19.1916464Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-12-04T09:49:19.1916959Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-12-04T09:49:19.1917427Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-12-04T09:49:19.1917986Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-12-04T09:49:19.1918545Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-12-04T09:49:19.1919026Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-12-04T09:49:19.1919511Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-12-04T09:49:19.1919991Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-12-04T09:49:19.1920487Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-12-04T09:49:19.1920970Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-12-04T09:49:19.1921453Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-12-04T09:49:19.1921943Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-12-04T09:49:19.1922416Z * [new branch] gh/PaliC/25/head -> origin/gh/PaliC/25/head 2025-12-04T09:49:19.1922934Z * [new branch] gh/PaliC/25/next -> origin/gh/PaliC/25/next 2025-12-04T09:49:19.1923440Z * [new branch] gh/PaliC/25/orig -> origin/gh/PaliC/25/orig 2025-12-04T09:49:19.1924054Z * [new branch] gh/PaliC/26/head -> origin/gh/PaliC/26/head 2025-12-04T09:49:19.1924648Z * [new branch] gh/PaliC/26/next -> origin/gh/PaliC/26/next 2025-12-04T09:49:19.1925139Z * [new branch] gh/PaliC/26/orig -> origin/gh/PaliC/26/orig 2025-12-04T09:49:19.1925642Z * [new branch] gh/PaliC/27/next -> origin/gh/PaliC/27/next 2025-12-04T09:49:19.1926127Z * [new branch] gh/PaliC/28/head -> origin/gh/PaliC/28/head 2025-12-04T09:49:19.1926618Z * [new branch] gh/PaliC/28/next -> origin/gh/PaliC/28/next 2025-12-04T09:49:19.1927116Z * [new branch] gh/PaliC/28/orig -> origin/gh/PaliC/28/orig 2025-12-04T09:49:19.1927608Z * [new branch] gh/PaliC/29/head -> origin/gh/PaliC/29/head 2025-12-04T09:49:19.1928103Z * [new branch] gh/PaliC/29/next -> origin/gh/PaliC/29/next 2025-12-04T09:49:19.1928581Z * [new branch] gh/PaliC/29/orig -> origin/gh/PaliC/29/orig 2025-12-04T09:49:19.1929085Z * [new branch] gh/PaliC/30/head -> origin/gh/PaliC/30/head 2025-12-04T09:49:19.1929592Z * [new branch] gh/PaliC/30/next -> origin/gh/PaliC/30/next 2025-12-04T09:49:19.1930071Z * [new branch] gh/PaliC/30/orig -> origin/gh/PaliC/30/orig 2025-12-04T09:49:19.1930563Z * [new branch] gh/PaliC/31/head -> origin/gh/PaliC/31/head 2025-12-04T09:49:19.1931041Z * [new branch] gh/PaliC/31/next -> origin/gh/PaliC/31/next 2025-12-04T09:49:19.1931533Z * [new branch] gh/PaliC/31/orig -> origin/gh/PaliC/31/orig 2025-12-04T09:49:19.1932649Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-12-04T09:49:19.1933224Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-12-04T09:49:19.1933785Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-12-04T09:49:19.1934329Z * [new branch] gh/PaulZhang12/28/base -> origin/gh/PaulZhang12/28/base 2025-12-04T09:49:19.1934891Z * [new branch] gh/PaulZhang12/28/head -> origin/gh/PaulZhang12/28/head 2025-12-04T09:49:19.1935432Z * [new branch] gh/PaulZhang12/28/orig -> origin/gh/PaulZhang12/28/orig 2025-12-04T09:49:19.1935987Z * [new branch] gh/PaulZhang12/31/base -> origin/gh/PaulZhang12/31/base 2025-12-04T09:49:19.1936545Z * [new branch] gh/PaulZhang12/31/head -> origin/gh/PaulZhang12/31/head 2025-12-04T09:49:19.1937092Z * [new branch] gh/PaulZhang12/31/orig -> origin/gh/PaulZhang12/31/orig 2025-12-04T09:49:19.1937843Z * [new branch] gh/PaulZhang12/37/base -> origin/gh/PaulZhang12/37/base 2025-12-04T09:49:19.1938383Z * [new branch] gh/PaulZhang12/37/head -> origin/gh/PaulZhang12/37/head 2025-12-04T09:49:19.1938936Z * [new branch] gh/PaulZhang12/37/orig -> origin/gh/PaulZhang12/37/orig 2025-12-04T09:49:19.1939493Z * [new branch] gh/PaulZhang12/40/base -> origin/gh/PaulZhang12/40/base 2025-12-04T09:49:19.1940032Z * [new branch] gh/PaulZhang12/40/head -> origin/gh/PaulZhang12/40/head 2025-12-04T09:49:19.1940584Z * [new branch] gh/PaulZhang12/40/orig -> origin/gh/PaulZhang12/40/orig 2025-12-04T09:49:19.1941124Z * [new branch] gh/PaulZhang12/42/base -> origin/gh/PaulZhang12/42/base 2025-12-04T09:49:19.1941686Z * [new branch] gh/PaulZhang12/42/head -> origin/gh/PaulZhang12/42/head 2025-12-04T09:49:19.1942250Z * [new branch] gh/PaulZhang12/43/base -> origin/gh/PaulZhang12/43/base 2025-12-04T09:49:19.1942792Z * [new branch] gh/PaulZhang12/43/head -> origin/gh/PaulZhang12/43/head 2025-12-04T09:49:19.1943353Z * [new branch] gh/PaulZhang12/43/orig -> origin/gh/PaulZhang12/43/orig 2025-12-04T09:49:19.1943905Z * [new branch] gh/PaulZhang12/44/base -> origin/gh/PaulZhang12/44/base 2025-12-04T09:49:19.1944463Z * [new branch] gh/PaulZhang12/44/head -> origin/gh/PaulZhang12/44/head 2025-12-04T09:49:19.1945018Z * [new branch] gh/PaulZhang12/45/base -> origin/gh/PaulZhang12/45/base 2025-12-04T09:49:19.1945560Z * [new branch] gh/PaulZhang12/45/head -> origin/gh/PaulZhang12/45/head 2025-12-04T09:49:19.1946117Z * [new branch] gh/PaulZhang12/45/orig -> origin/gh/PaulZhang12/45/orig 2025-12-04T09:49:19.1946669Z * [new branch] gh/PaulZhang12/46/base -> origin/gh/PaulZhang12/46/base 2025-12-04T09:49:19.1947236Z * [new branch] gh/PaulZhang12/46/head -> origin/gh/PaulZhang12/46/head 2025-12-04T09:49:19.1947793Z * [new branch] gh/PaulZhang12/46/orig -> origin/gh/PaulZhang12/46/orig 2025-12-04T09:49:19.1948339Z * [new branch] gh/PaulZhang12/47/base -> origin/gh/PaulZhang12/47/base 2025-12-04T09:49:19.1948893Z * [new branch] gh/PaulZhang12/47/head -> origin/gh/PaulZhang12/47/head 2025-12-04T09:49:19.1949435Z * [new branch] gh/PaulZhang12/47/orig -> origin/gh/PaulZhang12/47/orig 2025-12-04T09:49:19.1949998Z * [new branch] gh/PaulZhang12/48/base -> origin/gh/PaulZhang12/48/base 2025-12-04T09:49:19.1950538Z * [new branch] gh/PaulZhang12/48/head -> origin/gh/PaulZhang12/48/head 2025-12-04T09:49:19.1951092Z * [new branch] gh/PaulZhang12/48/orig -> origin/gh/PaulZhang12/48/orig 2025-12-04T09:49:19.1951733Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-12-04T09:49:19.1952278Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-12-04T09:49:19.1952862Z * [new branch] gh/SherlockNoMad/1/base -> origin/gh/SherlockNoMad/1/base 2025-12-04T09:49:19.1953435Z * [new branch] gh/SherlockNoMad/1/head -> origin/gh/SherlockNoMad/1/head 2025-12-04T09:49:19.1954023Z * [new branch] gh/SherlockNoMad/10/base -> origin/gh/SherlockNoMad/10/base 2025-12-04T09:49:19.1954609Z * [new branch] gh/SherlockNoMad/10/head -> origin/gh/SherlockNoMad/10/head 2025-12-04T09:49:19.1955177Z * [new branch] gh/SherlockNoMad/10/orig -> origin/gh/SherlockNoMad/10/orig 2025-12-04T09:49:19.1955760Z * [new branch] gh/SherlockNoMad/11/base -> origin/gh/SherlockNoMad/11/base 2025-12-04T09:49:19.1956329Z * [new branch] gh/SherlockNoMad/11/head -> origin/gh/SherlockNoMad/11/head 2025-12-04T09:49:19.1957397Z * [new branch] gh/SherlockNoMad/11/orig -> origin/gh/SherlockNoMad/11/orig 2025-12-04T09:49:19.1957985Z * [new branch] gh/SherlockNoMad/12/base -> origin/gh/SherlockNoMad/12/base 2025-12-04T09:49:19.1958556Z * [new branch] gh/SherlockNoMad/12/head -> origin/gh/SherlockNoMad/12/head 2025-12-04T09:49:19.1959143Z * [new branch] gh/SherlockNoMad/12/orig -> origin/gh/SherlockNoMad/12/orig 2025-12-04T09:49:19.1959707Z * [new branch] gh/SherlockNoMad/15/base -> origin/gh/SherlockNoMad/15/base 2025-12-04T09:49:19.1960289Z * [new branch] gh/SherlockNoMad/15/head -> origin/gh/SherlockNoMad/15/head 2025-12-04T09:49:19.1960872Z * [new branch] gh/SherlockNoMad/15/orig -> origin/gh/SherlockNoMad/15/orig 2025-12-04T09:49:19.1961448Z * [new branch] gh/SherlockNoMad/17/base -> origin/gh/SherlockNoMad/17/base 2025-12-04T09:49:19.1962049Z * [new branch] gh/SherlockNoMad/17/head -> origin/gh/SherlockNoMad/17/head 2025-12-04T09:49:19.1962621Z * [new branch] gh/SherlockNoMad/17/orig -> origin/gh/SherlockNoMad/17/orig 2025-12-04T09:49:19.1963199Z * [new branch] gh/SherlockNoMad/18/base -> origin/gh/SherlockNoMad/18/base 2025-12-04T09:49:19.1963782Z * [new branch] gh/SherlockNoMad/18/head -> origin/gh/SherlockNoMad/18/head 2025-12-04T09:49:19.1964351Z * [new branch] gh/SherlockNoMad/18/orig -> origin/gh/SherlockNoMad/18/orig 2025-12-04T09:49:19.1964934Z * [new branch] gh/SherlockNoMad/19/base -> origin/gh/SherlockNoMad/19/base 2025-12-04T09:49:19.1965505Z * [new branch] gh/SherlockNoMad/19/head -> origin/gh/SherlockNoMad/19/head 2025-12-04T09:49:19.1966088Z * [new branch] gh/SherlockNoMad/19/orig -> origin/gh/SherlockNoMad/19/orig 2025-12-04T09:49:19.1966690Z * [new branch] gh/SherlockNoMad/2/base -> origin/gh/SherlockNoMad/2/base 2025-12-04T09:49:19.1967255Z * [new branch] gh/SherlockNoMad/2/head -> origin/gh/SherlockNoMad/2/head 2025-12-04T09:49:19.1967833Z * [new branch] gh/SherlockNoMad/20/base -> origin/gh/SherlockNoMad/20/base 2025-12-04T09:49:19.1968399Z * [new branch] gh/SherlockNoMad/20/head -> origin/gh/SherlockNoMad/20/head 2025-12-04T09:49:19.1968986Z * [new branch] gh/SherlockNoMad/20/orig -> origin/gh/SherlockNoMad/20/orig 2025-12-04T09:49:19.1969550Z * [new branch] gh/SherlockNoMad/21/base -> origin/gh/SherlockNoMad/21/base 2025-12-04T09:49:19.1970129Z * [new branch] gh/SherlockNoMad/21/head -> origin/gh/SherlockNoMad/21/head 2025-12-04T09:49:19.1970732Z * [new branch] gh/SherlockNoMad/21/orig -> origin/gh/SherlockNoMad/21/orig 2025-12-04T09:49:19.1971297Z * [new branch] gh/SherlockNoMad/3/base -> origin/gh/SherlockNoMad/3/base 2025-12-04T09:49:19.1971966Z * [new branch] gh/SherlockNoMad/3/head -> origin/gh/SherlockNoMad/3/head 2025-12-04T09:49:19.1972533Z * [new branch] gh/SherlockNoMad/4/base -> origin/gh/SherlockNoMad/4/base 2025-12-04T09:49:19.1973108Z * [new branch] gh/SherlockNoMad/4/head -> origin/gh/SherlockNoMad/4/head 2025-12-04T09:49:19.1973684Z * [new branch] gh/SherlockNoMad/5/base -> origin/gh/SherlockNoMad/5/base 2025-12-04T09:49:19.1974248Z * [new branch] gh/SherlockNoMad/5/head -> origin/gh/SherlockNoMad/5/head 2025-12-04T09:49:19.1974844Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-12-04T09:49:19.1975431Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-12-04T09:49:19.1976034Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-12-04T09:49:19.1976635Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-12-04T09:49:19.1977565Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-12-04T09:49:19.1978132Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-12-04T09:49:19.1978675Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-12-04T09:49:19.1979227Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-12-04T09:49:19.1979771Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-12-04T09:49:19.1980304Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-12-04T09:49:19.1980849Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-12-04T09:49:19.1981375Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-12-04T09:49:19.1981932Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-12-04T09:49:19.1982473Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-12-04T09:49:19.1982984Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-12-04T09:49:19.1983500Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-12-04T09:49:19.1984008Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-12-04T09:49:19.1984525Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-12-04T09:49:19.1985035Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-12-04T09:49:19.1985556Z * [new branch] gh/XilunWu/168/base -> origin/gh/XilunWu/168/base 2025-12-04T09:49:19.1986074Z * [new branch] gh/XilunWu/168/head -> origin/gh/XilunWu/168/head 2025-12-04T09:49:19.1986581Z * [new branch] gh/XilunWu/168/orig -> origin/gh/XilunWu/168/orig 2025-12-04T09:49:19.1987112Z * [new branch] gh/XilunWu/169/base -> origin/gh/XilunWu/169/base 2025-12-04T09:49:19.1987622Z * [new branch] gh/XilunWu/169/head -> origin/gh/XilunWu/169/head 2025-12-04T09:49:19.1988148Z * [new branch] gh/XilunWu/169/orig -> origin/gh/XilunWu/169/orig 2025-12-04T09:49:19.1988672Z * [new branch] gh/XilunWu/170/base -> origin/gh/XilunWu/170/base 2025-12-04T09:49:19.1989183Z * [new branch] gh/XilunWu/170/head -> origin/gh/XilunWu/170/head 2025-12-04T09:49:19.1989703Z * [new branch] gh/XilunWu/170/orig -> origin/gh/XilunWu/170/orig 2025-12-04T09:49:19.1990205Z * [new branch] gh/XilunWu/171/base -> origin/gh/XilunWu/171/base 2025-12-04T09:49:19.1990817Z * [new branch] gh/XilunWu/171/head -> origin/gh/XilunWu/171/head 2025-12-04T09:49:19.1991345Z * [new branch] gh/XilunWu/171/orig -> origin/gh/XilunWu/171/orig 2025-12-04T09:49:19.1991852Z * [new branch] gh/XilunWu/173/base -> origin/gh/XilunWu/173/base 2025-12-04T09:49:19.1992370Z * [new branch] gh/XilunWu/173/head -> origin/gh/XilunWu/173/head 2025-12-04T09:49:19.1992870Z * [new branch] gh/XilunWu/173/orig -> origin/gh/XilunWu/173/orig 2025-12-04T09:49:19.1993384Z * [new branch] gh/XilunWu/175/base -> origin/gh/XilunWu/175/base 2025-12-04T09:49:19.1993907Z * [new branch] gh/XilunWu/175/head -> origin/gh/XilunWu/175/head 2025-12-04T09:49:19.1994413Z * [new branch] gh/XilunWu/175/orig -> origin/gh/XilunWu/175/orig 2025-12-04T09:49:19.1994930Z * [new branch] gh/XilunWu/176/base -> origin/gh/XilunWu/176/base 2025-12-04T09:49:19.1995705Z * [new branch] gh/XilunWu/176/head -> origin/gh/XilunWu/176/head 2025-12-04T09:49:19.1996251Z * [new branch] gh/XilunWu/176/orig -> origin/gh/XilunWu/176/orig 2025-12-04T09:49:19.1996772Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-12-04T09:49:19.1997322Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-12-04T09:49:19.1997862Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-12-04T09:49:19.1998393Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-12-04T09:49:19.1998941Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-12-04T09:49:19.1999470Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-12-04T09:49:19.2000025Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-12-04T09:49:19.2000577Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-12-04T09:49:19.2001107Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-12-04T09:49:19.2001651Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-12-04T09:49:19.2002180Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-12-04T09:49:19.2002723Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-12-04T09:49:19.2003276Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-12-04T09:49:19.2003809Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-12-04T09:49:19.2004349Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-12-04T09:49:19.2004885Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-12-04T09:49:19.2005424Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-12-04T09:49:19.2005975Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-12-04T09:49:19.2006503Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-12-04T09:49:19.2007043Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-12-04T09:49:19.2007562Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-12-04T09:49:19.2008087Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-12-04T09:49:19.2008603Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-12-04T09:49:19.2009125Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-12-04T09:49:19.2009760Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-12-04T09:49:19.2010282Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-12-04T09:49:19.2010812Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-12-04T09:49:19.2011332Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-12-04T09:49:19.2011861Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-12-04T09:49:19.2012385Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-12-04T09:49:19.2012901Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-12-04T09:49:19.2013424Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-12-04T09:49:19.2013942Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-12-04T09:49:19.2014740Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-12-04T09:49:19.2015275Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-12-04T09:49:19.2015786Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-12-04T09:49:19.2016311Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-12-04T09:49:19.2016828Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-12-04T09:49:19.2017364Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-12-04T09:49:19.2017995Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-12-04T09:49:19.2018509Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-12-04T09:49:19.2019049Z * [new branch] gh/XuehaiPan/390/base -> origin/gh/XuehaiPan/390/base 2025-12-04T09:49:19.2019568Z * [new branch] gh/XuehaiPan/390/head -> origin/gh/XuehaiPan/390/head 2025-12-04T09:49:19.2020094Z * [new branch] gh/XuehaiPan/390/orig -> origin/gh/XuehaiPan/390/orig 2025-12-04T09:49:19.2020614Z * [new branch] gh/XuehaiPan/391/base -> origin/gh/XuehaiPan/391/base 2025-12-04T09:49:19.2021140Z * [new branch] gh/XuehaiPan/391/head -> origin/gh/XuehaiPan/391/head 2025-12-04T09:49:19.2021669Z * [new branch] gh/XuehaiPan/391/orig -> origin/gh/XuehaiPan/391/orig 2025-12-04T09:49:19.2022186Z * [new branch] gh/XuehaiPan/392/base -> origin/gh/XuehaiPan/392/base 2025-12-04T09:49:19.2022704Z * [new branch] gh/XuehaiPan/392/head -> origin/gh/XuehaiPan/392/head 2025-12-04T09:49:19.2023222Z * [new branch] gh/XuehaiPan/392/orig -> origin/gh/XuehaiPan/392/orig 2025-12-04T09:49:19.2023765Z * [new branch] gh/XuehaiPan/394/base -> origin/gh/XuehaiPan/394/base 2025-12-04T09:49:19.2024288Z * [new branch] gh/XuehaiPan/394/head -> origin/gh/XuehaiPan/394/head 2025-12-04T09:49:19.2024800Z * [new branch] gh/XuehaiPan/394/orig -> origin/gh/XuehaiPan/394/orig 2025-12-04T09:49:19.2025472Z * [new branch] gh/XuehaiPan/397/base -> origin/gh/XuehaiPan/397/base 2025-12-04T09:49:19.2026090Z * [new branch] gh/XuehaiPan/397/head -> origin/gh/XuehaiPan/397/head 2025-12-04T09:49:19.2026616Z * [new branch] gh/XuehaiPan/397/orig -> origin/gh/XuehaiPan/397/orig 2025-12-04T09:49:19.2027133Z * [new branch] gh/XuehaiPan/398/base -> origin/gh/XuehaiPan/398/base 2025-12-04T09:49:19.2027648Z * [new branch] gh/XuehaiPan/398/head -> origin/gh/XuehaiPan/398/head 2025-12-04T09:49:19.2028289Z * [new branch] gh/XuehaiPan/398/orig -> origin/gh/XuehaiPan/398/orig 2025-12-04T09:49:19.2028811Z * [new branch] gh/XuehaiPan/399/base -> origin/gh/XuehaiPan/399/base 2025-12-04T09:49:19.2029344Z * [new branch] gh/XuehaiPan/399/head -> origin/gh/XuehaiPan/399/head 2025-12-04T09:49:19.2029875Z * [new branch] gh/XuehaiPan/399/orig -> origin/gh/XuehaiPan/399/orig 2025-12-04T09:49:19.2030392Z * [new branch] gh/XuehaiPan/400/base -> origin/gh/XuehaiPan/400/base 2025-12-04T09:49:19.2030914Z * [new branch] gh/XuehaiPan/400/head -> origin/gh/XuehaiPan/400/head 2025-12-04T09:49:19.2031428Z * [new branch] gh/XuehaiPan/400/orig -> origin/gh/XuehaiPan/400/orig 2025-12-04T09:49:19.2032062Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-12-04T09:49:19.2032691Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-12-04T09:49:19.2033541Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-12-04T09:49:19.2034096Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-12-04T09:49:19.2034633Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-12-04T09:49:19.2035179Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-12-04T09:49:19.2035715Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-12-04T09:49:19.2036261Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-12-04T09:49:19.2036807Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-12-04T09:49:19.2037342Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-12-04T09:49:19.2037990Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-12-04T09:49:19.2038530Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-12-04T09:49:19.2039161Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-12-04T09:49:19.2039707Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-12-04T09:49:19.2040243Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-12-04T09:49:19.2040789Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-12-04T09:49:19.2041316Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-12-04T09:49:19.2041856Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-12-04T09:49:19.2042388Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-12-04T09:49:19.2042908Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-12-04T09:49:19.2043423Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-12-04T09:49:19.2043924Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-12-04T09:49:19.2044540Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-12-04T09:49:19.2045063Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-12-04T09:49:19.2045666Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-12-04T09:49:19.2046166Z * [new branch] gh/albanD/4/base -> origin/gh/albanD/4/base 2025-12-04T09:49:19.2046646Z * [new branch] gh/albanD/4/head -> origin/gh/albanD/4/head 2025-12-04T09:49:19.2047232Z * [new branch] gh/albanD/4/orig -> origin/gh/albanD/4/orig 2025-12-04T09:49:19.2047958Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-12-04T09:49:19.2048738Z * [new branch] gh/alexsamardzic/12/base -> origin/gh/alexsamardzic/12/base 2025-12-04T09:49:19.2049314Z * [new branch] gh/alexsamardzic/12/head -> origin/gh/alexsamardzic/12/head 2025-12-04T09:49:19.2049874Z * [new branch] gh/alexsamardzic/12/orig -> origin/gh/alexsamardzic/12/orig 2025-12-04T09:49:19.2050440Z * [new branch] gh/alexsamardzic/14/base -> origin/gh/alexsamardzic/14/base 2025-12-04T09:49:19.2051102Z * [new branch] gh/alexsamardzic/14/head -> origin/gh/alexsamardzic/14/head 2025-12-04T09:49:19.2051770Z * [new branch] gh/alexsamardzic/14/orig -> origin/gh/alexsamardzic/14/orig 2025-12-04T09:49:19.2052347Z * [new branch] gh/alexsamardzic/15/base -> origin/gh/alexsamardzic/15/base 2025-12-04T09:49:19.2053192Z * [new branch] gh/alexsamardzic/15/head -> origin/gh/alexsamardzic/15/head 2025-12-04T09:49:19.2053777Z * [new branch] gh/alexsamardzic/15/orig -> origin/gh/alexsamardzic/15/orig 2025-12-04T09:49:19.2054316Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-12-04T09:49:19.2054827Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-12-04T09:49:19.2055340Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-12-04T09:49:19.2055855Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-12-04T09:49:19.2056386Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-12-04T09:49:19.2056905Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-12-04T09:49:19.2057632Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-12-04T09:49:19.2058262Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-12-04T09:49:19.2058782Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-12-04T09:49:19.2059310Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-12-04T09:49:19.2059823Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-12-04T09:49:19.2060348Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-12-04T09:49:19.2060891Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-12-04T09:49:19.2061402Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-12-04T09:49:19.2061923Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-12-04T09:49:19.2062446Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-12-04T09:49:19.2062972Z * [new branch] gh/andyanwang/42/base -> origin/gh/andyanwang/42/base 2025-12-04T09:49:19.2063487Z * [new branch] gh/andyanwang/42/head -> origin/gh/andyanwang/42/head 2025-12-04T09:49:19.2064105Z * [new branch] gh/andyanwang/42/orig -> origin/gh/andyanwang/42/orig 2025-12-04T09:49:19.2064724Z * [new branch] gh/andyanwang/45/base -> origin/gh/andyanwang/45/base 2025-12-04T09:49:19.2065244Z * [new branch] gh/andyanwang/45/head -> origin/gh/andyanwang/45/head 2025-12-04T09:49:19.2065772Z * [new branch] gh/andyanwang/45/orig -> origin/gh/andyanwang/45/orig 2025-12-04T09:49:19.2066282Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-12-04T09:49:19.2066908Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-12-04T09:49:19.2067434Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-12-04T09:49:19.2067942Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-12-04T09:49:19.2068460Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-12-04T09:49:19.2068967Z * [new branch] gh/angelayi/116/base -> origin/gh/angelayi/116/base 2025-12-04T09:49:19.2069480Z * [new branch] gh/angelayi/116/head -> origin/gh/angelayi/116/head 2025-12-04T09:49:19.2070086Z * [new branch] gh/angelayi/116/orig -> origin/gh/angelayi/116/orig 2025-12-04T09:49:19.2070589Z * [new branch] gh/angelayi/122/base -> origin/gh/angelayi/122/base 2025-12-04T09:49:19.2071196Z * [new branch] gh/angelayi/122/head -> origin/gh/angelayi/122/head 2025-12-04T09:49:19.2071702Z * [new branch] gh/angelayi/122/orig -> origin/gh/angelayi/122/orig 2025-12-04T09:49:19.2072511Z * [new branch] gh/angelayi/124/base -> origin/gh/angelayi/124/base 2025-12-04T09:49:19.2073034Z * [new branch] gh/angelayi/124/head -> origin/gh/angelayi/124/head 2025-12-04T09:49:19.2073542Z * [new branch] gh/angelayi/124/orig -> origin/gh/angelayi/124/orig 2025-12-04T09:49:19.2074061Z * [new branch] gh/angelayi/128/base -> origin/gh/angelayi/128/base 2025-12-04T09:49:19.2074563Z * [new branch] gh/angelayi/128/head -> origin/gh/angelayi/128/head 2025-12-04T09:49:19.2075086Z * [new branch] gh/angelayi/128/orig -> origin/gh/angelayi/128/orig 2025-12-04T09:49:19.2075589Z * [new branch] gh/angelayi/131/base -> origin/gh/angelayi/131/base 2025-12-04T09:49:19.2076108Z * [new branch] gh/angelayi/131/head -> origin/gh/angelayi/131/head 2025-12-04T09:49:19.2076738Z * [new branch] gh/angelayi/131/orig -> origin/gh/angelayi/131/orig 2025-12-04T09:49:19.2077333Z * [new branch] gh/angelayi/132/base -> origin/gh/angelayi/132/base 2025-12-04T09:49:19.2077840Z * [new branch] gh/angelayi/132/head -> origin/gh/angelayi/132/head 2025-12-04T09:49:19.2078340Z * [new branch] gh/angelayi/132/orig -> origin/gh/angelayi/132/orig 2025-12-04T09:49:19.2078852Z * [new branch] gh/angelayi/133/base -> origin/gh/angelayi/133/base 2025-12-04T09:49:19.2079364Z * [new branch] gh/angelayi/133/head -> origin/gh/angelayi/133/head 2025-12-04T09:49:19.2079868Z * [new branch] gh/angelayi/133/orig -> origin/gh/angelayi/133/orig 2025-12-04T09:49:19.2080384Z * [new branch] gh/angelayi/134/base -> origin/gh/angelayi/134/base 2025-12-04T09:49:19.2080887Z * [new branch] gh/angelayi/134/head -> origin/gh/angelayi/134/head 2025-12-04T09:49:19.2081400Z * [new branch] gh/angelayi/134/orig -> origin/gh/angelayi/134/orig 2025-12-04T09:49:19.2081909Z * [new branch] gh/angelayi/135/base -> origin/gh/angelayi/135/base 2025-12-04T09:49:19.2082411Z * [new branch] gh/angelayi/135/head -> origin/gh/angelayi/135/head 2025-12-04T09:49:19.2083016Z * [new branch] gh/angelayi/135/orig -> origin/gh/angelayi/135/orig 2025-12-04T09:49:19.2083513Z * [new branch] gh/angelayi/136/base -> origin/gh/angelayi/136/base 2025-12-04T09:49:19.2084337Z * [new branch] gh/angelayi/136/head -> origin/gh/angelayi/136/head 2025-12-04T09:49:19.2084850Z * [new branch] gh/angelayi/136/orig -> origin/gh/angelayi/136/orig 2025-12-04T09:49:19.2085354Z * [new branch] gh/angelayi/137/base -> origin/gh/angelayi/137/base 2025-12-04T09:49:19.2085968Z * [new branch] gh/angelayi/137/head -> origin/gh/angelayi/137/head 2025-12-04T09:49:19.2086481Z * [new branch] gh/angelayi/137/orig -> origin/gh/angelayi/137/orig 2025-12-04T09:49:19.2086995Z * [new branch] gh/angelayi/138/base -> origin/gh/angelayi/138/base 2025-12-04T09:49:19.2087498Z * [new branch] gh/angelayi/138/head -> origin/gh/angelayi/138/head 2025-12-04T09:49:19.2088014Z * [new branch] gh/angelayi/138/orig -> origin/gh/angelayi/138/orig 2025-12-04T09:49:19.2088524Z * [new branch] gh/angelayi/139/base -> origin/gh/angelayi/139/base 2025-12-04T09:49:19.2089024Z * [new branch] gh/angelayi/139/head -> origin/gh/angelayi/139/head 2025-12-04T09:49:19.2089622Z * [new branch] gh/angelayi/139/orig -> origin/gh/angelayi/139/orig 2025-12-04T09:49:19.2090137Z * [new branch] gh/angelayi/140/base -> origin/gh/angelayi/140/base 2025-12-04T09:49:19.2091053Z * [new branch] gh/angelayi/140/head -> origin/gh/angelayi/140/head 2025-12-04T09:49:19.2091574Z * [new branch] gh/angelayi/140/orig -> origin/gh/angelayi/140/orig 2025-12-04T09:49:19.2092086Z * [new branch] gh/angelayi/141/base -> origin/gh/angelayi/141/base 2025-12-04T09:49:19.2092601Z * [new branch] gh/angelayi/141/head -> origin/gh/angelayi/141/head 2025-12-04T09:49:19.2093106Z * [new branch] gh/angelayi/141/orig -> origin/gh/angelayi/141/orig 2025-12-04T09:49:19.2093624Z * [new branch] gh/angelayi/142/base -> origin/gh/angelayi/142/base 2025-12-04T09:49:19.2094134Z * [new branch] gh/angelayi/142/head -> origin/gh/angelayi/142/head 2025-12-04T09:49:19.2094636Z * [new branch] gh/angelayi/142/orig -> origin/gh/angelayi/142/orig 2025-12-04T09:49:19.2095159Z * [new branch] gh/angelayi/143/base -> origin/gh/angelayi/143/base 2025-12-04T09:49:19.2095670Z * [new branch] gh/angelayi/143/head -> origin/gh/angelayi/143/head 2025-12-04T09:49:19.2096285Z * [new branch] gh/angelayi/143/orig -> origin/gh/angelayi/143/orig 2025-12-04T09:49:19.2096788Z * [new branch] gh/angelayi/144/base -> origin/gh/angelayi/144/base 2025-12-04T09:49:19.2097495Z * [new branch] gh/angelayi/144/head -> origin/gh/angelayi/144/head 2025-12-04T09:49:19.2098022Z * [new branch] gh/angelayi/144/orig -> origin/gh/angelayi/144/orig 2025-12-04T09:49:19.2098551Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-12-04T09:49:19.2099103Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-12-04T09:49:19.2099646Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-12-04T09:49:19.2100200Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-12-04T09:49:19.2100742Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-12-04T09:49:19.2101275Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-12-04T09:49:19.2101816Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-12-04T09:49:19.2102351Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-12-04T09:49:19.2102987Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-12-04T09:49:19.2103629Z * [new branch] gh/anijain2305/864/base -> origin/gh/anijain2305/864/base 2025-12-04T09:49:19.2104168Z * [new branch] gh/anijain2305/864/head -> origin/gh/anijain2305/864/head 2025-12-04T09:49:19.2104814Z * [new branch] gh/anijain2305/864/orig -> origin/gh/anijain2305/864/orig 2025-12-04T09:49:19.2105352Z * [new branch] gh/anijain2305/870/base -> origin/gh/anijain2305/870/base 2025-12-04T09:49:19.2105907Z * [new branch] gh/anijain2305/870/head -> origin/gh/anijain2305/870/head 2025-12-04T09:49:19.2106454Z * [new branch] gh/anijain2305/870/orig -> origin/gh/anijain2305/870/orig 2025-12-04T09:49:19.2106995Z * [new branch] gh/anijain2305/873/base -> origin/gh/anijain2305/873/base 2025-12-04T09:49:19.2107537Z * [new branch] gh/anijain2305/873/head -> origin/gh/anijain2305/873/head 2025-12-04T09:49:19.2108068Z * [new branch] gh/anijain2305/873/orig -> origin/gh/anijain2305/873/orig 2025-12-04T09:49:19.2108613Z * [new branch] gh/anijain2305/894/base -> origin/gh/anijain2305/894/base 2025-12-04T09:49:19.2109254Z * [new branch] gh/anijain2305/894/head -> origin/gh/anijain2305/894/head 2025-12-04T09:49:19.2109886Z * [new branch] gh/anijain2305/894/orig -> origin/gh/anijain2305/894/orig 2025-12-04T09:49:19.2110756Z * [new branch] gh/anijain2305/895/base -> origin/gh/anijain2305/895/base 2025-12-04T09:49:19.2111298Z * [new branch] gh/anijain2305/895/head -> origin/gh/anijain2305/895/head 2025-12-04T09:49:19.2111842Z * [new branch] gh/anijain2305/895/orig -> origin/gh/anijain2305/895/orig 2025-12-04T09:49:19.2112384Z * [new branch] gh/anijain2305/910/base -> origin/gh/anijain2305/910/base 2025-12-04T09:49:19.2112917Z * [new branch] gh/anijain2305/910/head -> origin/gh/anijain2305/910/head 2025-12-04T09:49:19.2113451Z * [new branch] gh/anijain2305/910/orig -> origin/gh/anijain2305/910/orig 2025-12-04T09:49:19.2113975Z * [new branch] gh/anijain2305/919/base -> origin/gh/anijain2305/919/base 2025-12-04T09:49:19.2114514Z * [new branch] gh/anijain2305/919/head -> origin/gh/anijain2305/919/head 2025-12-04T09:49:19.2115048Z * [new branch] gh/anijain2305/919/orig -> origin/gh/anijain2305/919/orig 2025-12-04T09:49:19.2115703Z * [new branch] gh/anijain2305/922/base -> origin/gh/anijain2305/922/base 2025-12-04T09:49:19.2116335Z * [new branch] gh/anijain2305/922/head -> origin/gh/anijain2305/922/head 2025-12-04T09:49:19.2116869Z * [new branch] gh/anijain2305/922/orig -> origin/gh/anijain2305/922/orig 2025-12-04T09:49:19.2117415Z * [new branch] gh/anijain2305/932/base -> origin/gh/anijain2305/932/base 2025-12-04T09:49:19.2117945Z * [new branch] gh/anijain2305/932/head -> origin/gh/anijain2305/932/head 2025-12-04T09:49:19.2118483Z * [new branch] gh/anijain2305/932/orig -> origin/gh/anijain2305/932/orig 2025-12-04T09:49:19.2119011Z * [new branch] gh/anijain2305/940/base -> origin/gh/anijain2305/940/base 2025-12-04T09:49:19.2119549Z * [new branch] gh/anijain2305/940/head -> origin/gh/anijain2305/940/head 2025-12-04T09:49:19.2135000Z * [new branch] gh/anijain2305/940/orig -> origin/gh/anijain2305/940/orig 2025-12-04T09:49:19.2135687Z * [new branch] gh/anijain2305/941/base -> origin/gh/anijain2305/941/base 2025-12-04T09:49:19.2136247Z * [new branch] gh/anijain2305/941/head -> origin/gh/anijain2305/941/head 2025-12-04T09:49:19.2136795Z * [new branch] gh/anijain2305/941/orig -> origin/gh/anijain2305/941/orig 2025-12-04T09:49:19.2137332Z * [new branch] gh/anijain2305/942/base -> origin/gh/anijain2305/942/base 2025-12-04T09:49:19.2137976Z * [new branch] gh/anijain2305/942/head -> origin/gh/anijain2305/942/head 2025-12-04T09:49:19.2138525Z * [new branch] gh/anijain2305/942/orig -> origin/gh/anijain2305/942/orig 2025-12-04T09:49:19.2139233Z * [new branch] gh/anijain2305/943/base -> origin/gh/anijain2305/943/base 2025-12-04T09:49:19.2139802Z * [new branch] gh/anijain2305/943/head -> origin/gh/anijain2305/943/head 2025-12-04T09:49:19.2140337Z * [new branch] gh/anijain2305/943/orig -> origin/gh/anijain2305/943/orig 2025-12-04T09:49:19.2140982Z * [new branch] gh/anijain2305/944/base -> origin/gh/anijain2305/944/base 2025-12-04T09:49:19.2141609Z * [new branch] gh/anijain2305/944/head -> origin/gh/anijain2305/944/head 2025-12-04T09:49:19.2142151Z * [new branch] gh/anijain2305/944/orig -> origin/gh/anijain2305/944/orig 2025-12-04T09:49:19.2142689Z * [new branch] gh/anijain2305/945/base -> origin/gh/anijain2305/945/base 2025-12-04T09:49:19.2143221Z * [new branch] gh/anijain2305/945/head -> origin/gh/anijain2305/945/head 2025-12-04T09:49:19.2143758Z * [new branch] gh/anijain2305/945/orig -> origin/gh/anijain2305/945/orig 2025-12-04T09:49:19.2144696Z * [new branch] gh/anijain2305/946/base -> origin/gh/anijain2305/946/base 2025-12-04T09:49:19.2145248Z * [new branch] gh/anijain2305/946/head -> origin/gh/anijain2305/946/head 2025-12-04T09:49:19.2145794Z * [new branch] gh/anijain2305/946/orig -> origin/gh/anijain2305/946/orig 2025-12-04T09:49:19.2146334Z * [new branch] gh/anijain2305/947/base -> origin/gh/anijain2305/947/base 2025-12-04T09:49:19.2146886Z * [new branch] gh/anijain2305/947/head -> origin/gh/anijain2305/947/head 2025-12-04T09:49:19.2147522Z * [new branch] gh/anijain2305/947/orig -> origin/gh/anijain2305/947/orig 2025-12-04T09:49:19.2148154Z * [new branch] gh/anijain2305/948/base -> origin/gh/anijain2305/948/base 2025-12-04T09:49:19.2148697Z * [new branch] gh/anijain2305/948/head -> origin/gh/anijain2305/948/head 2025-12-04T09:49:19.2149233Z * [new branch] gh/anijain2305/948/orig -> origin/gh/anijain2305/948/orig 2025-12-04T09:49:19.2149776Z * [new branch] gh/anijain2305/949/base -> origin/gh/anijain2305/949/base 2025-12-04T09:49:19.2150307Z * [new branch] gh/anijain2305/949/head -> origin/gh/anijain2305/949/head 2025-12-04T09:49:19.2150849Z * [new branch] gh/anijain2305/949/orig -> origin/gh/anijain2305/949/orig 2025-12-04T09:49:19.2151383Z * [new branch] gh/anijain2305/950/base -> origin/gh/anijain2305/950/base 2025-12-04T09:49:19.2151908Z * [new branch] gh/anijain2305/950/head -> origin/gh/anijain2305/950/head 2025-12-04T09:49:19.2152449Z * [new branch] gh/anijain2305/950/orig -> origin/gh/anijain2305/950/orig 2025-12-04T09:49:19.2152982Z * [new branch] gh/anijain2305/951/base -> origin/gh/anijain2305/951/base 2025-12-04T09:49:19.2153619Z * [new branch] gh/anijain2305/951/head -> origin/gh/anijain2305/951/head 2025-12-04T09:49:19.2154257Z * [new branch] gh/anijain2305/951/orig -> origin/gh/anijain2305/951/orig 2025-12-04T09:49:19.2154804Z * [new branch] gh/anijain2305/952/base -> origin/gh/anijain2305/952/base 2025-12-04T09:49:19.2155344Z * [new branch] gh/anijain2305/952/head -> origin/gh/anijain2305/952/head 2025-12-04T09:49:19.2155872Z * [new branch] gh/anijain2305/952/orig -> origin/gh/anijain2305/952/orig 2025-12-04T09:49:19.2156407Z * [new branch] gh/anijain2305/953/base -> origin/gh/anijain2305/953/base 2025-12-04T09:49:19.2156952Z * [new branch] gh/anijain2305/953/head -> origin/gh/anijain2305/953/head 2025-12-04T09:49:19.2157484Z * [new branch] gh/anijain2305/953/orig -> origin/gh/anijain2305/953/orig 2025-12-04T09:49:19.2158029Z * [new branch] gh/anijain2305/954/base -> origin/gh/anijain2305/954/base 2025-12-04T09:49:19.2158669Z * [new branch] gh/anijain2305/954/head -> origin/gh/anijain2305/954/head 2025-12-04T09:49:19.2159227Z * [new branch] gh/anijain2305/954/orig -> origin/gh/anijain2305/954/orig 2025-12-04T09:49:19.2159870Z * [new branch] gh/anijain2305/955/base -> origin/gh/anijain2305/955/base 2025-12-04T09:49:19.2160414Z * [new branch] gh/anijain2305/955/head -> origin/gh/anijain2305/955/head 2025-12-04T09:49:19.2161058Z * [new branch] gh/anijain2305/955/orig -> origin/gh/anijain2305/955/orig 2025-12-04T09:49:19.2161595Z * [new branch] gh/anijain2305/956/base -> origin/gh/anijain2305/956/base 2025-12-04T09:49:19.2162136Z * [new branch] gh/anijain2305/956/head -> origin/gh/anijain2305/956/head 2025-12-04T09:49:19.2163375Z * [new branch] gh/anijain2305/956/orig -> origin/gh/anijain2305/956/orig 2025-12-04T09:49:19.2163921Z * [new branch] gh/anijain2305/957/base -> origin/gh/anijain2305/957/base 2025-12-04T09:49:19.2164842Z * [new branch] gh/anijain2305/957/head -> origin/gh/anijain2305/957/head 2025-12-04T09:49:19.2165391Z * [new branch] gh/anijain2305/957/orig -> origin/gh/anijain2305/957/orig 2025-12-04T09:49:19.2165939Z * [new branch] gh/anijain2305/958/base -> origin/gh/anijain2305/958/base 2025-12-04T09:49:19.2166590Z * [new branch] gh/anijain2305/958/head -> origin/gh/anijain2305/958/head 2025-12-04T09:49:19.2167238Z * [new branch] gh/anijain2305/958/orig -> origin/gh/anijain2305/958/orig 2025-12-04T09:49:19.2167792Z * [new branch] gh/anijain2305/959/base -> origin/gh/anijain2305/959/base 2025-12-04T09:49:19.2168330Z * [new branch] gh/anijain2305/959/head -> origin/gh/anijain2305/959/head 2025-12-04T09:49:19.2168884Z * [new branch] gh/anijain2305/959/orig -> origin/gh/anijain2305/959/orig 2025-12-04T09:49:19.2169436Z * [new branch] gh/anijain2305/960/base -> origin/gh/anijain2305/960/base 2025-12-04T09:49:19.2169976Z * [new branch] gh/anijain2305/960/head -> origin/gh/anijain2305/960/head 2025-12-04T09:49:19.2170507Z * [new branch] gh/anijain2305/960/orig -> origin/gh/anijain2305/960/orig 2025-12-04T09:49:19.2171049Z * [new branch] gh/anijain2305/961/base -> origin/gh/anijain2305/961/base 2025-12-04T09:49:19.2171581Z * [new branch] gh/anijain2305/961/head -> origin/gh/anijain2305/961/head 2025-12-04T09:49:19.2172123Z * [new branch] gh/anijain2305/961/orig -> origin/gh/anijain2305/961/orig 2025-12-04T09:49:19.2172757Z * [new branch] gh/anijain2305/962/base -> origin/gh/anijain2305/962/base 2025-12-04T09:49:19.2173370Z * [new branch] gh/anijain2305/962/head -> origin/gh/anijain2305/962/head 2025-12-04T09:49:19.2173918Z * [new branch] gh/anijain2305/962/orig -> origin/gh/anijain2305/962/orig 2025-12-04T09:49:19.2174453Z * [new branch] gh/anijain2305/963/base -> origin/gh/anijain2305/963/base 2025-12-04T09:49:19.2175008Z * [new branch] gh/anijain2305/963/head -> origin/gh/anijain2305/963/head 2025-12-04T09:49:19.2175553Z * [new branch] gh/anijain2305/963/orig -> origin/gh/anijain2305/963/orig 2025-12-04T09:49:19.2176078Z * [new branch] gh/anijain2305/964/base -> origin/gh/anijain2305/964/base 2025-12-04T09:49:19.2176610Z * [new branch] gh/anijain2305/964/head -> origin/gh/anijain2305/964/head 2025-12-04T09:49:19.2177141Z * [new branch] gh/anijain2305/964/orig -> origin/gh/anijain2305/964/orig 2025-12-04T09:49:19.2177786Z * [new branch] gh/anijain2305/965/base -> origin/gh/anijain2305/965/base 2025-12-04T09:49:19.2178344Z * [new branch] gh/anijain2305/965/head -> origin/gh/anijain2305/965/head 2025-12-04T09:49:19.2179082Z * [new branch] gh/anijain2305/965/orig -> origin/gh/anijain2305/965/orig 2025-12-04T09:49:19.2179722Z * [new branch] gh/anijain2305/966/base -> origin/gh/anijain2305/966/base 2025-12-04T09:49:19.2180253Z * [new branch] gh/anijain2305/966/head -> origin/gh/anijain2305/966/head 2025-12-04T09:49:19.2180785Z * [new branch] gh/anijain2305/966/orig -> origin/gh/anijain2305/966/orig 2025-12-04T09:49:19.2181318Z * [new branch] gh/anijain2305/967/base -> origin/gh/anijain2305/967/base 2025-12-04T09:49:19.2181846Z * [new branch] gh/anijain2305/967/head -> origin/gh/anijain2305/967/head 2025-12-04T09:49:19.2182376Z * [new branch] gh/anijain2305/967/orig -> origin/gh/anijain2305/967/orig 2025-12-04T09:49:19.2182903Z * [new branch] gh/anijain2305/968/base -> origin/gh/anijain2305/968/base 2025-12-04T09:49:19.2183448Z * [new branch] gh/anijain2305/968/head -> origin/gh/anijain2305/968/head 2025-12-04T09:49:19.2184291Z * [new branch] gh/anijain2305/968/orig -> origin/gh/anijain2305/968/orig 2025-12-04T09:49:19.2184836Z * [new branch] gh/anijain2305/969/base -> origin/gh/anijain2305/969/base 2025-12-04T09:49:19.2185472Z * [new branch] gh/anijain2305/969/head -> origin/gh/anijain2305/969/head 2025-12-04T09:49:19.2186092Z * [new branch] gh/anijain2305/969/orig -> origin/gh/anijain2305/969/orig 2025-12-04T09:49:19.2186629Z * [new branch] gh/anijain2305/970/base -> origin/gh/anijain2305/970/base 2025-12-04T09:49:19.2187158Z * [new branch] gh/anijain2305/970/head -> origin/gh/anijain2305/970/head 2025-12-04T09:49:19.2187684Z * [new branch] gh/anijain2305/970/orig -> origin/gh/anijain2305/970/orig 2025-12-04T09:49:19.2188214Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-12-04T09:49:19.2188734Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-12-04T09:49:19.2189256Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-12-04T09:49:19.2189771Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-12-04T09:49:19.2190283Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-12-04T09:49:19.2190792Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-12-04T09:49:19.2191288Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-12-04T09:49:19.2191887Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-12-04T09:49:19.2192470Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-12-04T09:49:19.2192973Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-12-04T09:49:19.2193482Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-12-04T09:49:19.2193977Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-12-04T09:49:19.2194482Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-12-04T09:49:19.2194982Z * [new branch] gh/anshul-si/53/base -> origin/gh/anshul-si/53/base 2025-12-04T09:49:19.2195498Z * [new branch] gh/anshul-si/53/head -> origin/gh/anshul-si/53/head 2025-12-04T09:49:19.2196002Z * [new branch] gh/anshul-si/58/base -> origin/gh/anshul-si/58/base 2025-12-04T09:49:19.2196502Z * [new branch] gh/anshul-si/58/head -> origin/gh/anshul-si/58/head 2025-12-04T09:49:19.2197003Z * [new branch] gh/anshul-si/66/base -> origin/gh/anshul-si/66/base 2025-12-04T09:49:19.2197604Z * [new branch] gh/anshul-si/66/head -> origin/gh/anshul-si/66/head 2025-12-04T09:49:19.2198220Z * [new branch] gh/anshul-si/66/orig -> origin/gh/anshul-si/66/orig 2025-12-04T09:49:19.2198726Z * [new branch] gh/anshul-si/67/base -> origin/gh/anshul-si/67/base 2025-12-04T09:49:19.2199324Z * [new branch] gh/anshul-si/67/head -> origin/gh/anshul-si/67/head 2025-12-04T09:49:19.2199825Z * [new branch] gh/anshul-si/67/orig -> origin/gh/anshul-si/67/orig 2025-12-04T09:49:19.2200326Z * [new branch] gh/anshul-si/68/base -> origin/gh/anshul-si/68/base 2025-12-04T09:49:19.2200840Z * [new branch] gh/anshul-si/68/head -> origin/gh/anshul-si/68/head 2025-12-04T09:49:19.2201339Z * [new branch] gh/anshul-si/68/orig -> origin/gh/anshul-si/68/orig 2025-12-04T09:49:19.2201849Z * [new branch] gh/anshul-si/69/base -> origin/gh/anshul-si/69/base 2025-12-04T09:49:19.2202362Z * [new branch] gh/anshul-si/69/head -> origin/gh/anshul-si/69/head 2025-12-04T09:49:19.2203188Z * [new branch] gh/anshul-si/69/orig -> origin/gh/anshul-si/69/orig 2025-12-04T09:49:19.2203709Z * [new branch] gh/anshul-si/70/base -> origin/gh/anshul-si/70/base 2025-12-04T09:49:19.2204208Z * [new branch] gh/anshul-si/70/head -> origin/gh/anshul-si/70/head 2025-12-04T09:49:19.2204830Z * [new branch] gh/anshul-si/70/orig -> origin/gh/anshul-si/70/orig 2025-12-04T09:49:19.2205336Z * [new branch] gh/anshul-si/71/base -> origin/gh/anshul-si/71/base 2025-12-04T09:49:19.2205942Z * [new branch] gh/anshul-si/71/head -> origin/gh/anshul-si/71/head 2025-12-04T09:49:19.2206454Z * [new branch] gh/anshul-si/71/orig -> origin/gh/anshul-si/71/orig 2025-12-04T09:49:19.2206953Z * [new branch] gh/anshul-si/72/base -> origin/gh/anshul-si/72/base 2025-12-04T09:49:19.2207480Z * [new branch] gh/anshul-si/72/head -> origin/gh/anshul-si/72/head 2025-12-04T09:49:19.2207991Z * [new branch] gh/anshul-si/72/orig -> origin/gh/anshul-si/72/orig 2025-12-04T09:49:19.2208492Z * [new branch] gh/anshul-si/73/base -> origin/gh/anshul-si/73/base 2025-12-04T09:49:19.2208997Z * [new branch] gh/anshul-si/73/head -> origin/gh/anshul-si/73/head 2025-12-04T09:49:19.2209500Z * [new branch] gh/anshul-si/73/orig -> origin/gh/anshul-si/73/orig 2025-12-04T09:49:19.2210013Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-12-04T09:49:19.2210512Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-12-04T09:49:19.2211129Z * [new branch] gh/aorenste/134/base -> origin/gh/aorenste/134/base 2025-12-04T09:49:19.2211650Z * [new branch] gh/aorenste/134/head -> origin/gh/aorenste/134/head 2025-12-04T09:49:19.2212249Z * [new branch] gh/aorenste/134/orig -> origin/gh/aorenste/134/orig 2025-12-04T09:49:19.2212756Z * [new branch] gh/aorenste/139/base -> origin/gh/aorenste/139/base 2025-12-04T09:49:19.2213256Z * [new branch] gh/aorenste/139/head -> origin/gh/aorenste/139/head 2025-12-04T09:49:19.2213772Z * [new branch] gh/aorenste/139/orig -> origin/gh/aorenste/139/orig 2025-12-04T09:49:19.2214283Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-12-04T09:49:19.2214787Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-12-04T09:49:19.2215294Z * [new branch] gh/aorenste/145/base -> origin/gh/aorenste/145/base 2025-12-04T09:49:19.2215797Z * [new branch] gh/aorenste/145/head -> origin/gh/aorenste/145/head 2025-12-04T09:49:19.2216422Z * [new branch] gh/aorenste/145/orig -> origin/gh/aorenste/145/orig 2025-12-04T09:49:19.2216944Z * [new branch] gh/aorenste/146/base -> origin/gh/aorenste/146/base 2025-12-04T09:49:19.2217643Z * [new branch] gh/aorenste/146/head -> origin/gh/aorenste/146/head 2025-12-04T09:49:19.2218246Z * [new branch] gh/aorenste/146/orig -> origin/gh/aorenste/146/orig 2025-12-04T09:49:19.2218765Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-12-04T09:49:19.2219433Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-12-04T09:49:19.2219946Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-12-04T09:49:19.2220448Z * [new branch] gh/aorenste/148/base -> origin/gh/aorenste/148/base 2025-12-04T09:49:19.2220966Z * [new branch] gh/aorenste/148/head -> origin/gh/aorenste/148/head 2025-12-04T09:49:19.2221855Z * [new branch] gh/aorenste/148/orig -> origin/gh/aorenste/148/orig 2025-12-04T09:49:19.2222387Z * [new branch] gh/aorenste/149/base -> origin/gh/aorenste/149/base 2025-12-04T09:49:19.2222913Z * [new branch] gh/aorenste/149/head -> origin/gh/aorenste/149/head 2025-12-04T09:49:19.2223427Z * [new branch] gh/aorenste/149/orig -> origin/gh/aorenste/149/orig 2025-12-04T09:49:19.2224053Z * [new branch] gh/aorenste/150/base -> origin/gh/aorenste/150/base 2025-12-04T09:49:19.2224648Z * [new branch] gh/aorenste/150/head -> origin/gh/aorenste/150/head 2025-12-04T09:49:19.2225165Z * [new branch] gh/aorenste/150/orig -> origin/gh/aorenste/150/orig 2025-12-04T09:49:19.2225668Z * [new branch] gh/aorenste/151/base -> origin/gh/aorenste/151/base 2025-12-04T09:49:19.2226189Z * [new branch] gh/aorenste/151/head -> origin/gh/aorenste/151/head 2025-12-04T09:49:19.2226709Z * [new branch] gh/aorenste/151/orig -> origin/gh/aorenste/151/orig 2025-12-04T09:49:19.2227212Z * [new branch] gh/aorenste/152/base -> origin/gh/aorenste/152/base 2025-12-04T09:49:19.2227732Z * [new branch] gh/aorenste/152/head -> origin/gh/aorenste/152/head 2025-12-04T09:49:19.2228238Z * [new branch] gh/aorenste/152/orig -> origin/gh/aorenste/152/orig 2025-12-04T09:49:19.2228757Z * [new branch] gh/aorenste/153/base -> origin/gh/aorenste/153/base 2025-12-04T09:49:19.2229271Z * [new branch] gh/aorenste/153/head -> origin/gh/aorenste/153/head 2025-12-04T09:49:19.2229774Z * [new branch] gh/aorenste/153/orig -> origin/gh/aorenste/153/orig 2025-12-04T09:49:19.2230379Z * [new branch] gh/aorenste/154/base -> origin/gh/aorenste/154/base 2025-12-04T09:49:19.2230887Z * [new branch] gh/aorenste/154/head -> origin/gh/aorenste/154/head 2025-12-04T09:49:19.2231524Z * [new branch] gh/aorenste/154/orig -> origin/gh/aorenste/154/orig 2025-12-04T09:49:19.2232029Z * [new branch] gh/aorenste/155/base -> origin/gh/aorenste/155/base 2025-12-04T09:49:19.2232538Z * [new branch] gh/aorenste/155/head -> origin/gh/aorenste/155/head 2025-12-04T09:49:19.2233041Z * [new branch] gh/aorenste/155/orig -> origin/gh/aorenste/155/orig 2025-12-04T09:49:19.2233557Z * [new branch] gh/aorenste/156/base -> origin/gh/aorenste/156/base 2025-12-04T09:49:19.2234064Z * [new branch] gh/aorenste/156/head -> origin/gh/aorenste/156/head 2025-12-04T09:49:19.2234565Z * [new branch] gh/aorenste/156/orig -> origin/gh/aorenste/156/orig 2025-12-04T09:49:19.2235070Z * [new branch] gh/aorenste/157/base -> origin/gh/aorenste/157/base 2025-12-04T09:49:19.2235676Z * [new branch] gh/aorenste/157/head -> origin/gh/aorenste/157/head 2025-12-04T09:49:19.2236188Z * [new branch] gh/aorenste/157/orig -> origin/gh/aorenste/157/orig 2025-12-04T09:49:19.2236794Z * [new branch] gh/aorenste/158/base -> origin/gh/aorenste/158/base 2025-12-04T09:49:19.2237297Z * [new branch] gh/aorenste/158/head -> origin/gh/aorenste/158/head 2025-12-04T09:49:19.2237896Z * [new branch] gh/aorenste/158/orig -> origin/gh/aorenste/158/orig 2025-12-04T09:49:19.2238399Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-12-04T09:49:19.2238915Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-12-04T09:49:19.2239425Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-12-04T09:49:19.2239969Z * [new branch] gh/avikchaudhuri/1/base -> origin/gh/avikchaudhuri/1/base 2025-12-04T09:49:19.2240822Z * [new branch] gh/avikchaudhuri/1/head -> origin/gh/avikchaudhuri/1/head 2025-12-04T09:49:19.2241385Z * [new branch] gh/avikchaudhuri/2/base -> origin/gh/avikchaudhuri/2/base 2025-12-04T09:49:19.2241940Z * [new branch] gh/avikchaudhuri/2/head -> origin/gh/avikchaudhuri/2/head 2025-12-04T09:49:19.2242512Z * [new branch] gh/avikchaudhuri/2/orig -> origin/gh/avikchaudhuri/2/orig 2025-12-04T09:49:19.2243143Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-12-04T09:49:19.2243650Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-12-04T09:49:19.2244242Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-12-04T09:49:19.2244745Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-12-04T09:49:19.2245245Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-12-04T09:49:19.2245757Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-12-04T09:49:19.2246271Z * [new branch] gh/bdhirsh/669/base -> origin/gh/bdhirsh/669/base 2025-12-04T09:49:19.2246770Z * [new branch] gh/bdhirsh/669/head -> origin/gh/bdhirsh/669/head 2025-12-04T09:49:19.2247276Z * [new branch] gh/bdhirsh/669/orig -> origin/gh/bdhirsh/669/orig 2025-12-04T09:49:19.2247777Z * [new branch] gh/bdhirsh/670/base -> origin/gh/bdhirsh/670/base 2025-12-04T09:49:19.2248291Z * [new branch] gh/bdhirsh/670/head -> origin/gh/bdhirsh/670/head 2025-12-04T09:49:19.2248802Z * [new branch] gh/bdhirsh/670/orig -> origin/gh/bdhirsh/670/orig 2025-12-04T09:49:19.2249305Z * [new branch] gh/bdhirsh/672/base -> origin/gh/bdhirsh/672/base 2025-12-04T09:49:19.2249933Z * [new branch] gh/bdhirsh/672/head -> origin/gh/bdhirsh/672/head 2025-12-04T09:49:19.2250527Z * [new branch] gh/bdhirsh/672/orig -> origin/gh/bdhirsh/672/orig 2025-12-04T09:49:19.2251130Z * [new branch] gh/bdhirsh/675/base -> origin/gh/bdhirsh/675/base 2025-12-04T09:49:19.2251741Z * [new branch] gh/bdhirsh/675/head -> origin/gh/bdhirsh/675/head 2025-12-04T09:49:19.2252252Z * [new branch] gh/bdhirsh/675/orig -> origin/gh/bdhirsh/675/orig 2025-12-04T09:49:19.2252872Z * [new branch] gh/bdhirsh/676/base -> origin/gh/bdhirsh/676/base 2025-12-04T09:49:19.2253465Z * [new branch] gh/bdhirsh/676/head -> origin/gh/bdhirsh/676/head 2025-12-04T09:49:19.2254081Z * [new branch] gh/bdhirsh/676/orig -> origin/gh/bdhirsh/676/orig 2025-12-04T09:49:19.2254280Z * [new branch] gh/bdhirsh/677/base -> origin/gh/bdhirsh/677/base 2025-12-04T09:49:19.2255114Z * [new branch] gh/bdhirsh/677/head -> origin/gh/bdhirsh/677/head 2025-12-04T09:49:19.2255314Z * [new branch] gh/bdhirsh/677/orig -> origin/gh/bdhirsh/677/orig 2025-12-04T09:49:19.2255620Z * [new branch] gh/bdhirsh/678/base -> origin/gh/bdhirsh/678/base 2025-12-04T09:49:19.2255832Z * [new branch] gh/bdhirsh/678/head -> origin/gh/bdhirsh/678/head 2025-12-04T09:49:19.2256032Z * [new branch] gh/bdhirsh/678/orig -> origin/gh/bdhirsh/678/orig 2025-12-04T09:49:19.2256320Z * [new branch] gh/bdhirsh/679/base -> origin/gh/bdhirsh/679/base 2025-12-04T09:49:19.2256524Z * [new branch] gh/bdhirsh/679/head -> origin/gh/bdhirsh/679/head 2025-12-04T09:49:19.2256740Z * [new branch] gh/bdhirsh/679/orig -> origin/gh/bdhirsh/679/orig 2025-12-04T09:49:19.2257034Z * [new branch] gh/bdhirsh/680/base -> origin/gh/bdhirsh/680/base 2025-12-04T09:49:19.2257558Z * [new branch] gh/bdhirsh/680/head -> origin/gh/bdhirsh/680/head 2025-12-04T09:49:19.2257877Z * [new branch] gh/bdhirsh/680/orig -> origin/gh/bdhirsh/680/orig 2025-12-04T09:49:19.2258079Z * [new branch] gh/bdhirsh/681/base -> origin/gh/bdhirsh/681/base 2025-12-04T09:49:19.2258279Z * [new branch] gh/bdhirsh/681/head -> origin/gh/bdhirsh/681/head 2025-12-04T09:49:19.2258588Z * [new branch] gh/bdhirsh/681/orig -> origin/gh/bdhirsh/681/orig 2025-12-04T09:49:19.2258836Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-12-04T09:49:19.2259080Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-12-04T09:49:19.2259421Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-12-04T09:49:19.2259666Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-12-04T09:49:19.2259989Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-12-04T09:49:19.2260245Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-12-04T09:49:19.2260482Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-12-04T09:49:19.2260813Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-12-04T09:49:19.2261059Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-12-04T09:49:19.2261340Z * [new branch] gh/benjaminglass1/107/base -> origin/gh/benjaminglass1/107/base 2025-12-04T09:49:19.2261620Z * [new branch] gh/benjaminglass1/107/head -> origin/gh/benjaminglass1/107/head 2025-12-04T09:49:19.2261882Z * [new branch] gh/benjaminglass1/107/orig -> origin/gh/benjaminglass1/107/orig 2025-12-04T09:49:19.2262209Z * [new branch] gh/benjaminglass1/108/base -> origin/gh/benjaminglass1/108/base 2025-12-04T09:49:19.2262451Z * [new branch] gh/benjaminglass1/108/head -> origin/gh/benjaminglass1/108/head 2025-12-04T09:49:19.2262697Z * [new branch] gh/benjaminglass1/108/orig -> origin/gh/benjaminglass1/108/orig 2025-12-04T09:49:19.2263026Z * [new branch] gh/benjaminglass1/109/base -> origin/gh/benjaminglass1/109/base 2025-12-04T09:49:19.2263263Z * [new branch] gh/benjaminglass1/109/head -> origin/gh/benjaminglass1/109/head 2025-12-04T09:49:19.2263560Z * [new branch] gh/benjaminglass1/109/orig -> origin/gh/benjaminglass1/109/orig 2025-12-04T09:49:19.2263841Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-12-04T09:49:19.2264167Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-12-04T09:49:19.2264501Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-12-04T09:49:19.2264736Z * [new branch] gh/bobrenjc93/570/base -> origin/gh/bobrenjc93/570/base 2025-12-04T09:49:19.2264951Z * [new branch] gh/bobrenjc93/570/head -> origin/gh/bobrenjc93/570/head 2025-12-04T09:49:19.2265254Z * [new branch] gh/bobrenjc93/570/orig -> origin/gh/bobrenjc93/570/orig 2025-12-04T09:49:19.2265481Z * [new branch] gh/bobrenjc93/604/base -> origin/gh/bobrenjc93/604/base 2025-12-04T09:49:19.2265689Z * [new branch] gh/bobrenjc93/604/head -> origin/gh/bobrenjc93/604/head 2025-12-04T09:49:19.2265990Z * [new branch] gh/bobrenjc93/604/orig -> origin/gh/bobrenjc93/604/orig 2025-12-04T09:49:19.2266213Z * [new branch] gh/bobrenjc93/638/base -> origin/gh/bobrenjc93/638/base 2025-12-04T09:49:19.2266427Z * [new branch] gh/bobrenjc93/638/head -> origin/gh/bobrenjc93/638/head 2025-12-04T09:49:19.2267109Z * [new branch] gh/bobrenjc93/638/orig -> origin/gh/bobrenjc93/638/orig 2025-12-04T09:49:19.2267435Z * [new branch] gh/bobrenjc93/653/base -> origin/gh/bobrenjc93/653/base 2025-12-04T09:49:19.2267649Z * [new branch] gh/bobrenjc93/653/head -> origin/gh/bobrenjc93/653/head 2025-12-04T09:49:19.2267862Z * [new branch] gh/bobrenjc93/653/orig -> origin/gh/bobrenjc93/653/orig 2025-12-04T09:49:19.2268178Z * [new branch] gh/bobrenjc93/654/base -> origin/gh/bobrenjc93/654/base 2025-12-04T09:49:19.2268389Z * [new branch] gh/bobrenjc93/654/head -> origin/gh/bobrenjc93/654/head 2025-12-04T09:49:19.2268598Z * [new branch] gh/bobrenjc93/654/orig -> origin/gh/bobrenjc93/654/orig 2025-12-04T09:49:19.2268924Z * [new branch] gh/bobrenjc93/657/base -> origin/gh/bobrenjc93/657/base 2025-12-04T09:49:19.2269144Z * [new branch] gh/bobrenjc93/657/head -> origin/gh/bobrenjc93/657/head 2025-12-04T09:49:19.2269355Z * [new branch] gh/bobrenjc93/657/orig -> origin/gh/bobrenjc93/657/orig 2025-12-04T09:49:19.2269675Z * [new branch] gh/bobrenjc93/672/base -> origin/gh/bobrenjc93/672/base 2025-12-04T09:49:19.2269887Z * [new branch] gh/bobrenjc93/672/head -> origin/gh/bobrenjc93/672/head 2025-12-04T09:49:19.2270096Z * [new branch] gh/bobrenjc93/672/orig -> origin/gh/bobrenjc93/672/orig 2025-12-04T09:49:19.2270412Z * [new branch] gh/bobrenjc93/679/base -> origin/gh/bobrenjc93/679/base 2025-12-04T09:49:19.2270623Z * [new branch] gh/bobrenjc93/679/head -> origin/gh/bobrenjc93/679/head 2025-12-04T09:49:19.2270830Z * [new branch] gh/bobrenjc93/679/orig -> origin/gh/bobrenjc93/679/orig 2025-12-04T09:49:19.2271126Z * [new branch] gh/bobrenjc93/680/base -> origin/gh/bobrenjc93/680/base 2025-12-04T09:49:19.2271355Z * [new branch] gh/bobrenjc93/680/head -> origin/gh/bobrenjc93/680/head 2025-12-04T09:49:19.2271563Z * [new branch] gh/bobrenjc93/680/orig -> origin/gh/bobrenjc93/680/orig 2025-12-04T09:49:19.2271858Z * [new branch] gh/bobrenjc93/681/base -> origin/gh/bobrenjc93/681/base 2025-12-04T09:49:19.2272082Z * [new branch] gh/bobrenjc93/681/head -> origin/gh/bobrenjc93/681/head 2025-12-04T09:49:19.2272289Z * [new branch] gh/bobrenjc93/681/orig -> origin/gh/bobrenjc93/681/orig 2025-12-04T09:49:19.2272582Z * [new branch] gh/bobrenjc93/682/base -> origin/gh/bobrenjc93/682/base 2025-12-04T09:49:19.2272806Z * [new branch] gh/bobrenjc93/682/head -> origin/gh/bobrenjc93/682/head 2025-12-04T09:49:19.2273013Z * [new branch] gh/bobrenjc93/682/orig -> origin/gh/bobrenjc93/682/orig 2025-12-04T09:49:19.2273403Z * [new branch] gh/bobrenjc93/683/base -> origin/gh/bobrenjc93/683/base 2025-12-04T09:49:19.2273626Z * [new branch] gh/bobrenjc93/683/head -> origin/gh/bobrenjc93/683/head 2025-12-04T09:49:19.2273833Z * [new branch] gh/bobrenjc93/683/orig -> origin/gh/bobrenjc93/683/orig 2025-12-04T09:49:19.2274140Z * [new branch] gh/bobrenjc93/684/base -> origin/gh/bobrenjc93/684/base 2025-12-04T09:49:19.2274367Z * [new branch] gh/bobrenjc93/684/head -> origin/gh/bobrenjc93/684/head 2025-12-04T09:49:19.2274575Z * [new branch] gh/bobrenjc93/684/orig -> origin/gh/bobrenjc93/684/orig 2025-12-04T09:49:19.2274880Z * [new branch] gh/bobrenjc93/685/base -> origin/gh/bobrenjc93/685/base 2025-12-04T09:49:19.2275103Z * [new branch] gh/bobrenjc93/685/head -> origin/gh/bobrenjc93/685/head 2025-12-04T09:49:19.2275314Z * [new branch] gh/bobrenjc93/685/orig -> origin/gh/bobrenjc93/685/orig 2025-12-04T09:49:19.2275677Z * [new branch] gh/bobrenjc93/686/base -> origin/gh/bobrenjc93/686/base 2025-12-04T09:49:19.2275906Z * [new branch] gh/bobrenjc93/686/head -> origin/gh/bobrenjc93/686/head 2025-12-04T09:49:19.2276113Z * [new branch] gh/bobrenjc93/686/orig -> origin/gh/bobrenjc93/686/orig 2025-12-04T09:49:19.2276421Z * [new branch] gh/bobrenjc93/687/base -> origin/gh/bobrenjc93/687/base 2025-12-04T09:49:19.2276650Z * [new branch] gh/bobrenjc93/687/head -> origin/gh/bobrenjc93/687/head 2025-12-04T09:49:19.2276861Z * [new branch] gh/bobrenjc93/687/orig -> origin/gh/bobrenjc93/687/orig 2025-12-04T09:49:19.2277160Z * [new branch] gh/bobrenjc93/688/base -> origin/gh/bobrenjc93/688/base 2025-12-04T09:49:19.2277373Z * [new branch] gh/bobrenjc93/688/head -> origin/gh/bobrenjc93/688/head 2025-12-04T09:49:19.2277604Z * [new branch] gh/bobrenjc93/688/orig -> origin/gh/bobrenjc93/688/orig 2025-12-04T09:49:19.2277907Z * [new branch] gh/bobrenjc93/689/base -> origin/gh/bobrenjc93/689/base 2025-12-04T09:49:19.2278118Z * [new branch] gh/bobrenjc93/689/head -> origin/gh/bobrenjc93/689/head 2025-12-04T09:49:19.2278329Z * [new branch] gh/bobrenjc93/689/orig -> origin/gh/bobrenjc93/689/orig 2025-12-04T09:49:19.2278626Z * [new branch] gh/bobrenjc93/690/base -> origin/gh/bobrenjc93/690/base 2025-12-04T09:49:19.2278835Z * [new branch] gh/bobrenjc93/690/head -> origin/gh/bobrenjc93/690/head 2025-12-04T09:49:19.2279056Z * [new branch] gh/bobrenjc93/690/orig -> origin/gh/bobrenjc93/690/orig 2025-12-04T09:49:19.2279356Z * [new branch] gh/bobrenjc93/691/base -> origin/gh/bobrenjc93/691/base 2025-12-04T09:49:19.2279570Z * [new branch] gh/bobrenjc93/691/head -> origin/gh/bobrenjc93/691/head 2025-12-04T09:49:19.2279797Z * [new branch] gh/bobrenjc93/691/orig -> origin/gh/bobrenjc93/691/orig 2025-12-04T09:49:19.2280094Z * [new branch] gh/bobrenjc93/692/base -> origin/gh/bobrenjc93/692/base 2025-12-04T09:49:19.2280307Z * [new branch] gh/bobrenjc93/692/head -> origin/gh/bobrenjc93/692/head 2025-12-04T09:49:19.2280531Z * [new branch] gh/bobrenjc93/692/orig -> origin/gh/bobrenjc93/692/orig 2025-12-04T09:49:19.2280830Z * [new branch] gh/bobrenjc93/693/base -> origin/gh/bobrenjc93/693/base 2025-12-04T09:49:19.2281041Z * [new branch] gh/bobrenjc93/693/head -> origin/gh/bobrenjc93/693/head 2025-12-04T09:49:19.2281265Z * [new branch] gh/bobrenjc93/693/orig -> origin/gh/bobrenjc93/693/orig 2025-12-04T09:49:19.2281479Z * [new branch] gh/bobrenjc93/694/base -> origin/gh/bobrenjc93/694/base 2025-12-04T09:49:19.2281862Z * [new branch] gh/bobrenjc93/694/head -> origin/gh/bobrenjc93/694/head 2025-12-04T09:49:19.2282089Z * [new branch] gh/bobrenjc93/694/orig -> origin/gh/bobrenjc93/694/orig 2025-12-04T09:49:19.2282395Z * [new branch] gh/bobrenjc93/695/base -> origin/gh/bobrenjc93/695/base 2025-12-04T09:49:19.2282610Z * [new branch] gh/bobrenjc93/695/head -> origin/gh/bobrenjc93/695/head 2025-12-04T09:49:19.2282835Z * [new branch] gh/bobrenjc93/695/orig -> origin/gh/bobrenjc93/695/orig 2025-12-04T09:49:19.2283111Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-12-04T09:49:19.2283297Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-12-04T09:49:19.2283477Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-12-04T09:49:19.2283671Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-12-04T09:49:19.2284008Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-12-04T09:49:19.2284183Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-12-04T09:49:19.2284373Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-12-04T09:49:19.2284642Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-12-04T09:49:19.2284817Z * [new branch] gh/c00w/56/base -> origin/gh/c00w/56/base 2025-12-04T09:49:19.2285004Z * [new branch] gh/c00w/56/head -> origin/gh/c00w/56/head 2025-12-04T09:49:19.2285225Z * [new branch] gh/c00w/56/orig -> origin/gh/c00w/56/orig 2025-12-04T09:49:19.2285441Z * [new branch] gh/c00w/57/base -> origin/gh/c00w/57/base 2025-12-04T09:49:19.2285621Z * [new branch] gh/c00w/57/head -> origin/gh/c00w/57/head 2025-12-04T09:49:19.2285792Z * [new branch] gh/c00w/57/orig -> origin/gh/c00w/57/orig 2025-12-04T09:49:19.2286058Z * [new branch] gh/c00w/58/base -> origin/gh/c00w/58/base 2025-12-04T09:49:19.2286252Z * [new branch] gh/c00w/58/head -> origin/gh/c00w/58/head 2025-12-04T09:49:19.2286424Z * [new branch] gh/c00w/58/orig -> origin/gh/c00w/58/orig 2025-12-04T09:49:19.2286674Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-12-04T09:49:19.2286930Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-12-04T09:49:19.2287120Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-12-04T09:49:19.2287345Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-12-04T09:49:19.2287659Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-12-04T09:49:19.2287899Z * [new branch] gh/coconutruben/55/base -> origin/gh/coconutruben/55/base 2025-12-04T09:49:19.2288213Z * [new branch] gh/coconutruben/55/head -> origin/gh/coconutruben/55/head 2025-12-04T09:49:19.2288439Z * [new branch] gh/coconutruben/55/orig -> origin/gh/coconutruben/55/orig 2025-12-04T09:49:19.2288674Z * [new branch] gh/coconutruben/57/base -> origin/gh/coconutruben/57/base 2025-12-04T09:49:19.2288894Z * [new branch] gh/coconutruben/57/head -> origin/gh/coconutruben/57/head 2025-12-04T09:49:19.2289112Z * [new branch] gh/coconutruben/57/orig -> origin/gh/coconutruben/57/orig 2025-12-04T09:49:19.2289348Z * [new branch] gh/coconutruben/70/base -> origin/gh/coconutruben/70/base 2025-12-04T09:49:19.2289566Z * [new branch] gh/coconutruben/70/head -> origin/gh/coconutruben/70/head 2025-12-04T09:49:19.2289860Z * [new branch] gh/coconutruben/70/orig -> origin/gh/coconutruben/70/orig 2025-12-04T09:49:19.2290087Z * [new branch] gh/coconutruben/71/base -> origin/gh/coconutruben/71/base 2025-12-04T09:49:19.2290304Z * [new branch] gh/coconutruben/71/head -> origin/gh/coconutruben/71/head 2025-12-04T09:49:19.2290524Z * [new branch] gh/coconutruben/71/orig -> origin/gh/coconutruben/71/orig 2025-12-04T09:49:19.2290755Z * [new branch] gh/coconutruben/72/base -> origin/gh/coconutruben/72/base 2025-12-04T09:49:19.2290975Z * [new branch] gh/coconutruben/72/head -> origin/gh/coconutruben/72/head 2025-12-04T09:49:19.2291193Z * [new branch] gh/coconutruben/72/orig -> origin/gh/coconutruben/72/orig 2025-12-04T09:49:19.2291434Z * [new branch] gh/coconutruben/73/base -> origin/gh/coconutruben/73/base 2025-12-04T09:49:19.2291662Z * [new branch] gh/coconutruben/73/head -> origin/gh/coconutruben/73/head 2025-12-04T09:49:19.2291952Z * [new branch] gh/coconutruben/73/orig -> origin/gh/coconutruben/73/orig 2025-12-04T09:49:19.2292184Z * [new branch] gh/coconutruben/74/base -> origin/gh/coconutruben/74/base 2025-12-04T09:49:19.2292404Z * [new branch] gh/coconutruben/74/head -> origin/gh/coconutruben/74/head 2025-12-04T09:49:19.2292626Z * [new branch] gh/coconutruben/74/orig -> origin/gh/coconutruben/74/orig 2025-12-04T09:49:19.2292860Z * [new branch] gh/coconutruben/79/base -> origin/gh/coconutruben/79/base 2025-12-04T09:49:19.2293083Z * [new branch] gh/coconutruben/79/head -> origin/gh/coconutruben/79/head 2025-12-04T09:49:19.2293302Z * [new branch] gh/coconutruben/79/orig -> origin/gh/coconutruben/79/orig 2025-12-04T09:49:19.2293524Z * [new branch] gh/coconutruben/80/base -> origin/gh/coconutruben/80/base 2025-12-04T09:49:19.2293872Z * [new branch] gh/coconutruben/80/head -> origin/gh/coconutruben/80/head 2025-12-04T09:49:19.2294094Z * [new branch] gh/coconutruben/80/orig -> origin/gh/coconutruben/80/orig 2025-12-04T09:49:19.2294315Z * [new branch] gh/coconutruben/82/base -> origin/gh/coconutruben/82/base 2025-12-04T09:49:19.2294647Z * [new branch] gh/coconutruben/82/head -> origin/gh/coconutruben/82/head 2025-12-04T09:49:19.2294868Z * [new branch] gh/coconutruben/82/orig -> origin/gh/coconutruben/82/orig 2025-12-04T09:49:19.2295092Z * [new branch] gh/coconutruben/83/base -> origin/gh/coconutruben/83/base 2025-12-04T09:49:19.2295424Z * [new branch] gh/coconutruben/83/head -> origin/gh/coconutruben/83/head 2025-12-04T09:49:19.2295643Z * [new branch] gh/coconutruben/83/orig -> origin/gh/coconutruben/83/orig 2025-12-04T09:49:19.2295866Z * [new branch] gh/coconutruben/84/base -> origin/gh/coconutruben/84/base 2025-12-04T09:49:19.2296102Z * [new branch] gh/coconutruben/84/head -> origin/gh/coconutruben/84/head 2025-12-04T09:49:19.2296323Z * [new branch] gh/coconutruben/84/orig -> origin/gh/coconutruben/84/orig 2025-12-04T09:49:19.2296540Z * [new branch] gh/coconutruben/85/base -> origin/gh/coconutruben/85/base 2025-12-04T09:49:19.2296783Z * [new branch] gh/coconutruben/85/head -> origin/gh/coconutruben/85/head 2025-12-04T09:49:19.2297009Z * [new branch] gh/coconutruben/85/orig -> origin/gh/coconutruben/85/orig 2025-12-04T09:49:19.2297225Z * [new branch] gh/coconutruben/86/base -> origin/gh/coconutruben/86/base 2025-12-04T09:49:19.2297539Z * [new branch] gh/coconutruben/86/head -> origin/gh/coconutruben/86/head 2025-12-04T09:49:19.2297760Z * [new branch] gh/coconutruben/86/orig -> origin/gh/coconutruben/86/orig 2025-12-04T09:49:19.2298055Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-12-04T09:49:19.2298287Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-12-04T09:49:19.2298498Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-12-04T09:49:19.2298707Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-12-04T09:49:19.2298931Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-12-04T09:49:19.2299136Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-12-04T09:49:19.2299344Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-12-04T09:49:19.2299551Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-12-04T09:49:19.2299756Z * [new branch] gh/d4l3k/1/base -> origin/gh/d4l3k/1/base 2025-12-04T09:49:19.2300005Z * [new branch] gh/d4l3k/1/head -> origin/gh/d4l3k/1/head 2025-12-04T09:49:19.2300183Z * [new branch] gh/d4l3k/2/base -> origin/gh/d4l3k/2/base 2025-12-04T09:49:19.2300374Z * [new branch] gh/d4l3k/2/head -> origin/gh/d4l3k/2/head 2025-12-04T09:49:19.2300549Z * [new branch] gh/d4l3k/2/orig -> origin/gh/d4l3k/2/orig 2025-12-04T09:49:19.2300825Z * [new branch] gh/d4l3k/3/base -> origin/gh/d4l3k/3/base 2025-12-04T09:49:19.2301016Z * [new branch] gh/d4l3k/3/head -> origin/gh/d4l3k/3/head 2025-12-04T09:49:19.2301196Z * [new branch] gh/d4l3k/3/orig -> origin/gh/d4l3k/3/orig 2025-12-04T09:49:19.2301369Z * [new branch] gh/d4l3k/4/base -> origin/gh/d4l3k/4/base 2025-12-04T09:49:19.2301655Z * [new branch] gh/d4l3k/4/head -> origin/gh/d4l3k/4/head 2025-12-04T09:49:19.2301836Z * [new branch] gh/d4l3k/4/orig -> origin/gh/d4l3k/4/orig 2025-12-04T09:49:19.2302010Z * [new branch] gh/d4l3k/5/base -> origin/gh/d4l3k/5/base 2025-12-04T09:49:19.2302249Z * [new branch] gh/d4l3k/5/orig -> origin/gh/d4l3k/5/orig 2025-12-04T09:49:19.2302534Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-12-04T09:49:19.2302768Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-12-04T09:49:19.2303013Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-12-04T09:49:19.2303246Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-12-04T09:49:19.2303475Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-12-04T09:49:19.2303711Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-12-04T09:49:19.2303949Z * [new branch] gh/desertfire/605/base -> origin/gh/desertfire/605/base 2025-12-04T09:49:19.2304168Z * [new branch] gh/desertfire/605/head -> origin/gh/desertfire/605/head 2025-12-04T09:49:19.2304380Z * [new branch] gh/desertfire/605/orig -> origin/gh/desertfire/605/orig 2025-12-04T09:49:19.2304604Z * [new branch] gh/desertfire/606/base -> origin/gh/desertfire/606/base 2025-12-04T09:49:19.2304818Z * [new branch] gh/desertfire/606/head -> origin/gh/desertfire/606/head 2025-12-04T09:49:19.2305027Z * [new branch] gh/desertfire/606/orig -> origin/gh/desertfire/606/orig 2025-12-04T09:49:19.2305254Z * [new branch] gh/desertfire/607/base -> origin/gh/desertfire/607/base 2025-12-04T09:49:19.2305541Z * [new branch] gh/desertfire/607/head -> origin/gh/desertfire/607/head 2025-12-04T09:49:19.2305762Z * [new branch] gh/desertfire/607/orig -> origin/gh/desertfire/607/orig 2025-12-04T09:49:19.2305981Z * [new branch] gh/desertfire/608/base -> origin/gh/desertfire/608/base 2025-12-04T09:49:19.2306192Z * [new branch] gh/desertfire/608/head -> origin/gh/desertfire/608/head 2025-12-04T09:49:19.2306405Z * [new branch] gh/desertfire/608/orig -> origin/gh/desertfire/608/orig 2025-12-04T09:49:19.2306628Z * [new branch] gh/desertfire/609/base -> origin/gh/desertfire/609/base 2025-12-04T09:49:19.2306844Z * [new branch] gh/desertfire/609/head -> origin/gh/desertfire/609/head 2025-12-04T09:49:19.2307053Z * [new branch] gh/desertfire/609/orig -> origin/gh/desertfire/609/orig 2025-12-04T09:49:19.2307276Z * [new branch] gh/desertfire/610/base -> origin/gh/desertfire/610/base 2025-12-04T09:49:19.2307491Z * [new branch] gh/desertfire/610/head -> origin/gh/desertfire/610/head 2025-12-04T09:49:19.2307863Z * [new branch] gh/desertfire/610/orig -> origin/gh/desertfire/610/orig 2025-12-04T09:49:19.2308093Z * [new branch] gh/desertfire/611/base -> origin/gh/desertfire/611/base 2025-12-04T09:49:19.2308307Z * [new branch] gh/desertfire/611/head -> origin/gh/desertfire/611/head 2025-12-04T09:49:19.2308606Z * [new branch] gh/desertfire/611/orig -> origin/gh/desertfire/611/orig 2025-12-04T09:49:19.2308836Z * [new branch] gh/desertfire/612/base -> origin/gh/desertfire/612/base 2025-12-04T09:49:19.2309046Z * [new branch] gh/desertfire/612/head -> origin/gh/desertfire/612/head 2025-12-04T09:49:19.2309347Z * [new branch] gh/desertfire/612/orig -> origin/gh/desertfire/612/orig 2025-12-04T09:49:19.2309557Z * [new branch] gh/desertfire/613/base -> origin/gh/desertfire/613/base 2025-12-04T09:49:19.2309792Z * [new branch] gh/desertfire/613/head -> origin/gh/desertfire/613/head 2025-12-04T09:49:19.2310001Z * [new branch] gh/desertfire/613/orig -> origin/gh/desertfire/613/orig 2025-12-04T09:49:19.2310208Z * [new branch] gh/desertfire/614/base -> origin/gh/desertfire/614/base 2025-12-04T09:49:19.2310439Z * [new branch] gh/desertfire/614/head -> origin/gh/desertfire/614/head 2025-12-04T09:49:19.2310655Z * [new branch] gh/desertfire/614/orig -> origin/gh/desertfire/614/orig 2025-12-04T09:49:19.2310865Z * [new branch] gh/desertfire/615/base -> origin/gh/desertfire/615/base 2025-12-04T09:49:19.2311088Z * [new branch] gh/desertfire/615/head -> origin/gh/desertfire/615/head 2025-12-04T09:49:19.2311296Z * [new branch] gh/desertfire/615/orig -> origin/gh/desertfire/615/orig 2025-12-04T09:49:19.2311513Z * [new branch] gh/desertfire/616/base -> origin/gh/desertfire/616/base 2025-12-04T09:49:19.2311740Z * [new branch] gh/desertfire/616/head -> origin/gh/desertfire/616/head 2025-12-04T09:49:19.2311954Z * [new branch] gh/desertfire/616/orig -> origin/gh/desertfire/616/orig 2025-12-04T09:49:19.2312161Z * [new branch] gh/desertfire/617/base -> origin/gh/desertfire/617/base 2025-12-04T09:49:19.2312390Z * [new branch] gh/desertfire/617/head -> origin/gh/desertfire/617/head 2025-12-04T09:49:19.2312603Z * [new branch] gh/desertfire/617/orig -> origin/gh/desertfire/617/orig 2025-12-04T09:49:19.2312796Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-12-04T09:49:19.2313003Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-12-04T09:49:19.2313211Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-12-04T09:49:19.2313492Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-12-04T09:49:19.2313701Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-12-04T09:49:19.2313903Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-12-04T09:49:19.2314101Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-12-04T09:49:19.2314314Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-12-04T09:49:19.2314514Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-12-04T09:49:19.2314708Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-12-04T09:49:19.2314909Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-12-04T09:49:19.2315128Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-12-04T09:49:19.2315401Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-12-04T09:49:19.2315597Z * [new branch] gh/drisspg/194/base -> origin/gh/drisspg/194/base 2025-12-04T09:49:19.2315816Z * [new branch] gh/drisspg/194/head -> origin/gh/drisspg/194/head 2025-12-04T09:49:19.2316014Z * [new branch] gh/drisspg/194/orig -> origin/gh/drisspg/194/orig 2025-12-04T09:49:19.2316209Z * [new branch] gh/drisspg/200/base -> origin/gh/drisspg/200/base 2025-12-04T09:49:19.2316417Z * [new branch] gh/drisspg/200/head -> origin/gh/drisspg/200/head 2025-12-04T09:49:19.2316613Z * [new branch] gh/drisspg/200/orig -> origin/gh/drisspg/200/orig 2025-12-04T09:49:19.2316810Z * [new branch] gh/drisspg/218/base -> origin/gh/drisspg/218/base 2025-12-04T09:49:19.2317027Z * [new branch] gh/drisspg/218/head -> origin/gh/drisspg/218/head 2025-12-04T09:49:19.2317227Z * [new branch] gh/drisspg/218/orig -> origin/gh/drisspg/218/orig 2025-12-04T09:49:19.2317423Z * [new branch] gh/drisspg/219/base -> origin/gh/drisspg/219/base 2025-12-04T09:49:19.2317634Z * [new branch] gh/drisspg/219/head -> origin/gh/drisspg/219/head 2025-12-04T09:49:19.2317831Z * [new branch] gh/drisspg/219/orig -> origin/gh/drisspg/219/orig 2025-12-04T09:49:19.2318027Z * [new branch] gh/drisspg/220/base -> origin/gh/drisspg/220/base 2025-12-04T09:49:19.2318237Z * [new branch] gh/drisspg/220/head -> origin/gh/drisspg/220/head 2025-12-04T09:49:19.2318434Z * [new branch] gh/drisspg/220/orig -> origin/gh/drisspg/220/orig 2025-12-04T09:49:19.2318634Z * [new branch] gh/drisspg/221/base -> origin/gh/drisspg/221/base 2025-12-04T09:49:19.2318845Z * [new branch] gh/drisspg/221/head -> origin/gh/drisspg/221/head 2025-12-04T09:49:19.2319046Z * [new branch] gh/drisspg/221/orig -> origin/gh/drisspg/221/orig 2025-12-04T09:49:19.2319243Z * [new branch] gh/drisspg/222/base -> origin/gh/drisspg/222/base 2025-12-04T09:49:19.2319439Z * [new branch] gh/drisspg/222/head -> origin/gh/drisspg/222/head 2025-12-04T09:49:19.2319649Z * [new branch] gh/drisspg/222/orig -> origin/gh/drisspg/222/orig 2025-12-04T09:49:19.2319966Z * [new branch] gh/drisspg/223/base -> origin/gh/drisspg/223/base 2025-12-04T09:49:19.2320166Z * [new branch] gh/drisspg/223/head -> origin/gh/drisspg/223/head 2025-12-04T09:49:19.2320387Z * [new branch] gh/drisspg/223/orig -> origin/gh/drisspg/223/orig 2025-12-04T09:49:19.2320585Z * [new branch] gh/drisspg/224/base -> origin/gh/drisspg/224/base 2025-12-04T09:49:19.2321035Z * [new branch] gh/drisspg/224/head -> origin/gh/drisspg/224/head 2025-12-04T09:49:19.2321251Z * [new branch] gh/drisspg/224/orig -> origin/gh/drisspg/224/orig 2025-12-04T09:49:19.2321544Z * [new branch] gh/drisspg/225/base -> origin/gh/drisspg/225/base 2025-12-04T09:49:19.2321748Z * [new branch] gh/drisspg/225/head -> origin/gh/drisspg/225/head 2025-12-04T09:49:19.2321963Z * [new branch] gh/drisspg/225/orig -> origin/gh/drisspg/225/orig 2025-12-04T09:49:19.2322161Z * [new branch] gh/drisspg/226/base -> origin/gh/drisspg/226/base 2025-12-04T09:49:19.2322355Z * [new branch] gh/drisspg/226/head -> origin/gh/drisspg/226/head 2025-12-04T09:49:19.2322564Z * [new branch] gh/drisspg/226/orig -> origin/gh/drisspg/226/orig 2025-12-04T09:49:19.2322767Z * [new branch] gh/drisspg/227/base -> origin/gh/drisspg/227/base 2025-12-04T09:49:19.2323032Z * [new branch] gh/drisspg/227/head -> origin/gh/drisspg/227/head 2025-12-04T09:49:19.2323248Z * [new branch] gh/drisspg/227/orig -> origin/gh/drisspg/227/orig 2025-12-04T09:49:19.2323444Z * [new branch] gh/drisspg/228/base -> origin/gh/drisspg/228/base 2025-12-04T09:49:19.2323638Z * [new branch] gh/drisspg/228/head -> origin/gh/drisspg/228/head 2025-12-04T09:49:19.2323845Z * [new branch] gh/drisspg/228/orig -> origin/gh/drisspg/228/orig 2025-12-04T09:49:19.2324041Z * [new branch] gh/drisspg/229/base -> origin/gh/drisspg/229/base 2025-12-04T09:49:19.2324241Z * [new branch] gh/drisspg/229/head -> origin/gh/drisspg/229/head 2025-12-04T09:49:19.2324436Z * [new branch] gh/drisspg/229/orig -> origin/gh/drisspg/229/orig 2025-12-04T09:49:19.2324651Z * [new branch] gh/drisspg/230/base -> origin/gh/drisspg/230/base 2025-12-04T09:49:19.2324849Z * [new branch] gh/drisspg/230/head -> origin/gh/drisspg/230/head 2025-12-04T09:49:19.2325045Z * [new branch] gh/drisspg/230/orig -> origin/gh/drisspg/230/orig 2025-12-04T09:49:19.2325253Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-12-04T09:49:19.2325445Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-12-04T09:49:19.2325665Z * [new branch] gh/dzmitry-huba/1/base -> origin/gh/dzmitry-huba/1/base 2025-12-04T09:49:19.2325897Z * [new branch] gh/dzmitry-huba/1/head -> origin/gh/dzmitry-huba/1/head 2025-12-04T09:49:19.2326120Z * [new branch] gh/dzmitry-huba/12/base -> origin/gh/dzmitry-huba/12/base 2025-12-04T09:49:19.2326334Z * [new branch] gh/dzmitry-huba/12/head -> origin/gh/dzmitry-huba/12/head 2025-12-04T09:49:19.2326562Z * [new branch] gh/dzmitry-huba/12/orig -> origin/gh/dzmitry-huba/12/orig 2025-12-04T09:49:19.2326774Z * [new branch] gh/dzmitry-huba/13/base -> origin/gh/dzmitry-huba/13/base 2025-12-04T09:49:19.2326985Z * [new branch] gh/dzmitry-huba/13/head -> origin/gh/dzmitry-huba/13/head 2025-12-04T09:49:19.2327199Z * [new branch] gh/dzmitry-huba/13/orig -> origin/gh/dzmitry-huba/13/orig 2025-12-04T09:49:19.2327410Z * [new branch] gh/dzmitry-huba/14/base -> origin/gh/dzmitry-huba/14/base 2025-12-04T09:49:19.2327617Z * [new branch] gh/dzmitry-huba/14/head -> origin/gh/dzmitry-huba/14/head 2025-12-04T09:49:19.2327836Z * [new branch] gh/dzmitry-huba/14/orig -> origin/gh/dzmitry-huba/14/orig 2025-12-04T09:49:19.2328045Z * [new branch] gh/dzmitry-huba/15/base -> origin/gh/dzmitry-huba/15/base 2025-12-04T09:49:19.2328327Z * [new branch] gh/dzmitry-huba/15/head -> origin/gh/dzmitry-huba/15/head 2025-12-04T09:49:19.2328552Z * [new branch] gh/dzmitry-huba/15/orig -> origin/gh/dzmitry-huba/15/orig 2025-12-04T09:49:19.2328759Z * [new branch] gh/dzmitry-huba/16/base -> origin/gh/dzmitry-huba/16/base 2025-12-04T09:49:19.2328969Z * [new branch] gh/dzmitry-huba/16/head -> origin/gh/dzmitry-huba/16/head 2025-12-04T09:49:19.2329179Z * [new branch] gh/dzmitry-huba/16/orig -> origin/gh/dzmitry-huba/16/orig 2025-12-04T09:49:19.2329405Z * [new branch] gh/dzmitry-huba/17/base -> origin/gh/dzmitry-huba/17/base 2025-12-04T09:49:19.2329615Z * [new branch] gh/dzmitry-huba/17/head -> origin/gh/dzmitry-huba/17/head 2025-12-04T09:49:19.2329832Z * [new branch] gh/dzmitry-huba/17/orig -> origin/gh/dzmitry-huba/17/orig 2025-12-04T09:49:19.2330050Z * [new branch] gh/dzmitry-huba/2/base -> origin/gh/dzmitry-huba/2/base 2025-12-04T09:49:19.2330328Z * [new branch] gh/dzmitry-huba/2/head -> origin/gh/dzmitry-huba/2/head 2025-12-04T09:49:19.2330539Z * [new branch] gh/dzmitry-huba/3/base -> origin/gh/dzmitry-huba/3/base 2025-12-04T09:49:19.2330759Z * [new branch] gh/dzmitry-huba/3/head -> origin/gh/dzmitry-huba/3/head 2025-12-04T09:49:19.2330965Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-12-04T09:49:19.2331164Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-12-04T09:49:19.2331369Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-12-04T09:49:19.2331564Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-12-04T09:49:19.2331759Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-12-04T09:49:19.2331965Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-12-04T09:49:19.2332164Z * [new branch] gh/eellison/823/base -> origin/gh/eellison/823/base 2025-12-04T09:49:19.2332360Z * [new branch] gh/eellison/823/head -> origin/gh/eellison/823/head 2025-12-04T09:49:19.2332559Z * [new branch] gh/eellison/823/orig -> origin/gh/eellison/823/orig 2025-12-04T09:49:19.2332752Z * [new branch] gh/eellison/862/base -> origin/gh/eellison/862/base 2025-12-04T09:49:19.2332945Z * [new branch] gh/eellison/862/head -> origin/gh/eellison/862/head 2025-12-04T09:49:19.2333146Z * [new branch] gh/eellison/862/orig -> origin/gh/eellison/862/orig 2025-12-04T09:49:19.2333339Z * [new branch] gh/eellison/863/base -> origin/gh/eellison/863/base 2025-12-04T09:49:19.2333532Z * [new branch] gh/eellison/863/head -> origin/gh/eellison/863/head 2025-12-04T09:49:19.2333735Z * [new branch] gh/eellison/863/orig -> origin/gh/eellison/863/orig 2025-12-04T09:49:19.2333929Z * [new branch] gh/eellison/864/base -> origin/gh/eellison/864/base 2025-12-04T09:49:19.2334121Z * [new branch] gh/eellison/864/head -> origin/gh/eellison/864/head 2025-12-04T09:49:19.2334311Z * [new branch] gh/eellison/864/orig -> origin/gh/eellison/864/orig 2025-12-04T09:49:19.2334510Z * [new branch] gh/eellison/865/base -> origin/gh/eellison/865/base 2025-12-04T09:49:19.2334701Z * [new branch] gh/eellison/865/head -> origin/gh/eellison/865/head 2025-12-04T09:49:19.2334892Z * [new branch] gh/eellison/865/orig -> origin/gh/eellison/865/orig 2025-12-04T09:49:19.2335092Z * [new branch] gh/eellison/866/base -> origin/gh/eellison/866/base 2025-12-04T09:49:19.2335286Z * [new branch] gh/eellison/866/head -> origin/gh/eellison/866/head 2025-12-04T09:49:19.2335559Z * [new branch] gh/eellison/866/orig -> origin/gh/eellison/866/orig 2025-12-04T09:49:19.2335759Z * [new branch] gh/eellison/867/base -> origin/gh/eellison/867/base 2025-12-04T09:49:19.2335952Z * [new branch] gh/eellison/867/head -> origin/gh/eellison/867/head 2025-12-04T09:49:19.2336145Z * [new branch] gh/eellison/867/orig -> origin/gh/eellison/867/orig 2025-12-04T09:49:19.2336345Z * [new branch] gh/eellison/868/base -> origin/gh/eellison/868/base 2025-12-04T09:49:19.2336544Z * [new branch] gh/eellison/868/head -> origin/gh/eellison/868/head 2025-12-04T09:49:19.2336741Z * [new branch] gh/eellison/868/orig -> origin/gh/eellison/868/orig 2025-12-04T09:49:19.2337067Z * [new branch] gh/eellison/869/base -> origin/gh/eellison/869/base 2025-12-04T09:49:19.2337265Z * [new branch] gh/eellison/869/head -> origin/gh/eellison/869/head 2025-12-04T09:49:19.2337623Z * [new branch] gh/eellison/869/orig -> origin/gh/eellison/869/orig 2025-12-04T09:49:19.2337831Z * [new branch] gh/eellison/870/base -> origin/gh/eellison/870/base 2025-12-04T09:49:19.2338123Z * [new branch] gh/eellison/870/head -> origin/gh/eellison/870/head 2025-12-04T09:49:19.2338320Z * [new branch] gh/eellison/870/orig -> origin/gh/eellison/870/orig 2025-12-04T09:49:19.2338523Z * [new branch] gh/eellison/871/base -> origin/gh/eellison/871/base 2025-12-04T09:49:19.2338809Z * [new branch] gh/eellison/871/head -> origin/gh/eellison/871/head 2025-12-04T09:49:19.2339006Z * [new branch] gh/eellison/871/orig -> origin/gh/eellison/871/orig 2025-12-04T09:49:19.2339199Z * [new branch] gh/eellison/872/base -> origin/gh/eellison/872/base 2025-12-04T09:49:19.2339407Z * [new branch] gh/eellison/872/head -> origin/gh/eellison/872/head 2025-12-04T09:49:19.2339604Z * [new branch] gh/eellison/872/orig -> origin/gh/eellison/872/orig 2025-12-04T09:49:19.2339797Z * [new branch] gh/eellison/873/base -> origin/gh/eellison/873/base 2025-12-04T09:49:19.2340000Z * [new branch] gh/eellison/873/head -> origin/gh/eellison/873/head 2025-12-04T09:49:19.2340197Z * [new branch] gh/eellison/873/orig -> origin/gh/eellison/873/orig 2025-12-04T09:49:19.2340391Z * [new branch] gh/eellison/874/base -> origin/gh/eellison/874/base 2025-12-04T09:49:19.2340599Z * [new branch] gh/eellison/874/head -> origin/gh/eellison/874/head 2025-12-04T09:49:19.2340792Z * [new branch] gh/eellison/874/orig -> origin/gh/eellison/874/orig 2025-12-04T09:49:19.2340987Z * [new branch] gh/eellison/875/base -> origin/gh/eellison/875/base 2025-12-04T09:49:19.2341202Z * [new branch] gh/eellison/875/head -> origin/gh/eellison/875/head 2025-12-04T09:49:19.2341396Z * [new branch] gh/eellison/875/orig -> origin/gh/eellison/875/orig 2025-12-04T09:49:19.2341590Z * [new branch] gh/eellison/876/base -> origin/gh/eellison/876/base 2025-12-04T09:49:19.2341790Z * [new branch] gh/eellison/876/head -> origin/gh/eellison/876/head 2025-12-04T09:49:19.2341982Z * [new branch] gh/eellison/876/orig -> origin/gh/eellison/876/orig 2025-12-04T09:49:19.2342174Z * [new branch] gh/eellison/877/base -> origin/gh/eellison/877/base 2025-12-04T09:49:19.2342385Z * [new branch] gh/eellison/877/head -> origin/gh/eellison/877/head 2025-12-04T09:49:19.2342583Z * [new branch] gh/eellison/877/orig -> origin/gh/eellison/877/orig 2025-12-04T09:49:19.2342852Z * [new branch] gh/eellison/878/base -> origin/gh/eellison/878/base 2025-12-04T09:49:19.2343059Z * [new branch] gh/eellison/878/head -> origin/gh/eellison/878/head 2025-12-04T09:49:19.2343251Z * [new branch] gh/eellison/878/orig -> origin/gh/eellison/878/orig 2025-12-04T09:49:19.2343448Z * [new branch] gh/eellison/879/base -> origin/gh/eellison/879/base 2025-12-04T09:49:19.2343641Z * [new branch] gh/eellison/879/head -> origin/gh/eellison/879/head 2025-12-04T09:49:19.2343842Z * [new branch] gh/eellison/879/orig -> origin/gh/eellison/879/orig 2025-12-04T09:49:19.2344040Z * [new branch] gh/eellison/880/base -> origin/gh/eellison/880/base 2025-12-04T09:49:19.2344236Z * [new branch] gh/eellison/880/head -> origin/gh/eellison/880/head 2025-12-04T09:49:19.2344441Z * [new branch] gh/eellison/880/orig -> origin/gh/eellison/880/orig 2025-12-04T09:49:19.2344639Z * [new branch] gh/eellison/881/base -> origin/gh/eellison/881/base 2025-12-04T09:49:19.2344900Z * [new branch] gh/eellison/881/head -> origin/gh/eellison/881/head 2025-12-04T09:49:19.2345107Z * [new branch] gh/eellison/881/orig -> origin/gh/eellison/881/orig 2025-12-04T09:49:19.2345302Z * [new branch] gh/eellison/882/base -> origin/gh/eellison/882/base 2025-12-04T09:49:19.2345494Z * [new branch] gh/eellison/882/head -> origin/gh/eellison/882/head 2025-12-04T09:49:19.2345698Z * [new branch] gh/eellison/882/orig -> origin/gh/eellison/882/orig 2025-12-04T09:49:19.2345894Z * [new branch] gh/eellison/883/base -> origin/gh/eellison/883/base 2025-12-04T09:49:19.2346091Z * [new branch] gh/eellison/883/head -> origin/gh/eellison/883/head 2025-12-04T09:49:19.2346300Z * [new branch] gh/eellison/883/orig -> origin/gh/eellison/883/orig 2025-12-04T09:49:19.2346503Z * [new branch] gh/eellison/884/base -> origin/gh/eellison/884/base 2025-12-04T09:49:19.2346701Z * [new branch] gh/eellison/884/head -> origin/gh/eellison/884/head 2025-12-04T09:49:19.2346906Z * [new branch] gh/eellison/884/orig -> origin/gh/eellison/884/orig 2025-12-04T09:49:19.2347093Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-12-04T09:49:19.2347273Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-12-04T09:49:19.2347460Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-12-04T09:49:19.2347640Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-12-04T09:49:19.2347815Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-12-04T09:49:19.2347987Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-12-04T09:49:19.2348178Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-12-04T09:49:19.2348357Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-12-04T09:49:19.2348532Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-12-04T09:49:19.2348719Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-12-04T09:49:19.2348891Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-12-04T09:49:19.2349066Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-12-04T09:49:19.2349249Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-12-04T09:49:19.2349422Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-12-04T09:49:19.2349603Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-12-04T09:49:19.2349855Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-12-04T09:49:19.2350029Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-12-04T09:49:19.2350210Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-12-04T09:49:19.2350393Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-12-04T09:49:19.2350570Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-12-04T09:49:19.2350747Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-12-04T09:49:19.2350935Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-12-04T09:49:19.2351111Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-12-04T09:49:19.2351286Z * [new branch] gh/etaf/166/base -> origin/gh/etaf/166/base 2025-12-04T09:49:19.2351531Z * [new branch] gh/etaf/166/head -> origin/gh/etaf/166/head 2025-12-04T09:49:19.2351716Z * [new branch] gh/etaf/166/orig -> origin/gh/etaf/166/orig 2025-12-04T09:49:19.2351892Z * [new branch] gh/etaf/167/base -> origin/gh/etaf/167/base 2025-12-04T09:49:19.2352071Z * [new branch] gh/etaf/167/head -> origin/gh/etaf/167/head 2025-12-04T09:49:19.2352258Z * [new branch] gh/etaf/167/orig -> origin/gh/etaf/167/orig 2025-12-04T09:49:19.2352431Z * [new branch] gh/etaf/168/base -> origin/gh/etaf/168/base 2025-12-04T09:49:19.2352608Z * [new branch] gh/etaf/168/head -> origin/gh/etaf/168/head 2025-12-04T09:49:19.2352788Z * [new branch] gh/etaf/168/orig -> origin/gh/etaf/168/orig 2025-12-04T09:49:19.2352965Z * [new branch] gh/etaf/172/base -> origin/gh/etaf/172/base 2025-12-04T09:49:19.2353147Z * [new branch] gh/etaf/172/head -> origin/gh/etaf/172/head 2025-12-04T09:49:19.2353333Z * [new branch] gh/etaf/172/orig -> origin/gh/etaf/172/orig 2025-12-04T09:49:19.2353506Z * [new branch] gh/etaf/173/base -> origin/gh/etaf/173/base 2025-12-04T09:49:19.2353686Z * [new branch] gh/etaf/173/head -> origin/gh/etaf/173/head 2025-12-04T09:49:19.2353871Z * [new branch] gh/etaf/173/orig -> origin/gh/etaf/173/orig 2025-12-04T09:49:19.2354046Z * [new branch] gh/etaf/174/base -> origin/gh/etaf/174/base 2025-12-04T09:49:19.2354220Z * [new branch] gh/etaf/174/head -> origin/gh/etaf/174/head 2025-12-04T09:49:19.2354401Z * [new branch] gh/etaf/175/base -> origin/gh/etaf/175/base 2025-12-04T09:49:19.2354578Z * [new branch] gh/etaf/175/head -> origin/gh/etaf/175/head 2025-12-04T09:49:19.2354760Z * [new branch] gh/etaf/175/orig -> origin/gh/etaf/175/orig 2025-12-04T09:49:19.2354934Z * [new branch] gh/etaf/176/base -> origin/gh/etaf/176/base 2025-12-04T09:49:19.2355117Z * [new branch] gh/etaf/176/head -> origin/gh/etaf/176/head 2025-12-04T09:49:19.2355293Z * [new branch] gh/etaf/176/orig -> origin/gh/etaf/176/orig 2025-12-04T09:49:19.2355466Z * [new branch] gh/etaf/177/base -> origin/gh/etaf/177/base 2025-12-04T09:49:19.2355650Z * [new branch] gh/etaf/177/head -> origin/gh/etaf/177/head 2025-12-04T09:49:19.2355822Z * [new branch] gh/etaf/177/orig -> origin/gh/etaf/177/orig 2025-12-04T09:49:19.2355998Z * [new branch] gh/etaf/178/base -> origin/gh/etaf/178/base 2025-12-04T09:49:19.2356183Z * [new branch] gh/etaf/178/head -> origin/gh/etaf/178/head 2025-12-04T09:49:19.2356437Z * [new branch] gh/etaf/178/orig -> origin/gh/etaf/178/orig 2025-12-04T09:49:19.2356610Z * [new branch] gh/etaf/179/base -> origin/gh/etaf/179/base 2025-12-04T09:49:19.2356794Z * [new branch] gh/etaf/179/head -> origin/gh/etaf/179/head 2025-12-04T09:49:19.2356970Z * [new branch] gh/etaf/179/orig -> origin/gh/etaf/179/orig 2025-12-04T09:49:19.2357144Z * [new branch] gh/etaf/180/base -> origin/gh/etaf/180/base 2025-12-04T09:49:19.2357326Z * [new branch] gh/etaf/180/head -> origin/gh/etaf/180/head 2025-12-04T09:49:19.2357507Z * [new branch] gh/etaf/180/orig -> origin/gh/etaf/180/orig 2025-12-04T09:49:19.2357730Z * [new branch] gh/exclamaforte/1/base -> origin/gh/exclamaforte/1/base 2025-12-04T09:49:19.2357969Z * [new branch] gh/exclamaforte/1/head -> origin/gh/exclamaforte/1/head 2025-12-04T09:49:19.2358249Z * [new branch] gh/exclamaforte/2/base -> origin/gh/exclamaforte/2/base 2025-12-04T09:49:19.2358469Z * [new branch] gh/exclamaforte/2/head -> origin/gh/exclamaforte/2/head 2025-12-04T09:49:19.2358681Z * [new branch] gh/exclamaforte/3/base -> origin/gh/exclamaforte/3/base 2025-12-04T09:49:19.2358905Z * [new branch] gh/exclamaforte/3/head -> origin/gh/exclamaforte/3/head 2025-12-04T09:49:19.2359118Z * [new branch] gh/exclamaforte/4/base -> origin/gh/exclamaforte/4/base 2025-12-04T09:49:19.2359333Z * [new branch] gh/exclamaforte/4/head -> origin/gh/exclamaforte/4/head 2025-12-04T09:49:19.2359543Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-12-04T09:49:19.2359741Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-12-04T09:49:19.2359937Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-12-04T09:49:19.2360140Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-12-04T09:49:19.2360332Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-12-04T09:49:19.2360523Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-12-04T09:49:19.2360719Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-12-04T09:49:19.2360910Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-12-04T09:49:19.2361098Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-12-04T09:49:19.2361293Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-12-04T09:49:19.2361481Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-12-04T09:49:19.2361678Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-12-04T09:49:19.2361879Z * [new branch] gh/ezyang/3139/base -> origin/gh/ezyang/3139/base 2025-12-04T09:49:19.2362072Z * [new branch] gh/ezyang/3139/head -> origin/gh/ezyang/3139/head 2025-12-04T09:49:19.2362260Z * [new branch] gh/ezyang/3139/orig -> origin/gh/ezyang/3139/orig 2025-12-04T09:49:19.2362457Z * [new branch] gh/ezyang/3140/base -> origin/gh/ezyang/3140/base 2025-12-04T09:49:19.2362647Z * [new branch] gh/ezyang/3140/head -> origin/gh/ezyang/3140/head 2025-12-04T09:49:19.2362840Z * [new branch] gh/ezyang/3140/orig -> origin/gh/ezyang/3140/orig 2025-12-04T09:49:19.2363035Z * [new branch] gh/ezyang/3143/base -> origin/gh/ezyang/3143/base 2025-12-04T09:49:19.2363236Z * [new branch] gh/ezyang/3143/head -> origin/gh/ezyang/3143/head 2025-12-04T09:49:19.2363500Z * [new branch] gh/ezyang/3143/orig -> origin/gh/ezyang/3143/orig 2025-12-04T09:49:19.2363689Z * [new branch] gh/ezyang/3144/base -> origin/gh/ezyang/3144/base 2025-12-04T09:49:19.2363889Z * [new branch] gh/ezyang/3144/head -> origin/gh/ezyang/3144/head 2025-12-04T09:49:19.2364080Z * [new branch] gh/ezyang/3144/orig -> origin/gh/ezyang/3144/orig 2025-12-04T09:49:19.2364347Z * [new branch] gh/ezyang/3167/base -> origin/gh/ezyang/3167/base 2025-12-04T09:49:19.2364590Z * [new branch] gh/ezyang/3167/head -> origin/gh/ezyang/3167/head 2025-12-04T09:49:19.2364784Z * [new branch] gh/ezyang/3167/orig -> origin/gh/ezyang/3167/orig 2025-12-04T09:49:19.2364976Z * [new branch] gh/ezyang/3173/base -> origin/gh/ezyang/3173/base 2025-12-04T09:49:19.2365277Z * [new branch] gh/ezyang/3173/head -> origin/gh/ezyang/3173/head 2025-12-04T09:49:19.2365544Z * [new branch] gh/ezyang/3173/orig -> origin/gh/ezyang/3173/orig 2025-12-04T09:49:19.2365738Z * [new branch] gh/ezyang/3175/base -> origin/gh/ezyang/3175/base 2025-12-04T09:49:19.2365935Z * [new branch] gh/ezyang/3175/head -> origin/gh/ezyang/3175/head 2025-12-04T09:49:19.2366121Z * [new branch] gh/ezyang/3175/orig -> origin/gh/ezyang/3175/orig 2025-12-04T09:49:19.2366307Z * [new branch] gh/ezyang/3182/base -> origin/gh/ezyang/3182/base 2025-12-04T09:49:19.2366504Z * [new branch] gh/ezyang/3182/head -> origin/gh/ezyang/3182/head 2025-12-04T09:49:19.2366693Z * [new branch] gh/ezyang/3182/orig -> origin/gh/ezyang/3182/orig 2025-12-04T09:49:19.2366882Z * [new branch] gh/ezyang/3185/base -> origin/gh/ezyang/3185/base 2025-12-04T09:49:19.2367084Z * [new branch] gh/ezyang/3185/head -> origin/gh/ezyang/3185/head 2025-12-04T09:49:19.2367276Z * [new branch] gh/ezyang/3185/orig -> origin/gh/ezyang/3185/orig 2025-12-04T09:49:19.2367467Z * [new branch] gh/ezyang/3189/base -> origin/gh/ezyang/3189/base 2025-12-04T09:49:19.2367657Z * [new branch] gh/ezyang/3189/head -> origin/gh/ezyang/3189/head 2025-12-04T09:49:19.2367857Z * [new branch] gh/ezyang/3189/orig -> origin/gh/ezyang/3189/orig 2025-12-04T09:49:19.2368048Z * [new branch] gh/ezyang/3191/base -> origin/gh/ezyang/3191/base 2025-12-04T09:49:19.2368241Z * [new branch] gh/ezyang/3191/head -> origin/gh/ezyang/3191/head 2025-12-04T09:49:19.2368437Z * [new branch] gh/ezyang/3191/orig -> origin/gh/ezyang/3191/orig 2025-12-04T09:49:19.2368625Z * [new branch] gh/ezyang/3192/base -> origin/gh/ezyang/3192/base 2025-12-04T09:49:19.2368815Z * [new branch] gh/ezyang/3192/head -> origin/gh/ezyang/3192/head 2025-12-04T09:49:19.2369012Z * [new branch] gh/ezyang/3192/orig -> origin/gh/ezyang/3192/orig 2025-12-04T09:49:19.2369200Z * [new branch] gh/ezyang/3193/base -> origin/gh/ezyang/3193/base 2025-12-04T09:49:19.2369387Z * [new branch] gh/ezyang/3193/head -> origin/gh/ezyang/3193/head 2025-12-04T09:49:19.2369580Z * [new branch] gh/ezyang/3193/orig -> origin/gh/ezyang/3193/orig 2025-12-04T09:49:19.2369771Z * [new branch] gh/ezyang/3194/base -> origin/gh/ezyang/3194/base 2025-12-04T09:49:19.2369960Z * [new branch] gh/ezyang/3194/head -> origin/gh/ezyang/3194/head 2025-12-04T09:49:19.2370155Z * [new branch] gh/ezyang/3194/orig -> origin/gh/ezyang/3194/orig 2025-12-04T09:49:19.2370344Z * [new branch] gh/ezyang/3195/base -> origin/gh/ezyang/3195/base 2025-12-04T09:49:19.2370602Z * [new branch] gh/ezyang/3195/head -> origin/gh/ezyang/3195/head 2025-12-04T09:49:19.2370799Z * [new branch] gh/ezyang/3195/orig -> origin/gh/ezyang/3195/orig 2025-12-04T09:49:19.2370986Z * [new branch] gh/ezyang/3196/base -> origin/gh/ezyang/3196/base 2025-12-04T09:49:19.2371173Z * [new branch] gh/ezyang/3196/head -> origin/gh/ezyang/3196/head 2025-12-04T09:49:19.2371374Z * [new branch] gh/ezyang/3196/orig -> origin/gh/ezyang/3196/orig 2025-12-04T09:49:19.2371565Z * [new branch] gh/ezyang/3197/base -> origin/gh/ezyang/3197/base 2025-12-04T09:49:19.2371752Z * [new branch] gh/ezyang/3197/head -> origin/gh/ezyang/3197/head 2025-12-04T09:49:19.2371943Z * [new branch] gh/ezyang/3197/orig -> origin/gh/ezyang/3197/orig 2025-12-04T09:49:19.2372149Z * [new branch] gh/ezyang/3198/base -> origin/gh/ezyang/3198/base 2025-12-04T09:49:19.2372406Z * [new branch] gh/ezyang/3198/head -> origin/gh/ezyang/3198/head 2025-12-04T09:49:19.2372595Z * [new branch] gh/ezyang/3198/orig -> origin/gh/ezyang/3198/orig 2025-12-04T09:49:19.2372792Z * [new branch] gh/ezyang/3199/base -> origin/gh/ezyang/3199/base 2025-12-04T09:49:19.2372982Z * [new branch] gh/ezyang/3199/head -> origin/gh/ezyang/3199/head 2025-12-04T09:49:19.2373172Z * [new branch] gh/ezyang/3199/orig -> origin/gh/ezyang/3199/orig 2025-12-04T09:49:19.2373369Z * [new branch] gh/ezyang/3200/base -> origin/gh/ezyang/3200/base 2025-12-04T09:49:19.2373557Z * [new branch] gh/ezyang/3200/head -> origin/gh/ezyang/3200/head 2025-12-04T09:49:19.2373745Z * [new branch] gh/ezyang/3200/orig -> origin/gh/ezyang/3200/orig 2025-12-04T09:49:19.2373947Z * [new branch] gh/ezyang/3201/base -> origin/gh/ezyang/3201/base 2025-12-04T09:49:19.2374142Z * [new branch] gh/ezyang/3201/head -> origin/gh/ezyang/3201/head 2025-12-04T09:49:19.2374331Z * [new branch] gh/ezyang/3201/orig -> origin/gh/ezyang/3201/orig 2025-12-04T09:49:19.2374535Z * [new branch] gh/ezyang/3202/base -> origin/gh/ezyang/3202/base 2025-12-04T09:49:19.2374729Z * [new branch] gh/ezyang/3202/head -> origin/gh/ezyang/3202/head 2025-12-04T09:49:19.2374920Z * [new branch] gh/ezyang/3202/orig -> origin/gh/ezyang/3202/orig 2025-12-04T09:49:19.2375125Z * [new branch] gh/ezyang/3203/base -> origin/gh/ezyang/3203/base 2025-12-04T09:49:19.2375314Z * [new branch] gh/ezyang/3203/head -> origin/gh/ezyang/3203/head 2025-12-04T09:49:19.2375501Z * [new branch] gh/ezyang/3203/orig -> origin/gh/ezyang/3203/orig 2025-12-04T09:49:19.2375707Z * [new branch] gh/ezyang/3204/base -> origin/gh/ezyang/3204/base 2025-12-04T09:49:19.2375900Z * [new branch] gh/ezyang/3204/head -> origin/gh/ezyang/3204/head 2025-12-04T09:49:19.2376091Z * [new branch] gh/ezyang/3204/orig -> origin/gh/ezyang/3204/orig 2025-12-04T09:49:19.2376278Z * [new branch] gh/ezyang/3205/base -> origin/gh/ezyang/3205/base 2025-12-04T09:49:19.2376472Z * [new branch] gh/ezyang/3205/head -> origin/gh/ezyang/3205/head 2025-12-04T09:49:19.2376659Z * [new branch] gh/ezyang/3205/orig -> origin/gh/ezyang/3205/orig 2025-12-04T09:49:19.2376845Z * [new branch] gh/ezyang/3206/base -> origin/gh/ezyang/3206/base 2025-12-04T09:49:19.2377043Z * [new branch] gh/ezyang/3206/head -> origin/gh/ezyang/3206/head 2025-12-04T09:49:19.2377236Z * [new branch] gh/ezyang/3206/orig -> origin/gh/ezyang/3206/orig 2025-12-04T09:49:19.2378071Z * [new branch] gh/ezyang/3207/base -> origin/gh/ezyang/3207/base 2025-12-04T09:49:19.2378273Z * [new branch] gh/ezyang/3207/head -> origin/gh/ezyang/3207/head 2025-12-04T09:49:19.2378465Z * [new branch] gh/ezyang/3207/orig -> origin/gh/ezyang/3207/orig 2025-12-04T09:49:19.2378655Z * [new branch] gh/ezyang/3208/base -> origin/gh/ezyang/3208/base 2025-12-04T09:49:19.2378863Z * [new branch] gh/ezyang/3208/head -> origin/gh/ezyang/3208/head 2025-12-04T09:49:19.2379060Z * [new branch] gh/ezyang/3208/orig -> origin/gh/ezyang/3208/orig 2025-12-04T09:49:19.2379252Z * [new branch] gh/ezyang/3209/base -> origin/gh/ezyang/3209/base 2025-12-04T09:49:19.2379452Z * [new branch] gh/ezyang/3209/head -> origin/gh/ezyang/3209/head 2025-12-04T09:49:19.2379648Z * [new branch] gh/ezyang/3209/orig -> origin/gh/ezyang/3209/orig 2025-12-04T09:49:19.2379914Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-12-04T09:49:19.2380113Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-12-04T09:49:19.2380304Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-12-04T09:49:19.2380491Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-12-04T09:49:19.2380683Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-12-04T09:49:19.2380870Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-12-04T09:49:19.2381058Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-12-04T09:49:19.2381245Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-12-04T09:49:19.2381451Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-12-04T09:49:19.2381646Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-12-04T09:49:19.2381835Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-12-04T09:49:19.2382036Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-12-04T09:49:19.2382222Z * [new branch] gh/fadara01/8/base -> origin/gh/fadara01/8/base 2025-12-04T09:49:19.2382409Z * [new branch] gh/fadara01/8/head -> origin/gh/fadara01/8/head 2025-12-04T09:49:19.2382604Z * [new branch] gh/fadara01/8/orig -> origin/gh/fadara01/8/orig 2025-12-04T09:49:19.2382792Z * [new branch] gh/fadara01/9/base -> origin/gh/fadara01/9/base 2025-12-04T09:49:19.2382978Z * [new branch] gh/fadara01/9/head -> origin/gh/fadara01/9/head 2025-12-04T09:49:19.2383176Z * [new branch] gh/fadara01/9/orig -> origin/gh/fadara01/9/orig 2025-12-04T09:49:19.2383373Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-12-04T09:49:19.2383561Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-12-04T09:49:19.2383752Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-12-04T09:49:19.2383938Z * [new branch] gh/fduwjj/211/base -> origin/gh/fduwjj/211/base 2025-12-04T09:49:19.2384125Z * [new branch] gh/fduwjj/211/head -> origin/gh/fduwjj/211/head 2025-12-04T09:49:19.2384319Z * [new branch] gh/fduwjj/211/orig -> origin/gh/fduwjj/211/orig 2025-12-04T09:49:19.2384508Z * [new branch] gh/fduwjj/212/base -> origin/gh/fduwjj/212/base 2025-12-04T09:49:19.2384695Z * [new branch] gh/fduwjj/212/head -> origin/gh/fduwjj/212/head 2025-12-04T09:49:19.2384961Z * [new branch] gh/fduwjj/212/orig -> origin/gh/fduwjj/212/orig 2025-12-04T09:49:19.2385152Z * [new branch] gh/fduwjj/213/base -> origin/gh/fduwjj/213/base 2025-12-04T09:49:19.2385337Z * [new branch] gh/fduwjj/213/head -> origin/gh/fduwjj/213/head 2025-12-04T09:49:19.2385529Z * [new branch] gh/fduwjj/213/orig -> origin/gh/fduwjj/213/orig 2025-12-04T09:49:19.2385722Z * [new branch] gh/fduwjj/226/base -> origin/gh/fduwjj/226/base 2025-12-04T09:49:19.2385916Z * [new branch] gh/fduwjj/226/head -> origin/gh/fduwjj/226/head 2025-12-04T09:49:19.2386103Z * [new branch] gh/fduwjj/226/orig -> origin/gh/fduwjj/226/orig 2025-12-04T09:49:19.2386297Z * [new branch] gh/fduwjj/229/base -> origin/gh/fduwjj/229/base 2025-12-04T09:49:19.2386484Z * [new branch] gh/fduwjj/229/head -> origin/gh/fduwjj/229/head 2025-12-04T09:49:19.2387063Z * [new branch] gh/fduwjj/229/orig -> origin/gh/fduwjj/229/orig 2025-12-04T09:49:19.2387269Z * [new branch] gh/fduwjj/233/base -> origin/gh/fduwjj/233/base 2025-12-04T09:49:19.2387461Z * [new branch] gh/fduwjj/233/head -> origin/gh/fduwjj/233/head 2025-12-04T09:49:19.2387652Z * [new branch] gh/fduwjj/233/orig -> origin/gh/fduwjj/233/orig 2025-12-04T09:49:19.2387852Z * [new branch] gh/fduwjj/234/base -> origin/gh/fduwjj/234/base 2025-12-04T09:49:19.2388038Z * [new branch] gh/fduwjj/234/head -> origin/gh/fduwjj/234/head 2025-12-04T09:49:19.2388226Z * [new branch] gh/fduwjj/234/orig -> origin/gh/fduwjj/234/orig 2025-12-04T09:49:19.2388425Z * [new branch] gh/fduwjj/235/base -> origin/gh/fduwjj/235/base 2025-12-04T09:49:19.2388615Z * [new branch] gh/fduwjj/235/head -> origin/gh/fduwjj/235/head 2025-12-04T09:49:19.2388818Z * [new branch] gh/fduwjj/235/orig -> origin/gh/fduwjj/235/orig 2025-12-04T09:49:19.2389017Z * [new branch] gh/fduwjj/236/base -> origin/gh/fduwjj/236/base 2025-12-04T09:49:19.2389204Z * [new branch] gh/fduwjj/236/head -> origin/gh/fduwjj/236/head 2025-12-04T09:49:19.2389391Z * [new branch] gh/fduwjj/236/orig -> origin/gh/fduwjj/236/orig 2025-12-04T09:49:19.2389589Z * [new branch] gh/fduwjj/237/base -> origin/gh/fduwjj/237/base 2025-12-04T09:49:19.2389778Z * [new branch] gh/fduwjj/237/head -> origin/gh/fduwjj/237/head 2025-12-04T09:49:19.2389965Z * [new branch] gh/fduwjj/237/orig -> origin/gh/fduwjj/237/orig 2025-12-04T09:49:19.2390150Z * [new branch] gh/fduwjj/238/base -> origin/gh/fduwjj/238/base 2025-12-04T09:49:19.2390349Z * [new branch] gh/fduwjj/238/head -> origin/gh/fduwjj/238/head 2025-12-04T09:49:19.2390539Z * [new branch] gh/fduwjj/238/orig -> origin/gh/fduwjj/238/orig 2025-12-04T09:49:19.2390730Z * [new branch] gh/fduwjj/239/base -> origin/gh/fduwjj/239/base 2025-12-04T09:49:19.2390925Z * [new branch] gh/fduwjj/239/head -> origin/gh/fduwjj/239/head 2025-12-04T09:49:19.2391114Z * [new branch] gh/fduwjj/239/orig -> origin/gh/fduwjj/239/orig 2025-12-04T09:49:19.2391299Z * [new branch] gh/fegin/332/base -> origin/gh/fegin/332/base 2025-12-04T09:49:19.2391493Z * [new branch] gh/fegin/332/head -> origin/gh/fegin/332/head 2025-12-04T09:49:19.2391675Z * [new branch] gh/fegin/332/orig -> origin/gh/fegin/332/orig 2025-12-04T09:49:19.2391910Z * [new branch] gh/fegin/333/base -> origin/gh/fegin/333/base 2025-12-04T09:49:19.2392179Z * [new branch] gh/fegin/333/head -> origin/gh/fegin/333/head 2025-12-04T09:49:19.2392369Z * [new branch] gh/fegin/333/orig -> origin/gh/fegin/333/orig 2025-12-04T09:49:19.2392555Z * [new branch] gh/fegin/334/base -> origin/gh/fegin/334/base 2025-12-04T09:49:19.2392751Z * [new branch] gh/fegin/334/head -> origin/gh/fegin/334/head 2025-12-04T09:49:19.2392934Z * [new branch] gh/fegin/334/orig -> origin/gh/fegin/334/orig 2025-12-04T09:49:19.2393117Z * [new branch] gh/fegin/335/base -> origin/gh/fegin/335/base 2025-12-04T09:49:19.2393316Z * [new branch] gh/fegin/335/head -> origin/gh/fegin/335/head 2025-12-04T09:49:19.2393499Z * [new branch] gh/fegin/335/orig -> origin/gh/fegin/335/orig 2025-12-04T09:49:19.2393687Z * [new branch] gh/fffrog/160/base -> origin/gh/fffrog/160/base 2025-12-04T09:49:19.2393900Z * [new branch] gh/fffrog/160/head -> origin/gh/fffrog/160/head 2025-12-04T09:49:19.2394313Z * [new branch] gh/fffrog/177/base -> origin/gh/fffrog/177/base 2025-12-04T09:49:19.2394508Z * [new branch] gh/fffrog/177/head -> origin/gh/fffrog/177/head 2025-12-04T09:49:19.2394696Z * [new branch] gh/fffrog/177/orig -> origin/gh/fffrog/177/orig 2025-12-04T09:49:19.2394902Z * [new branch] gh/fffrog/178/base -> origin/gh/fffrog/178/base 2025-12-04T09:49:19.2395087Z * [new branch] gh/fffrog/178/head -> origin/gh/fffrog/178/head 2025-12-04T09:49:19.2395274Z * [new branch] gh/fffrog/178/orig -> origin/gh/fffrog/178/orig 2025-12-04T09:49:19.2395470Z * [new branch] gh/fffrog/181/base -> origin/gh/fffrog/181/base 2025-12-04T09:49:19.2395663Z * [new branch] gh/fffrog/181/head -> origin/gh/fffrog/181/head 2025-12-04T09:49:19.2395852Z * [new branch] gh/fffrog/181/orig -> origin/gh/fffrog/181/orig 2025-12-04T09:49:19.2396057Z * [new branch] gh/fffrog/183/base -> origin/gh/fffrog/183/base 2025-12-04T09:49:19.2396249Z * [new branch] gh/fffrog/183/head -> origin/gh/fffrog/183/head 2025-12-04T09:49:19.2396436Z * [new branch] gh/fffrog/183/orig -> origin/gh/fffrog/183/orig 2025-12-04T09:49:19.2396634Z * [new branch] gh/fxdawnn/10/base -> origin/gh/fxdawnn/10/base 2025-12-04T09:49:19.2396820Z * [new branch] gh/fxdawnn/10/head -> origin/gh/fxdawnn/10/head 2025-12-04T09:49:19.2397007Z * [new branch] gh/fxdawnn/10/orig -> origin/gh/fxdawnn/10/orig 2025-12-04T09:49:19.2397200Z * [new branch] gh/fxdawnn/11/base -> origin/gh/fxdawnn/11/base 2025-12-04T09:49:19.2397389Z * [new branch] gh/fxdawnn/11/head -> origin/gh/fxdawnn/11/head 2025-12-04T09:49:19.2397588Z * [new branch] gh/fxdawnn/11/orig -> origin/gh/fxdawnn/11/orig 2025-12-04T09:49:19.2397782Z * [new branch] gh/fxdawnn/12/base -> origin/gh/fxdawnn/12/base 2025-12-04T09:49:19.2397968Z * [new branch] gh/fxdawnn/12/head -> origin/gh/fxdawnn/12/head 2025-12-04T09:49:19.2398158Z * [new branch] gh/fxdawnn/12/orig -> origin/gh/fxdawnn/12/orig 2025-12-04T09:49:19.2398358Z * [new branch] gh/fxdawnn/13/base -> origin/gh/fxdawnn/13/base 2025-12-04T09:49:19.2398548Z * [new branch] gh/fxdawnn/13/head -> origin/gh/fxdawnn/13/head 2025-12-04T09:49:19.2398736Z * [new branch] gh/fxdawnn/13/orig -> origin/gh/fxdawnn/13/orig 2025-12-04T09:49:19.2398921Z * [new branch] gh/fxdawnn/14/base -> origin/gh/fxdawnn/14/base 2025-12-04T09:49:19.2399119Z * [new branch] gh/fxdawnn/14/head -> origin/gh/fxdawnn/14/head 2025-12-04T09:49:19.2399384Z * [new branch] gh/fxdawnn/14/orig -> origin/gh/fxdawnn/14/orig 2025-12-04T09:49:19.2399574Z * [new branch] gh/fxdawnn/15/base -> origin/gh/fxdawnn/15/base 2025-12-04T09:49:19.2399773Z * [new branch] gh/fxdawnn/15/head -> origin/gh/fxdawnn/15/head 2025-12-04T09:49:19.2399963Z * [new branch] gh/fxdawnn/15/orig -> origin/gh/fxdawnn/15/orig 2025-12-04T09:49:19.2400156Z * [new branch] gh/fxdawnn/6/base -> origin/gh/fxdawnn/6/base 2025-12-04T09:49:19.2400355Z * [new branch] gh/fxdawnn/6/head -> origin/gh/fxdawnn/6/head 2025-12-04T09:49:19.2400542Z * [new branch] gh/fxdawnn/6/orig -> origin/gh/fxdawnn/6/orig 2025-12-04T09:49:19.2400729Z * [new branch] gh/fxdawnn/7/base -> origin/gh/fxdawnn/7/base 2025-12-04T09:49:19.2400932Z * [new branch] gh/fxdawnn/7/head -> origin/gh/fxdawnn/7/head 2025-12-04T09:49:19.2401186Z * [new branch] gh/fxdawnn/7/orig -> origin/gh/fxdawnn/7/orig 2025-12-04T09:49:19.2401375Z * [new branch] gh/fxdawnn/9/base -> origin/gh/fxdawnn/9/base 2025-12-04T09:49:19.2401567Z * [new branch] gh/fxdawnn/9/head -> origin/gh/fxdawnn/9/head 2025-12-04T09:49:19.2401752Z * [new branch] gh/fxdawnn/9/orig -> origin/gh/fxdawnn/9/orig 2025-12-04T09:49:19.2401926Z * [new branch] gh/galv/1/base -> origin/gh/galv/1/base 2025-12-04T09:49:19.2402123Z * [new branch] gh/galv/1/head -> origin/gh/galv/1/head 2025-12-04T09:49:19.2402295Z * [new branch] gh/galv/1/orig -> origin/gh/galv/1/orig 2025-12-04T09:49:19.2402471Z * [new branch] gh/galv/2/base -> origin/gh/galv/2/base 2025-12-04T09:49:19.2402651Z * [new branch] gh/galv/2/head -> origin/gh/galv/2/head 2025-12-04T09:49:19.2402838Z * [new branch] gh/galv/2/orig -> origin/gh/galv/2/orig 2025-12-04T09:49:19.2403008Z * [new branch] gh/galv/3/base -> origin/gh/galv/3/base 2025-12-04T09:49:19.2403179Z * [new branch] gh/galv/3/head -> origin/gh/galv/3/head 2025-12-04T09:49:19.2403358Z * [new branch] gh/galv/3/orig -> origin/gh/galv/3/orig 2025-12-04T09:49:19.2403563Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-12-04T09:49:19.2403763Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-12-04T09:49:19.2403969Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-12-04T09:49:19.2404166Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-12-04T09:49:19.2404367Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-12-04T09:49:19.2404575Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-12-04T09:49:19.2404768Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-12-04T09:49:19.2404964Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-12-04T09:49:19.2405167Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-12-04T09:49:19.2405357Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-12-04T09:49:19.2405550Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-12-04T09:49:19.2405891Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-12-04T09:49:19.2406093Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-12-04T09:49:19.2406363Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-12-04T09:49:19.2406573Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-12-04T09:49:19.2406768Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-12-04T09:49:19.2406965Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-12-04T09:49:19.2407164Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-12-04T09:49:19.2407369Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-12-04T09:49:19.2407562Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-12-04T09:49:19.2407762Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-12-04T09:49:19.2407975Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-12-04T09:49:19.2408244Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-12-04T09:49:19.2408438Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-12-04T09:49:19.2408639Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-12-04T09:49:19.2408831Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-12-04T09:49:19.2409028Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-12-04T09:49:19.2409233Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-12-04T09:49:19.2409424Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-12-04T09:49:19.2409623Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-12-04T09:49:19.2409828Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-12-04T09:49:19.2410029Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-12-04T09:49:19.2410222Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-12-04T09:49:19.2410426Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-12-04T09:49:19.2410621Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-12-04T09:49:19.2410813Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-12-04T09:49:19.2411015Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-12-04T09:49:19.2411212Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-12-04T09:49:19.2411407Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-12-04T09:49:19.2411607Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-12-04T09:49:19.2411813Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-12-04T09:49:19.2412006Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-12-04T09:49:19.2412198Z * [new branch] gh/guangyey/208/base -> origin/gh/guangyey/208/base 2025-12-04T09:49:19.2412401Z * [new branch] gh/guangyey/208/head -> origin/gh/guangyey/208/head 2025-12-04T09:49:19.2412596Z * [new branch] gh/guangyey/208/orig -> origin/gh/guangyey/208/orig 2025-12-04T09:49:19.2412795Z * [new branch] gh/guangyey/228/base -> origin/gh/guangyey/228/base 2025-12-04T09:49:19.2412999Z * [new branch] gh/guangyey/228/head -> origin/gh/guangyey/228/head 2025-12-04T09:49:19.2413192Z * [new branch] gh/guangyey/228/orig -> origin/gh/guangyey/228/orig 2025-12-04T09:49:19.2413466Z * [new branch] gh/guangyey/230/base -> origin/gh/guangyey/230/base 2025-12-04T09:49:19.2413670Z * [new branch] gh/guangyey/230/head -> origin/gh/guangyey/230/head 2025-12-04T09:49:19.2413869Z * [new branch] gh/guangyey/230/orig -> origin/gh/guangyey/230/orig 2025-12-04T09:49:19.2414065Z * [new branch] gh/guangyey/231/base -> origin/gh/guangyey/231/base 2025-12-04T09:49:19.2414265Z * [new branch] gh/guangyey/231/head -> origin/gh/guangyey/231/head 2025-12-04T09:49:19.2414459Z * [new branch] gh/guangyey/231/orig -> origin/gh/guangyey/231/orig 2025-12-04T09:49:19.2414659Z * [new branch] gh/guangyey/232/base -> origin/gh/guangyey/232/base 2025-12-04T09:49:19.2414861Z * [new branch] gh/guangyey/232/head -> origin/gh/guangyey/232/head 2025-12-04T09:49:19.2415065Z * [new branch] gh/guangyey/232/orig -> origin/gh/guangyey/232/orig 2025-12-04T09:49:19.2415332Z * [new branch] gh/guangyey/233/base -> origin/gh/guangyey/233/base 2025-12-04T09:49:19.2415541Z * [new branch] gh/guangyey/233/head -> origin/gh/guangyey/233/head 2025-12-04T09:49:19.2415736Z * [new branch] gh/guangyey/233/orig -> origin/gh/guangyey/233/orig 2025-12-04T09:49:19.2415934Z * [new branch] gh/guangyey/234/base -> origin/gh/guangyey/234/base 2025-12-04T09:49:19.2449718Z * [new branch] gh/guangyey/234/head -> origin/gh/guangyey/234/head 2025-12-04T09:49:19.2450071Z * [new branch] gh/guangyey/234/orig -> origin/gh/guangyey/234/orig 2025-12-04T09:49:19.2450293Z * [new branch] gh/guangyey/235/base -> origin/gh/guangyey/235/base 2025-12-04T09:49:19.2450490Z * [new branch] gh/guangyey/235/head -> origin/gh/guangyey/235/head 2025-12-04T09:49:19.2450709Z * [new branch] gh/guangyey/235/orig -> origin/gh/guangyey/235/orig 2025-12-04T09:49:19.2450915Z * [new branch] gh/guangyey/236/base -> origin/gh/guangyey/236/base 2025-12-04T09:49:19.2451108Z * [new branch] gh/guangyey/236/head -> origin/gh/guangyey/236/head 2025-12-04T09:49:19.2451298Z * [new branch] gh/guangyey/236/orig -> origin/gh/guangyey/236/orig 2025-12-04T09:49:19.2451492Z * [new branch] gh/guangyey/237/base -> origin/gh/guangyey/237/base 2025-12-04T09:49:19.2451682Z * [new branch] gh/guangyey/237/head -> origin/gh/guangyey/237/head 2025-12-04T09:49:19.2451874Z * [new branch] gh/guangyey/237/orig -> origin/gh/guangyey/237/orig 2025-12-04T09:49:19.2452067Z * [new branch] gh/guangyey/238/base -> origin/gh/guangyey/238/base 2025-12-04T09:49:19.2452257Z * [new branch] gh/guangyey/238/head -> origin/gh/guangyey/238/head 2025-12-04T09:49:19.2452455Z * [new branch] gh/guangyey/239/base -> origin/gh/guangyey/239/base 2025-12-04T09:49:19.2452651Z * [new branch] gh/guangyey/239/head -> origin/gh/guangyey/239/head 2025-12-04T09:49:19.2452840Z * [new branch] gh/guangyey/239/orig -> origin/gh/guangyey/239/orig 2025-12-04T09:49:19.2453032Z * [new branch] gh/guangyey/240/base -> origin/gh/guangyey/240/base 2025-12-04T09:49:19.2453229Z * [new branch] gh/guangyey/240/head -> origin/gh/guangyey/240/head 2025-12-04T09:49:19.2453422Z * [new branch] gh/guangyey/240/orig -> origin/gh/guangyey/240/orig 2025-12-04T09:49:19.2453615Z * [new branch] gh/guangyey/241/base -> origin/gh/guangyey/241/base 2025-12-04T09:49:19.2453809Z * [new branch] gh/guangyey/241/head -> origin/gh/guangyey/241/head 2025-12-04T09:49:19.2454167Z * [new branch] gh/guangyey/241/orig -> origin/gh/guangyey/241/orig 2025-12-04T09:49:19.2454362Z * [new branch] gh/guangyey/242/base -> origin/gh/guangyey/242/base 2025-12-04T09:49:19.2454567Z * [new branch] gh/guangyey/242/head -> origin/gh/guangyey/242/head 2025-12-04T09:49:19.2454758Z * [new branch] gh/guangyey/242/orig -> origin/gh/guangyey/242/orig 2025-12-04T09:49:19.2454950Z * [new branch] gh/guangyey/243/base -> origin/gh/guangyey/243/base 2025-12-04T09:49:19.2455148Z * [new branch] gh/guangyey/243/head -> origin/gh/guangyey/243/head 2025-12-04T09:49:19.2455349Z * [new branch] gh/guangyey/243/orig -> origin/gh/guangyey/243/orig 2025-12-04T09:49:19.2455550Z * [new branch] gh/guangyey/244/base -> origin/gh/guangyey/244/base 2025-12-04T09:49:19.2455749Z * [new branch] gh/guangyey/244/head -> origin/gh/guangyey/244/head 2025-12-04T09:49:19.2455971Z * [new branch] gh/guangyey/244/orig -> origin/gh/guangyey/244/orig 2025-12-04T09:49:19.2456263Z * [new branch] gh/guangyey/245/base -> origin/gh/guangyey/245/base 2025-12-04T09:49:19.2456466Z * [new branch] gh/guangyey/245/head -> origin/gh/guangyey/245/head 2025-12-04T09:49:19.2456673Z * [new branch] gh/guangyey/245/orig -> origin/gh/guangyey/245/orig 2025-12-04T09:49:19.2456869Z * [new branch] gh/guangyey/246/base -> origin/gh/guangyey/246/base 2025-12-04T09:49:19.2457070Z * [new branch] gh/guangyey/246/head -> origin/gh/guangyey/246/head 2025-12-04T09:49:19.2457276Z * [new branch] gh/guangyey/246/orig -> origin/gh/guangyey/246/orig 2025-12-04T09:49:19.2457570Z * [new branch] gh/guangyey/247/base -> origin/gh/guangyey/247/base 2025-12-04T09:49:19.2457778Z * [new branch] gh/guangyey/247/head -> origin/gh/guangyey/247/head 2025-12-04T09:49:19.2457990Z * [new branch] gh/guangyey/247/orig -> origin/gh/guangyey/247/orig 2025-12-04T09:49:19.2458192Z * [new branch] gh/guangyey/248/base -> origin/gh/guangyey/248/base 2025-12-04T09:49:19.2458393Z * [new branch] gh/guangyey/248/head -> origin/gh/guangyey/248/head 2025-12-04T09:49:19.2458609Z * [new branch] gh/guangyey/248/orig -> origin/gh/guangyey/248/orig 2025-12-04T09:49:19.2458803Z * [new branch] gh/guangyey/249/base -> origin/gh/guangyey/249/base 2025-12-04T09:49:19.2459000Z * [new branch] gh/guangyey/249/head -> origin/gh/guangyey/249/head 2025-12-04T09:49:19.2459201Z * [new branch] gh/guangyey/249/orig -> origin/gh/guangyey/249/orig 2025-12-04T09:49:19.2459396Z * [new branch] gh/guangyey/250/base -> origin/gh/guangyey/250/base 2025-12-04T09:49:19.2459592Z * [new branch] gh/guangyey/250/head -> origin/gh/guangyey/250/head 2025-12-04T09:49:19.2459793Z * [new branch] gh/guangyey/250/orig -> origin/gh/guangyey/250/orig 2025-12-04T09:49:19.2460001Z * [new branch] gh/guangyey/251/base -> origin/gh/guangyey/251/base 2025-12-04T09:49:19.2460200Z * [new branch] gh/guangyey/251/head -> origin/gh/guangyey/251/head 2025-12-04T09:49:19.2460395Z * [new branch] gh/guangyey/251/orig -> origin/gh/guangyey/251/orig 2025-12-04T09:49:19.2460599Z * [new branch] gh/guangyey/252/base -> origin/gh/guangyey/252/base 2025-12-04T09:49:19.2460794Z * [new branch] gh/guangyey/252/head -> origin/gh/guangyey/252/head 2025-12-04T09:49:19.2460987Z * [new branch] gh/guangyey/252/orig -> origin/gh/guangyey/252/orig 2025-12-04T09:49:19.2461192Z * [new branch] gh/guangyey/253/base -> origin/gh/guangyey/253/base 2025-12-04T09:49:19.2461466Z * [new branch] gh/guangyey/253/head -> origin/gh/guangyey/253/head 2025-12-04T09:49:19.2461664Z * [new branch] gh/guangyey/253/orig -> origin/gh/guangyey/253/orig 2025-12-04T09:49:19.2461867Z * [new branch] gh/guangyey/254/base -> origin/gh/guangyey/254/base 2025-12-04T09:49:19.2462061Z * [new branch] gh/guangyey/254/head -> origin/gh/guangyey/254/head 2025-12-04T09:49:19.2462256Z * [new branch] gh/guangyey/254/orig -> origin/gh/guangyey/254/orig 2025-12-04T09:49:19.2462459Z * [new branch] gh/guangyey/255/base -> origin/gh/guangyey/255/base 2025-12-04T09:49:19.2462657Z * [new branch] gh/guangyey/255/head -> origin/gh/guangyey/255/head 2025-12-04T09:49:19.2462853Z * [new branch] gh/guangyey/255/orig -> origin/gh/guangyey/255/orig 2025-12-04T09:49:19.2463112Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-12-04T09:49:19.2463425Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-12-04T09:49:19.2463673Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-12-04T09:49:19.2463922Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-12-04T09:49:19.2464159Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-12-04T09:49:19.2464398Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-12-04T09:49:19.2464650Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-12-04T09:49:19.2464893Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-12-04T09:49:19.2465130Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-12-04T09:49:19.2465372Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-12-04T09:49:19.2465631Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-12-04T09:49:19.2465870Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-12-04T09:49:19.2466112Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-12-04T09:49:19.2466360Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-12-04T09:49:19.2466601Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-12-04T09:49:19.2466841Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-12-04T09:49:19.2467091Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-12-04T09:49:19.2467337Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-12-04T09:49:19.2467582Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-12-04T09:49:19.2467831Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-12-04T09:49:19.2468071Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-12-04T09:49:19.2468308Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-12-04T09:49:19.2468555Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-12-04T09:49:19.2468794Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-12-04T09:49:19.2469033Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-12-04T09:49:19.2469350Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-12-04T09:49:19.2469596Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-12-04T09:49:19.2469837Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-12-04T09:49:19.2470087Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-12-04T09:49:19.2470323Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-12-04T09:49:19.2470565Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-12-04T09:49:19.2470812Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-12-04T09:49:19.2471052Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-12-04T09:49:19.2471293Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-12-04T09:49:19.2471613Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-12-04T09:49:19.2471851Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-12-04T09:49:19.2472085Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-12-04T09:49:19.2472338Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-12-04T09:49:19.2472577Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-12-04T09:49:19.2472827Z * [new branch] gh/guilhermeleobas/247/base -> origin/gh/guilhermeleobas/247/base 2025-12-04T09:49:19.2473070Z * [new branch] gh/guilhermeleobas/247/head -> origin/gh/guilhermeleobas/247/head 2025-12-04T09:49:19.2473323Z * [new branch] gh/guilhermeleobas/247/orig -> origin/gh/guilhermeleobas/247/orig 2025-12-04T09:49:19.2473575Z * [new branch] gh/guilhermeleobas/248/base -> origin/gh/guilhermeleobas/248/base 2025-12-04T09:49:19.2473817Z * [new branch] gh/guilhermeleobas/248/head -> origin/gh/guilhermeleobas/248/head 2025-12-04T09:49:19.2474069Z * [new branch] gh/guilhermeleobas/248/orig -> origin/gh/guilhermeleobas/248/orig 2025-12-04T09:49:19.2474308Z * [new branch] gh/guilhermeleobas/250/base -> origin/gh/guilhermeleobas/250/base 2025-12-04T09:49:19.2474547Z * [new branch] gh/guilhermeleobas/250/head -> origin/gh/guilhermeleobas/250/head 2025-12-04T09:49:19.2474802Z * [new branch] gh/guilhermeleobas/250/orig -> origin/gh/guilhermeleobas/250/orig 2025-12-04T09:49:19.2475045Z * [new branch] gh/guilhermeleobas/253/base -> origin/gh/guilhermeleobas/253/base 2025-12-04T09:49:19.2475289Z * [new branch] gh/guilhermeleobas/253/head -> origin/gh/guilhermeleobas/253/head 2025-12-04T09:49:19.2475549Z * [new branch] gh/guilhermeleobas/253/orig -> origin/gh/guilhermeleobas/253/orig 2025-12-04T09:49:19.2475796Z * [new branch] gh/guilhermeleobas/254/base -> origin/gh/guilhermeleobas/254/base 2025-12-04T09:49:19.2476033Z * [new branch] gh/guilhermeleobas/254/head -> origin/gh/guilhermeleobas/254/head 2025-12-04T09:49:19.2476283Z * [new branch] gh/guilhermeleobas/254/orig -> origin/gh/guilhermeleobas/254/orig 2025-12-04T09:49:19.2476524Z * [new branch] gh/guilhermeleobas/255/base -> origin/gh/guilhermeleobas/255/base 2025-12-04T09:49:19.2476764Z * [new branch] gh/guilhermeleobas/255/head -> origin/gh/guilhermeleobas/255/head 2025-12-04T09:49:19.2477020Z * [new branch] gh/guilhermeleobas/255/orig -> origin/gh/guilhermeleobas/255/orig 2025-12-04T09:49:19.2477266Z * [new branch] gh/guilhermeleobas/256/base -> origin/gh/guilhermeleobas/256/base 2025-12-04T09:49:19.2477575Z * [new branch] gh/guilhermeleobas/256/head -> origin/gh/guilhermeleobas/256/head 2025-12-04T09:49:19.2477842Z * [new branch] gh/guilhermeleobas/256/orig -> origin/gh/guilhermeleobas/256/orig 2025-12-04T09:49:19.2478085Z * [new branch] gh/guilhermeleobas/257/base -> origin/gh/guilhermeleobas/257/base 2025-12-04T09:49:19.2478322Z * [new branch] gh/guilhermeleobas/257/head -> origin/gh/guilhermeleobas/257/head 2025-12-04T09:49:19.2478579Z * [new branch] gh/guilhermeleobas/257/orig -> origin/gh/guilhermeleobas/257/orig 2025-12-04T09:49:19.2478823Z * [new branch] gh/guilhermeleobas/258/base -> origin/gh/guilhermeleobas/258/base 2025-12-04T09:49:19.2479063Z * [new branch] gh/guilhermeleobas/258/head -> origin/gh/guilhermeleobas/258/head 2025-12-04T09:49:19.2479322Z * [new branch] gh/guilhermeleobas/258/orig -> origin/gh/guilhermeleobas/258/orig 2025-12-04T09:49:19.2479572Z * [new branch] gh/guilhermeleobas/259/base -> origin/gh/guilhermeleobas/259/base 2025-12-04T09:49:19.2479878Z * [new branch] gh/guilhermeleobas/259/head -> origin/gh/guilhermeleobas/259/head 2025-12-04T09:49:19.2480118Z * [new branch] gh/guilhermeleobas/259/orig -> origin/gh/guilhermeleobas/259/orig 2025-12-04T09:49:19.2480369Z * [new branch] gh/guilhermeleobas/260/base -> origin/gh/guilhermeleobas/260/base 2025-12-04T09:49:19.2480612Z * [new branch] gh/guilhermeleobas/260/head -> origin/gh/guilhermeleobas/260/head 2025-12-04T09:49:19.2480848Z * [new branch] gh/guilhermeleobas/260/orig -> origin/gh/guilhermeleobas/260/orig 2025-12-04T09:49:19.2481096Z * [new branch] gh/guilhermeleobas/261/base -> origin/gh/guilhermeleobas/261/base 2025-12-04T09:49:19.2481339Z * [new branch] gh/guilhermeleobas/261/head -> origin/gh/guilhermeleobas/261/head 2025-12-04T09:49:19.2481585Z * [new branch] gh/guilhermeleobas/261/orig -> origin/gh/guilhermeleobas/261/orig 2025-12-04T09:49:19.2481839Z * [new branch] gh/guilhermeleobas/262/base -> origin/gh/guilhermeleobas/262/base 2025-12-04T09:49:19.2482077Z * [new branch] gh/guilhermeleobas/262/head -> origin/gh/guilhermeleobas/262/head 2025-12-04T09:49:19.2482312Z * [new branch] gh/guilhermeleobas/262/orig -> origin/gh/guilhermeleobas/262/orig 2025-12-04T09:49:19.2482558Z * [new branch] gh/guilhermeleobas/263/base -> origin/gh/guilhermeleobas/263/base 2025-12-04T09:49:19.2482803Z * [new branch] gh/guilhermeleobas/263/head -> origin/gh/guilhermeleobas/263/head 2025-12-04T09:49:19.2483051Z * [new branch] gh/guilhermeleobas/263/orig -> origin/gh/guilhermeleobas/263/orig 2025-12-04T09:49:19.2483291Z * [new branch] gh/guilhermeleobas/264/base -> origin/gh/guilhermeleobas/264/base 2025-12-04T09:49:19.2483532Z * [new branch] gh/guilhermeleobas/264/head -> origin/gh/guilhermeleobas/264/head 2025-12-04T09:49:19.2483795Z * [new branch] gh/guilhermeleobas/264/orig -> origin/gh/guilhermeleobas/264/orig 2025-12-04T09:49:19.2484040Z * [new branch] gh/guilhermeleobas/265/base -> origin/gh/guilhermeleobas/265/base 2025-12-04T09:49:19.2484278Z * [new branch] gh/guilhermeleobas/265/head -> origin/gh/guilhermeleobas/265/head 2025-12-04T09:49:19.2484527Z * [new branch] gh/guilhermeleobas/265/orig -> origin/gh/guilhermeleobas/265/orig 2025-12-04T09:49:19.2484770Z * [new branch] gh/guilhermeleobas/266/base -> origin/gh/guilhermeleobas/266/base 2025-12-04T09:49:19.2485017Z * [new branch] gh/guilhermeleobas/266/head -> origin/gh/guilhermeleobas/266/head 2025-12-04T09:49:19.2485261Z * [new branch] gh/guilhermeleobas/266/orig -> origin/gh/guilhermeleobas/266/orig 2025-12-04T09:49:19.2485514Z * [new branch] gh/guilhermeleobas/267/base -> origin/gh/guilhermeleobas/267/base 2025-12-04T09:49:19.2485827Z * [new branch] gh/guilhermeleobas/267/head -> origin/gh/guilhermeleobas/267/head 2025-12-04T09:49:19.2486076Z * [new branch] gh/guilhermeleobas/267/orig -> origin/gh/guilhermeleobas/267/orig 2025-12-04T09:49:19.2486308Z * [new branch] gh/hameerabbasi/1/base -> origin/gh/hameerabbasi/1/base 2025-12-04T09:49:19.2486530Z * [new branch] gh/hameerabbasi/1/head -> origin/gh/hameerabbasi/1/head 2025-12-04T09:49:19.2486742Z * [new branch] gh/hameerabbasi/2/base -> origin/gh/hameerabbasi/2/base 2025-12-04T09:49:19.2486966Z * [new branch] gh/hameerabbasi/2/head -> origin/gh/hameerabbasi/2/head 2025-12-04T09:49:19.2487176Z * [new branch] gh/hameerabbasi/2/orig -> origin/gh/hameerabbasi/2/orig 2025-12-04T09:49:19.2487386Z * [new branch] gh/hameerabbasi/3/base -> origin/gh/hameerabbasi/3/base 2025-12-04T09:49:19.2487616Z * [new branch] gh/hameerabbasi/3/head -> origin/gh/hameerabbasi/3/head 2025-12-04T09:49:19.2487894Z * [new branch] gh/hameerabbasi/3/orig -> origin/gh/hameerabbasi/3/orig 2025-12-04T09:49:19.2488109Z * [new branch] gh/hameerabbasi/4/base -> origin/gh/hameerabbasi/4/base 2025-12-04T09:49:19.2488331Z * [new branch] gh/hameerabbasi/4/head -> origin/gh/hameerabbasi/4/head 2025-12-04T09:49:19.2488542Z * [new branch] gh/hameerabbasi/4/orig -> origin/gh/hameerabbasi/4/orig 2025-12-04T09:49:19.2488731Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-12-04T09:49:19.2488925Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-12-04T09:49:19.2489106Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-12-04T09:49:19.2489288Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-12-04T09:49:19.2489480Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-12-04T09:49:19.2489659Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-12-04T09:49:19.2489842Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-12-04T09:49:19.2490025Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-12-04T09:49:19.2490216Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-12-04T09:49:19.2490406Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-12-04T09:49:19.2490596Z * [new branch] gh/isuruf/146/base -> origin/gh/isuruf/146/base 2025-12-04T09:49:19.2490788Z * [new branch] gh/isuruf/146/head -> origin/gh/isuruf/146/head 2025-12-04T09:49:19.2490976Z * [new branch] gh/isuruf/146/orig -> origin/gh/isuruf/146/orig 2025-12-04T09:49:19.2491168Z * [new branch] gh/isuruf/158/base -> origin/gh/isuruf/158/base 2025-12-04T09:49:19.2491371Z * [new branch] gh/isuruf/158/head -> origin/gh/isuruf/158/head 2025-12-04T09:49:19.2491558Z * [new branch] gh/isuruf/159/base -> origin/gh/isuruf/159/base 2025-12-04T09:49:19.2491745Z * [new branch] gh/isuruf/159/head -> origin/gh/isuruf/159/head 2025-12-04T09:49:19.2491942Z * [new branch] gh/isuruf/160/base -> origin/gh/isuruf/160/base 2025-12-04T09:49:19.2492123Z * [new branch] gh/isuruf/160/head -> origin/gh/isuruf/160/head 2025-12-04T09:49:19.2492308Z * [new branch] gh/isuruf/160/orig -> origin/gh/isuruf/160/orig 2025-12-04T09:49:19.2492502Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-12-04T09:49:19.2492689Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-12-04T09:49:19.2492944Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-12-04T09:49:19.2493159Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-12-04T09:49:19.2493359Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-12-04T09:49:19.2493556Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-12-04T09:49:19.2493758Z * [new branch] gh/jamesjwu/187/base -> origin/gh/jamesjwu/187/base 2025-12-04T09:49:19.2493954Z * [new branch] gh/jamesjwu/187/head -> origin/gh/jamesjwu/187/head 2025-12-04T09:49:19.2494148Z * [new branch] gh/jamesjwu/187/orig -> origin/gh/jamesjwu/187/orig 2025-12-04T09:49:19.2494353Z * [new branch] gh/jamesjwu/196/base -> origin/gh/jamesjwu/196/base 2025-12-04T09:49:19.2494546Z * [new branch] gh/jamesjwu/196/head -> origin/gh/jamesjwu/196/head 2025-12-04T09:49:19.2494811Z * [new branch] gh/jamesjwu/196/orig -> origin/gh/jamesjwu/196/orig 2025-12-04T09:49:19.2495012Z * [new branch] gh/jamesjwu/198/base -> origin/gh/jamesjwu/198/base 2025-12-04T09:49:19.2495216Z * [new branch] gh/jamesjwu/198/head -> origin/gh/jamesjwu/198/head 2025-12-04T09:49:19.2495416Z * [new branch] gh/jamesjwu/198/orig -> origin/gh/jamesjwu/198/orig 2025-12-04T09:49:19.2495615Z * [new branch] gh/jamesjwu/207/base -> origin/gh/jamesjwu/207/base 2025-12-04T09:49:19.2495824Z * [new branch] gh/jamesjwu/207/head -> origin/gh/jamesjwu/207/head 2025-12-04T09:49:19.2496020Z * [new branch] gh/jamesjwu/207/orig -> origin/gh/jamesjwu/207/orig 2025-12-04T09:49:19.2496217Z * [new branch] gh/jamesjwu/208/base -> origin/gh/jamesjwu/208/base 2025-12-04T09:49:19.2496428Z * [new branch] gh/jamesjwu/208/head -> origin/gh/jamesjwu/208/head 2025-12-04T09:49:19.2496626Z * [new branch] gh/jamesjwu/208/orig -> origin/gh/jamesjwu/208/orig 2025-12-04T09:49:19.2496824Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-12-04T09:49:19.2497022Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-12-04T09:49:19.2497214Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-12-04T09:49:19.2497491Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-12-04T09:49:19.2497698Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-12-04T09:49:19.2497892Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-12-04T09:49:19.2498086Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-12-04T09:49:19.2498301Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-12-04T09:49:19.2498497Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-12-04T09:49:19.2498695Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-12-04T09:49:19.2498902Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-12-04T09:49:19.2499093Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-12-04T09:49:19.2499288Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-12-04T09:49:19.2499486Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-12-04T09:49:19.2499689Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-12-04T09:49:19.2499882Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-12-04T09:49:19.2500161Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-12-04T09:49:19.2500366Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-12-04T09:49:19.2500560Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-12-04T09:49:19.2500758Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-12-04T09:49:19.2500960Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-12-04T09:49:19.2501153Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-12-04T09:49:19.2501348Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-12-04T09:49:19.2501556Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-12-04T09:49:19.2501758Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-12-04T09:49:19.2502020Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-12-04T09:49:19.2502223Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-12-04T09:49:19.2502415Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-12-04T09:49:19.2502612Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-12-04T09:49:19.2502822Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-12-04T09:49:19.2503014Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-12-04T09:49:19.2503206Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-12-04T09:49:19.2503406Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-12-04T09:49:19.2503606Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-12-04T09:49:19.2503807Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-12-04T09:49:19.2503999Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-12-04T09:49:19.2504201Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-12-04T09:49:19.2504402Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-12-04T09:49:19.2504597Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-12-04T09:49:19.2504795Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-12-04T09:49:19.2504984Z * [new branch] gh/janeyx99/302/base -> origin/gh/janeyx99/302/base 2025-12-04T09:49:19.2505174Z * [new branch] gh/janeyx99/302/head -> origin/gh/janeyx99/302/head 2025-12-04T09:49:19.2505376Z * [new branch] gh/janeyx99/303/base -> origin/gh/janeyx99/303/base 2025-12-04T09:49:19.2505571Z * [new branch] gh/janeyx99/303/head -> origin/gh/janeyx99/303/head 2025-12-04T09:49:19.2505767Z * [new branch] gh/janeyx99/305/base -> origin/gh/janeyx99/305/base 2025-12-04T09:49:19.2505968Z * [new branch] gh/janeyx99/305/head -> origin/gh/janeyx99/305/head 2025-12-04T09:49:19.2506157Z * [new branch] gh/janeyx99/306/base -> origin/gh/janeyx99/306/base 2025-12-04T09:49:19.2506349Z * [new branch] gh/janeyx99/306/head -> origin/gh/janeyx99/306/head 2025-12-04T09:49:19.2506546Z * [new branch] gh/janeyx99/314/base -> origin/gh/janeyx99/314/base 2025-12-04T09:49:19.2506737Z * [new branch] gh/janeyx99/314/head -> origin/gh/janeyx99/314/head 2025-12-04T09:49:19.2506932Z * [new branch] gh/janeyx99/314/orig -> origin/gh/janeyx99/314/orig 2025-12-04T09:49:19.2507208Z * [new branch] gh/janeyx99/315/base -> origin/gh/janeyx99/315/base 2025-12-04T09:49:19.2507400Z * [new branch] gh/janeyx99/315/head -> origin/gh/janeyx99/315/head 2025-12-04T09:49:19.2507589Z * [new branch] gh/janeyx99/315/orig -> origin/gh/janeyx99/315/orig 2025-12-04T09:49:19.2507792Z * [new branch] gh/janeyx99/316/base -> origin/gh/janeyx99/316/base 2025-12-04T09:49:19.2507988Z * [new branch] gh/janeyx99/316/head -> origin/gh/janeyx99/316/head 2025-12-04T09:49:19.2508179Z * [new branch] gh/janeyx99/316/orig -> origin/gh/janeyx99/316/orig 2025-12-04T09:49:19.2508373Z * [new branch] gh/janeyx99/317/base -> origin/gh/janeyx99/317/base 2025-12-04T09:49:19.2508571Z * [new branch] gh/janeyx99/317/head -> origin/gh/janeyx99/317/head 2025-12-04T09:49:19.2508764Z * [new branch] gh/janeyx99/317/orig -> origin/gh/janeyx99/317/orig 2025-12-04T09:49:19.2509016Z * [new branch] gh/janeyx99/325/base -> origin/gh/janeyx99/325/base 2025-12-04T09:49:19.2509217Z * [new branch] gh/janeyx99/325/head -> origin/gh/janeyx99/325/head 2025-12-04T09:49:19.2509410Z * [new branch] gh/janeyx99/325/orig -> origin/gh/janeyx99/325/orig 2025-12-04T09:49:19.2509602Z * [new branch] gh/janeyx99/327/base -> origin/gh/janeyx99/327/base 2025-12-04T09:49:19.2509805Z * [new branch] gh/janeyx99/327/head -> origin/gh/janeyx99/327/head 2025-12-04T09:49:19.2509997Z * [new branch] gh/janeyx99/327/orig -> origin/gh/janeyx99/327/orig 2025-12-04T09:49:19.2510189Z * [new branch] gh/janeyx99/328/base -> origin/gh/janeyx99/328/base 2025-12-04T09:49:19.2510394Z * [new branch] gh/janeyx99/328/head -> origin/gh/janeyx99/328/head 2025-12-04T09:49:19.2510591Z * [new branch] gh/janeyx99/328/orig -> origin/gh/janeyx99/328/orig 2025-12-04T09:49:19.2510786Z * [new branch] gh/janeyx99/329/base -> origin/gh/janeyx99/329/base 2025-12-04T09:49:19.2510991Z * [new branch] gh/janeyx99/329/head -> origin/gh/janeyx99/329/head 2025-12-04T09:49:19.2511185Z * [new branch] gh/janeyx99/329/orig -> origin/gh/janeyx99/329/orig 2025-12-04T09:49:19.2511375Z * [new branch] gh/janeyx99/330/base -> origin/gh/janeyx99/330/base 2025-12-04T09:49:19.2511580Z * [new branch] gh/janeyx99/330/head -> origin/gh/janeyx99/330/head 2025-12-04T09:49:19.2511770Z * [new branch] gh/janeyx99/330/orig -> origin/gh/janeyx99/330/orig 2025-12-04T09:49:19.2511963Z * [new branch] gh/janeyx99/331/base -> origin/gh/janeyx99/331/base 2025-12-04T09:49:19.2512166Z * [new branch] gh/janeyx99/331/head -> origin/gh/janeyx99/331/head 2025-12-04T09:49:19.2512366Z * [new branch] gh/janeyx99/331/orig -> origin/gh/janeyx99/331/orig 2025-12-04T09:49:19.2512556Z * [new branch] gh/janeyx99/332/base -> origin/gh/janeyx99/332/base 2025-12-04T09:49:19.2512752Z * [new branch] gh/janeyx99/332/head -> origin/gh/janeyx99/332/head 2025-12-04T09:49:19.2512950Z * [new branch] gh/janeyx99/332/orig -> origin/gh/janeyx99/332/orig 2025-12-04T09:49:19.2513141Z * [new branch] gh/janeyx99/333/base -> origin/gh/janeyx99/333/base 2025-12-04T09:49:19.2513333Z * [new branch] gh/janeyx99/333/head -> origin/gh/janeyx99/333/head 2025-12-04T09:49:19.2513531Z * [new branch] gh/janeyx99/333/orig -> origin/gh/janeyx99/333/orig 2025-12-04T09:49:19.2513721Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-12-04T09:49:19.2513986Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-12-04T09:49:19.2514194Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-12-04T09:49:19.2515116Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-12-04T09:49:19.2515306Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-12-04T09:49:19.2515499Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-12-04T09:49:19.2515692Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-12-04T09:49:19.2515881Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-12-04T09:49:19.2516079Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-12-04T09:49:19.2516268Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-12-04T09:49:19.2516456Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-12-04T09:49:19.2516723Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-12-04T09:49:19.2516913Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-12-04T09:49:19.2517101Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-12-04T09:49:19.2517295Z * [new branch] gh/jansel/552/base -> origin/gh/jansel/552/base 2025-12-04T09:49:19.2517481Z * [new branch] gh/jansel/552/head -> origin/gh/jansel/552/head 2025-12-04T09:49:19.2517670Z * [new branch] gh/jansel/552/orig -> origin/gh/jansel/552/orig 2025-12-04T09:49:19.2517870Z * [new branch] gh/jansel/553/base -> origin/gh/jansel/553/base 2025-12-04T09:49:19.2518059Z * [new branch] gh/jansel/553/head -> origin/gh/jansel/553/head 2025-12-04T09:49:19.2518250Z * [new branch] gh/jansel/553/orig -> origin/gh/jansel/553/orig 2025-12-04T09:49:19.2518449Z * [new branch] gh/jansel/554/base -> origin/gh/jansel/554/base 2025-12-04T09:49:19.2518650Z * [new branch] gh/jansel/554/head -> origin/gh/jansel/554/head 2025-12-04T09:49:19.2518839Z * [new branch] gh/jansel/554/orig -> origin/gh/jansel/554/orig 2025-12-04T09:49:19.2519034Z * [new branch] gh/jansel/555/base -> origin/gh/jansel/555/base 2025-12-04T09:49:19.2519230Z * [new branch] gh/jansel/555/head -> origin/gh/jansel/555/head 2025-12-04T09:49:19.2519415Z * [new branch] gh/jansel/555/orig -> origin/gh/jansel/555/orig 2025-12-04T09:49:19.2519604Z * [new branch] gh/jansel/556/base -> origin/gh/jansel/556/base 2025-12-04T09:49:19.2519803Z * [new branch] gh/jansel/556/head -> origin/gh/jansel/556/head 2025-12-04T09:49:19.2519996Z * [new branch] gh/jansel/556/orig -> origin/gh/jansel/556/orig 2025-12-04T09:49:19.2520181Z * [new branch] gh/jansel/557/base -> origin/gh/jansel/557/base 2025-12-04T09:49:19.2520378Z * [new branch] gh/jansel/557/head -> origin/gh/jansel/557/head 2025-12-04T09:49:19.2520564Z * [new branch] gh/jansel/557/orig -> origin/gh/jansel/557/orig 2025-12-04T09:49:19.2520748Z * [new branch] gh/jansel/558/base -> origin/gh/jansel/558/base 2025-12-04T09:49:19.2520942Z * [new branch] gh/jansel/558/head -> origin/gh/jansel/558/head 2025-12-04T09:49:19.2521128Z * [new branch] gh/jansel/558/orig -> origin/gh/jansel/558/orig 2025-12-04T09:49:19.2521314Z * [new branch] gh/jansel/559/base -> origin/gh/jansel/559/base 2025-12-04T09:49:19.2521511Z * [new branch] gh/jansel/559/head -> origin/gh/jansel/559/head 2025-12-04T09:49:19.2521779Z * [new branch] gh/jansel/559/orig -> origin/gh/jansel/559/orig 2025-12-04T09:49:19.2521967Z * [new branch] gh/jansel/560/base -> origin/gh/jansel/560/base 2025-12-04T09:49:19.2522164Z * [new branch] gh/jansel/560/head -> origin/gh/jansel/560/head 2025-12-04T09:49:19.2522355Z * [new branch] gh/jansel/560/orig -> origin/gh/jansel/560/orig 2025-12-04T09:49:19.2522544Z * [new branch] gh/jansel/561/base -> origin/gh/jansel/561/base 2025-12-04T09:49:19.2522734Z * [new branch] gh/jansel/561/head -> origin/gh/jansel/561/head 2025-12-04T09:49:19.2522934Z * [new branch] gh/jansel/561/orig -> origin/gh/jansel/561/orig 2025-12-04T09:49:19.2523127Z * [new branch] gh/jansel/562/base -> origin/gh/jansel/562/base 2025-12-04T09:49:19.2523324Z * [new branch] gh/jansel/562/head -> origin/gh/jansel/562/head 2025-12-04T09:49:19.2523586Z * [new branch] gh/jansel/562/orig -> origin/gh/jansel/562/orig 2025-12-04T09:49:19.2523773Z * [new branch] gh/jansel/563/base -> origin/gh/jansel/563/base 2025-12-04T09:49:19.2523961Z * [new branch] gh/jansel/563/head -> origin/gh/jansel/563/head 2025-12-04T09:49:19.2524155Z * [new branch] gh/jansel/563/orig -> origin/gh/jansel/563/orig 2025-12-04T09:49:19.2524345Z * [new branch] gh/jansel/564/base -> origin/gh/jansel/564/base 2025-12-04T09:49:19.2524539Z * [new branch] gh/jansel/564/head -> origin/gh/jansel/564/head 2025-12-04T09:49:19.2524730Z * [new branch] gh/jansel/564/orig -> origin/gh/jansel/564/orig 2025-12-04T09:49:19.2524918Z * [new branch] gh/jansel/565/base -> origin/gh/jansel/565/base 2025-12-04T09:49:19.2525109Z * [new branch] gh/jansel/565/head -> origin/gh/jansel/565/head 2025-12-04T09:49:19.2525306Z * [new branch] gh/jansel/565/orig -> origin/gh/jansel/565/orig 2025-12-04T09:49:19.2525494Z * [new branch] gh/jansel/566/base -> origin/gh/jansel/566/base 2025-12-04T09:49:19.2525681Z * [new branch] gh/jansel/566/head -> origin/gh/jansel/566/head 2025-12-04T09:49:19.2525874Z * [new branch] gh/jansel/566/orig -> origin/gh/jansel/566/orig 2025-12-04T09:49:19.2526066Z * [new branch] gh/jansel/567/base -> origin/gh/jansel/567/base 2025-12-04T09:49:19.2526251Z * [new branch] gh/jansel/567/head -> origin/gh/jansel/567/head 2025-12-04T09:49:19.2526449Z * [new branch] gh/jansel/567/orig -> origin/gh/jansel/567/orig 2025-12-04T09:49:19.2526637Z * [new branch] gh/jansel/568/base -> origin/gh/jansel/568/base 2025-12-04T09:49:19.2526827Z * [new branch] gh/jansel/568/head -> origin/gh/jansel/568/head 2025-12-04T09:49:19.2527019Z * [new branch] gh/jansel/568/orig -> origin/gh/jansel/568/orig 2025-12-04T09:49:19.2527210Z * [new branch] gh/jansel/569/base -> origin/gh/jansel/569/base 2025-12-04T09:49:19.2527397Z * [new branch] gh/jansel/569/head -> origin/gh/jansel/569/head 2025-12-04T09:49:19.2527588Z * [new branch] gh/jansel/569/orig -> origin/gh/jansel/569/orig 2025-12-04T09:49:19.2527787Z * [new branch] gh/jansel/570/base -> origin/gh/jansel/570/base 2025-12-04T09:49:19.2527978Z * [new branch] gh/jansel/570/head -> origin/gh/jansel/570/head 2025-12-04T09:49:19.2528167Z * [new branch] gh/jansel/570/orig -> origin/gh/jansel/570/orig 2025-12-04T09:49:19.2528361Z * [new branch] gh/jansel/571/base -> origin/gh/jansel/571/base 2025-12-04T09:49:19.2529174Z * [new branch] gh/jansel/571/head -> origin/gh/jansel/571/head 2025-12-04T09:49:19.2529370Z * [new branch] gh/jansel/571/orig -> origin/gh/jansel/571/orig 2025-12-04T09:49:19.2529567Z * [new branch] gh/jansel/572/base -> origin/gh/jansel/572/base 2025-12-04T09:49:19.2529756Z * [new branch] gh/jansel/572/head -> origin/gh/jansel/572/head 2025-12-04T09:49:19.2529944Z * [new branch] gh/jansel/572/orig -> origin/gh/jansel/572/orig 2025-12-04T09:49:19.2530140Z * [new branch] gh/jansel/573/base -> origin/gh/jansel/573/base 2025-12-04T09:49:19.2530326Z * [new branch] gh/jansel/573/head -> origin/gh/jansel/573/head 2025-12-04T09:49:19.2530518Z * [new branch] gh/jansel/573/orig -> origin/gh/jansel/573/orig 2025-12-04T09:49:19.2530718Z * [new branch] gh/jansel/574/base -> origin/gh/jansel/574/base 2025-12-04T09:49:19.2530982Z * [new branch] gh/jansel/574/head -> origin/gh/jansel/574/head 2025-12-04T09:49:19.2531167Z * [new branch] gh/jansel/574/orig -> origin/gh/jansel/574/orig 2025-12-04T09:49:19.2531364Z * [new branch] gh/jansel/575/base -> origin/gh/jansel/575/base 2025-12-04T09:49:19.2531551Z * [new branch] gh/jansel/575/head -> origin/gh/jansel/575/head 2025-12-04T09:49:19.2531738Z * [new branch] gh/jansel/575/orig -> origin/gh/jansel/575/orig 2025-12-04T09:49:19.2531925Z * [new branch] gh/jansel/576/base -> origin/gh/jansel/576/base 2025-12-04T09:49:19.2532113Z * [new branch] gh/jansel/576/head -> origin/gh/jansel/576/head 2025-12-04T09:49:19.2532309Z * [new branch] gh/jansel/576/orig -> origin/gh/jansel/576/orig 2025-12-04T09:49:19.2532534Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-12-04T09:49:19.2532768Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-12-04T09:49:19.2532982Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-12-04T09:49:19.2533195Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-12-04T09:49:19.2533415Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-12-04T09:49:19.2533628Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-12-04T09:49:19.2533835Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-12-04T09:49:19.2534040Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-12-04T09:49:19.2534237Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-12-04T09:49:19.2534444Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-12-04T09:49:19.2534649Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-12-04T09:49:19.2534848Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-12-04T09:49:19.2535042Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-12-04T09:49:19.2535245Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-12-04T09:49:19.2535445Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-12-04T09:49:19.2535641Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-12-04T09:49:19.2535847Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-12-04T09:49:19.2536044Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-12-04T09:49:19.2536319Z * [new branch] gh/jiayisunx/77/base -> origin/gh/jiayisunx/77/base 2025-12-04T09:49:19.2536512Z * [new branch] gh/jiayisunx/77/head -> origin/gh/jiayisunx/77/head 2025-12-04T09:49:19.2536714Z * [new branch] gh/jiayisunx/77/orig -> origin/gh/jiayisunx/77/orig 2025-12-04T09:49:19.2536913Z * [new branch] gh/jiayisunx/78/base -> origin/gh/jiayisunx/78/base 2025-12-04T09:49:19.2537111Z * [new branch] gh/jiayisunx/78/head -> origin/gh/jiayisunx/78/head 2025-12-04T09:49:19.2537318Z * [new branch] gh/jiayisunx/78/orig -> origin/gh/jiayisunx/78/orig 2025-12-04T09:49:19.2537619Z * [new branch] gh/jiayisunx/79/base -> origin/gh/jiayisunx/79/base 2025-12-04T09:49:19.2537815Z * [new branch] gh/jiayisunx/79/head -> origin/gh/jiayisunx/79/head 2025-12-04T09:49:19.2538035Z * [new branch] gh/jiayisunx/79/orig -> origin/gh/jiayisunx/79/orig 2025-12-04T09:49:19.2538533Z * [new branch] gh/jiayisunx/82/base -> origin/gh/jiayisunx/82/base 2025-12-04T09:49:19.2538736Z * [new branch] gh/jiayisunx/82/head -> origin/gh/jiayisunx/82/head 2025-12-04T09:49:19.2538943Z * [new branch] gh/jiayisunx/82/orig -> origin/gh/jiayisunx/82/orig 2025-12-04T09:49:19.2539141Z * [new branch] gh/jiayisunx/83/base -> origin/gh/jiayisunx/83/base 2025-12-04T09:49:19.2539339Z * [new branch] gh/jiayisunx/83/head -> origin/gh/jiayisunx/83/head 2025-12-04T09:49:19.2539546Z * [new branch] gh/jiayisunx/83/orig -> origin/gh/jiayisunx/83/orig 2025-12-04T09:49:19.2539742Z * [new branch] gh/jiayisunx/84/base -> origin/gh/jiayisunx/84/base 2025-12-04T09:49:19.2539936Z * [new branch] gh/jiayisunx/84/head -> origin/gh/jiayisunx/84/head 2025-12-04T09:49:19.2540143Z * [new branch] gh/jiayisunx/84/orig -> origin/gh/jiayisunx/84/orig 2025-12-04T09:49:19.2540344Z * [new branch] gh/jiayisunx/85/base -> origin/gh/jiayisunx/85/base 2025-12-04T09:49:19.2540541Z * [new branch] gh/jiayisunx/85/head -> origin/gh/jiayisunx/85/head 2025-12-04T09:49:19.2540744Z * [new branch] gh/jiayisunx/85/orig -> origin/gh/jiayisunx/85/orig 2025-12-04T09:49:19.2540938Z * [new branch] gh/jiayisunx/86/base -> origin/gh/jiayisunx/86/base 2025-12-04T09:49:19.2541138Z * [new branch] gh/jiayisunx/86/head -> origin/gh/jiayisunx/86/head 2025-12-04T09:49:19.2541333Z * [new branch] gh/jiayisunx/86/orig -> origin/gh/jiayisunx/86/orig 2025-12-04T09:49:19.2541543Z * [new branch] gh/jiayisunx/87/base -> origin/gh/jiayisunx/87/base 2025-12-04T09:49:19.2541739Z * [new branch] gh/jiayisunx/87/head -> origin/gh/jiayisunx/87/head 2025-12-04T09:49:19.2541942Z * [new branch] gh/jiayisunx/87/orig -> origin/gh/jiayisunx/87/orig 2025-12-04T09:49:19.2542149Z * [new branch] gh/jiayisunx/88/base -> origin/gh/jiayisunx/88/base 2025-12-04T09:49:19.2542343Z * [new branch] gh/jiayisunx/88/head -> origin/gh/jiayisunx/88/head 2025-12-04T09:49:19.2542535Z * [new branch] gh/jiayisunx/88/orig -> origin/gh/jiayisunx/88/orig 2025-12-04T09:49:19.2542744Z * [new branch] gh/jiayisunx/89/base -> origin/gh/jiayisunx/89/base 2025-12-04T09:49:19.2542939Z * [new branch] gh/jiayisunx/89/head -> origin/gh/jiayisunx/89/head 2025-12-04T09:49:19.2543133Z * [new branch] gh/jiayisunx/89/orig -> origin/gh/jiayisunx/89/orig 2025-12-04T09:49:19.2543333Z * [new branch] gh/jiayisunx/90/base -> origin/gh/jiayisunx/90/base 2025-12-04T09:49:19.2543608Z * [new branch] gh/jiayisunx/90/head -> origin/gh/jiayisunx/90/head 2025-12-04T09:49:19.2543808Z * [new branch] gh/jiayisunx/90/orig -> origin/gh/jiayisunx/90/orig 2025-12-04T09:49:19.2544032Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-12-04T09:49:19.2544235Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-12-04T09:49:19.2544432Z * [new branch] gh/jturney/1/base -> origin/gh/jturney/1/base 2025-12-04T09:49:19.2544638Z * [new branch] gh/jturney/1/head -> origin/gh/jturney/1/head 2025-12-04T09:49:19.2544827Z * [new branch] gh/jturney/1/orig -> origin/gh/jturney/1/orig 2025-12-04T09:49:19.2545015Z * [new branch] gh/jturney/2/base -> origin/gh/jturney/2/base 2025-12-04T09:49:19.2545206Z * [new branch] gh/jturney/2/head -> origin/gh/jturney/2/head 2025-12-04T09:49:19.2545394Z * [new branch] gh/jturney/2/orig -> origin/gh/jturney/2/orig 2025-12-04T09:49:19.2545680Z * [new branch] gh/karthickai/10/base -> origin/gh/karthickai/10/base 2025-12-04T09:49:19.2545887Z * [new branch] gh/karthickai/10/head -> origin/gh/karthickai/10/head 2025-12-04T09:49:19.2546098Z * [new branch] gh/karthickai/10/orig -> origin/gh/karthickai/10/orig 2025-12-04T09:49:19.2546302Z * [new branch] gh/karthickai/11/base -> origin/gh/karthickai/11/base 2025-12-04T09:49:19.2546504Z * [new branch] gh/karthickai/11/head -> origin/gh/karthickai/11/head 2025-12-04T09:49:19.2546713Z * [new branch] gh/karthickai/11/orig -> origin/gh/karthickai/11/orig 2025-12-04T09:49:19.2546918Z * [new branch] gh/karthickai/12/base -> origin/gh/karthickai/12/base 2025-12-04T09:49:19.2547119Z * [new branch] gh/karthickai/12/head -> origin/gh/karthickai/12/head 2025-12-04T09:49:19.2547347Z * [new branch] gh/karthickai/12/orig -> origin/gh/karthickai/12/orig 2025-12-04T09:49:19.2547557Z * [new branch] gh/karthickai/13/base -> origin/gh/karthickai/13/base 2025-12-04T09:49:19.2547758Z * [new branch] gh/karthickai/13/head -> origin/gh/karthickai/13/head 2025-12-04T09:49:19.2547969Z * [new branch] gh/karthickai/13/orig -> origin/gh/karthickai/13/orig 2025-12-04T09:49:19.2548171Z * [new branch] gh/karthickai/14/base -> origin/gh/karthickai/14/base 2025-12-04T09:49:19.2548376Z * [new branch] gh/karthickai/14/head -> origin/gh/karthickai/14/head 2025-12-04T09:49:19.2548590Z * [new branch] gh/karthickai/14/orig -> origin/gh/karthickai/14/orig 2025-12-04T09:49:19.2548795Z * [new branch] gh/karthickai/15/base -> origin/gh/karthickai/15/base 2025-12-04T09:49:19.2549000Z * [new branch] gh/karthickai/15/head -> origin/gh/karthickai/15/head 2025-12-04T09:49:19.2549215Z * [new branch] gh/karthickai/15/orig -> origin/gh/karthickai/15/orig 2025-12-04T09:49:19.2549415Z * [new branch] gh/karthickai/16/base -> origin/gh/karthickai/16/base 2025-12-04T09:49:19.2549616Z * [new branch] gh/karthickai/16/head -> origin/gh/karthickai/16/head 2025-12-04T09:49:19.2549819Z * [new branch] gh/karthickai/16/orig -> origin/gh/karthickai/16/orig 2025-12-04T09:49:19.2550028Z * [new branch] gh/karthickai/17/base -> origin/gh/karthickai/17/base 2025-12-04T09:49:19.2550227Z * [new branch] gh/karthickai/17/head -> origin/gh/karthickai/17/head 2025-12-04T09:49:19.2550431Z * [new branch] gh/karthickai/17/orig -> origin/gh/karthickai/17/orig 2025-12-04T09:49:19.2550642Z * [new branch] gh/karthickai/18/base -> origin/gh/karthickai/18/base 2025-12-04T09:49:19.2550908Z * [new branch] gh/karthickai/18/head -> origin/gh/karthickai/18/head 2025-12-04T09:49:19.2551115Z * [new branch] gh/karthickai/18/orig -> origin/gh/karthickai/18/orig 2025-12-04T09:49:19.2551326Z * [new branch] gh/karthickai/19/base -> origin/gh/karthickai/19/base 2025-12-04T09:49:19.2551530Z * [new branch] gh/karthickai/19/head -> origin/gh/karthickai/19/head 2025-12-04T09:49:19.2551731Z * [new branch] gh/karthickai/19/orig -> origin/gh/karthickai/19/orig 2025-12-04T09:49:19.2551942Z * [new branch] gh/karthickai/20/base -> origin/gh/karthickai/20/base 2025-12-04T09:49:19.2552149Z * [new branch] gh/karthickai/20/head -> origin/gh/karthickai/20/head 2025-12-04T09:49:19.2552355Z * [new branch] gh/karthickai/20/orig -> origin/gh/karthickai/20/orig 2025-12-04T09:49:19.2552567Z * [new branch] gh/karthickai/21/base -> origin/gh/karthickai/21/base 2025-12-04T09:49:19.2552841Z * [new branch] gh/karthickai/21/head -> origin/gh/karthickai/21/head 2025-12-04T09:49:19.2553044Z * [new branch] gh/karthickai/21/orig -> origin/gh/karthickai/21/orig 2025-12-04T09:49:19.2553254Z * [new branch] gh/karthickai/22/base -> origin/gh/karthickai/22/base 2025-12-04T09:49:19.2553459Z * [new branch] gh/karthickai/22/head -> origin/gh/karthickai/22/head 2025-12-04T09:49:19.2553660Z * [new branch] gh/karthickai/22/orig -> origin/gh/karthickai/22/orig 2025-12-04T09:49:19.2553870Z * [new branch] gh/karthickai/23/base -> origin/gh/karthickai/23/base 2025-12-04T09:49:19.2554076Z * [new branch] gh/karthickai/23/head -> origin/gh/karthickai/23/head 2025-12-04T09:49:19.2554279Z * [new branch] gh/karthickai/23/orig -> origin/gh/karthickai/23/orig 2025-12-04T09:49:19.2554483Z * [new branch] gh/karthickai/24/base -> origin/gh/karthickai/24/base 2025-12-04T09:49:19.2554700Z * [new branch] gh/karthickai/24/head -> origin/gh/karthickai/24/head 2025-12-04T09:49:19.2554905Z * [new branch] gh/karthickai/24/orig -> origin/gh/karthickai/24/orig 2025-12-04T09:49:19.2555107Z * [new branch] gh/karthickai/25/base -> origin/gh/karthickai/25/base 2025-12-04T09:49:19.2555333Z * [new branch] gh/karthickai/25/head -> origin/gh/karthickai/25/head 2025-12-04T09:49:19.2555536Z * [new branch] gh/karthickai/25/orig -> origin/gh/karthickai/25/orig 2025-12-04T09:49:19.2555744Z * [new branch] gh/karthickai/26/base -> origin/gh/karthickai/26/base 2025-12-04T09:49:19.2555958Z * [new branch] gh/karthickai/26/head -> origin/gh/karthickai/26/head 2025-12-04T09:49:19.2556163Z * [new branch] gh/karthickai/26/orig -> origin/gh/karthickai/26/orig 2025-12-04T09:49:19.2556372Z * [new branch] gh/karthickai/6/base -> origin/gh/karthickai/6/base 2025-12-04T09:49:19.2556591Z * [new branch] gh/karthickai/6/head -> origin/gh/karthickai/6/head 2025-12-04T09:49:19.2556796Z * [new branch] gh/karthickai/6/orig -> origin/gh/karthickai/6/orig 2025-12-04T09:49:19.2556983Z * [new branch] gh/krocki/1/base -> origin/gh/krocki/1/base 2025-12-04T09:49:19.2557179Z * [new branch] gh/krocki/1/head -> origin/gh/krocki/1/head 2025-12-04T09:49:19.2557361Z * [new branch] gh/krocki/1/orig -> origin/gh/krocki/1/orig 2025-12-04T09:49:19.2557540Z * [new branch] gh/krocki/2/base -> origin/gh/krocki/2/base 2025-12-04T09:49:19.2557731Z * [new branch] gh/krocki/2/head -> origin/gh/krocki/2/head 2025-12-04T09:49:19.2557908Z * [new branch] gh/krocki/2/orig -> origin/gh/krocki/2/orig 2025-12-04T09:49:19.2558196Z * [new branch] gh/kurtamohler/60/base -> origin/gh/kurtamohler/60/base 2025-12-04T09:49:19.2558429Z * [new branch] gh/kurtamohler/60/head -> origin/gh/kurtamohler/60/head 2025-12-04T09:49:19.2558638Z * [new branch] gh/kurtamohler/60/orig -> origin/gh/kurtamohler/60/orig 2025-12-04T09:49:19.2558847Z * [new branch] gh/kurtamohler/61/base -> origin/gh/kurtamohler/61/base 2025-12-04T09:49:19.2559056Z * [new branch] gh/kurtamohler/61/head -> origin/gh/kurtamohler/61/head 2025-12-04T09:49:19.2559279Z * [new branch] gh/kurtamohler/61/orig -> origin/gh/kurtamohler/61/orig 2025-12-04T09:49:19.2559487Z * [new branch] gh/kurtamohler/62/base -> origin/gh/kurtamohler/62/base 2025-12-04T09:49:19.2559707Z * [new branch] gh/kurtamohler/62/head -> origin/gh/kurtamohler/62/head 2025-12-04T09:49:19.2559941Z * [new branch] gh/kurtamohler/62/orig -> origin/gh/kurtamohler/62/orig 2025-12-04T09:49:19.2560222Z * [new branch] gh/kurtamohler/63/base -> origin/gh/kurtamohler/63/base 2025-12-04T09:49:19.2560431Z * [new branch] gh/kurtamohler/63/head -> origin/gh/kurtamohler/63/head 2025-12-04T09:49:19.2560647Z * [new branch] gh/kurtamohler/63/orig -> origin/gh/kurtamohler/63/orig 2025-12-04T09:49:19.2560856Z * [new branch] gh/kurtamohler/64/base -> origin/gh/kurtamohler/64/base 2025-12-04T09:49:19.2561064Z * [new branch] gh/kurtamohler/64/head -> origin/gh/kurtamohler/64/head 2025-12-04T09:49:19.2561281Z * [new branch] gh/kurtamohler/64/orig -> origin/gh/kurtamohler/64/orig 2025-12-04T09:49:19.2561488Z * [new branch] gh/kurtamohler/65/base -> origin/gh/kurtamohler/65/base 2025-12-04T09:49:19.2561698Z * [new branch] gh/kurtamohler/65/head -> origin/gh/kurtamohler/65/head 2025-12-04T09:49:19.2561926Z * [new branch] gh/kurtamohler/65/orig -> origin/gh/kurtamohler/65/orig 2025-12-04T09:49:19.2562136Z * [new branch] gh/kurtamohler/66/base -> origin/gh/kurtamohler/66/base 2025-12-04T09:49:19.2562345Z * [new branch] gh/kurtamohler/66/head -> origin/gh/kurtamohler/66/head 2025-12-04T09:49:19.2562559Z * [new branch] gh/kurtamohler/66/orig -> origin/gh/kurtamohler/66/orig 2025-12-04T09:49:19.2562770Z * [new branch] gh/kurtamohler/67/base -> origin/gh/kurtamohler/67/base 2025-12-04T09:49:19.2562981Z * [new branch] gh/kurtamohler/67/head -> origin/gh/kurtamohler/67/head 2025-12-04T09:49:19.2563199Z * [new branch] gh/kurtamohler/67/orig -> origin/gh/kurtamohler/67/orig 2025-12-04T09:49:19.2563394Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-12-04T09:49:19.2563767Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-12-04T09:49:19.2564079Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-12-04T09:49:19.2564278Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-12-04T09:49:19.2564470Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-12-04T09:49:19.2564664Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-12-04T09:49:19.2564872Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-12-04T09:49:19.2565066Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-12-04T09:49:19.2565257Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-12-04T09:49:19.2565458Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-12-04T09:49:19.2565733Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-12-04T09:49:19.2565928Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-12-04T09:49:19.2566130Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-12-04T09:49:19.2566323Z * [new branch] gh/kwen2501/224/base -> origin/gh/kwen2501/224/base 2025-12-04T09:49:19.2566516Z * [new branch] gh/kwen2501/224/head -> origin/gh/kwen2501/224/head 2025-12-04T09:49:19.2566730Z * [new branch] gh/kwen2501/224/orig -> origin/gh/kwen2501/224/orig 2025-12-04T09:49:19.2566924Z * [new branch] gh/kwen2501/228/base -> origin/gh/kwen2501/228/base 2025-12-04T09:49:19.2567112Z * [new branch] gh/kwen2501/228/head -> origin/gh/kwen2501/228/head 2025-12-04T09:49:19.2567315Z * [new branch] gh/kwen2501/228/orig -> origin/gh/kwen2501/228/orig 2025-12-04T09:49:19.2567582Z * [new branch] gh/kwen2501/234/base -> origin/gh/kwen2501/234/base 2025-12-04T09:49:19.2567773Z * [new branch] gh/kwen2501/234/head -> origin/gh/kwen2501/234/head 2025-12-04T09:49:19.2567976Z * [new branch] gh/kwen2501/234/orig -> origin/gh/kwen2501/234/orig 2025-12-04T09:49:19.2568165Z * [new branch] gh/kwen2501/235/base -> origin/gh/kwen2501/235/base 2025-12-04T09:49:19.2568356Z * [new branch] gh/kwen2501/235/head -> origin/gh/kwen2501/235/head 2025-12-04T09:49:19.2568556Z * [new branch] gh/kwen2501/235/orig -> origin/gh/kwen2501/235/orig 2025-12-04T09:49:19.2568748Z * [new branch] gh/kwen2501/236/base -> origin/gh/kwen2501/236/base 2025-12-04T09:49:19.2568938Z * [new branch] gh/kwen2501/236/head -> origin/gh/kwen2501/236/head 2025-12-04T09:49:19.2569133Z * [new branch] gh/kwen2501/236/orig -> origin/gh/kwen2501/236/orig 2025-12-04T09:49:19.2569392Z * [new branch] gh/kwen2501/237/base -> origin/gh/kwen2501/237/base 2025-12-04T09:49:19.2569636Z * [new branch] gh/kwen2501/237/head -> origin/gh/kwen2501/237/head 2025-12-04T09:49:19.2569827Z * [new branch] gh/kwen2501/237/orig -> origin/gh/kwen2501/237/orig 2025-12-04T09:49:19.2570024Z * [new branch] gh/kwen2501/238/base -> origin/gh/kwen2501/238/base 2025-12-04T09:49:19.2570304Z * [new branch] gh/kwen2501/238/head -> origin/gh/kwen2501/238/head 2025-12-04T09:49:19.2570494Z * [new branch] gh/kwen2501/238/orig -> origin/gh/kwen2501/238/orig 2025-12-04T09:49:19.2570698Z * [new branch] gh/kwen2501/240/base -> origin/gh/kwen2501/240/base 2025-12-04T09:49:19.2570884Z * [new branch] gh/kwen2501/240/head -> origin/gh/kwen2501/240/head 2025-12-04T09:49:19.2571081Z * [new branch] gh/kwen2501/240/orig -> origin/gh/kwen2501/240/orig 2025-12-04T09:49:19.2571286Z * [new branch] gh/kwen2501/241/base -> origin/gh/kwen2501/241/base 2025-12-04T09:49:19.2571476Z * [new branch] gh/kwen2501/241/head -> origin/gh/kwen2501/241/head 2025-12-04T09:49:19.2571663Z * [new branch] gh/kwen2501/241/orig -> origin/gh/kwen2501/241/orig 2025-12-04T09:49:19.2571860Z * [new branch] gh/kwen2501/247/base -> origin/gh/kwen2501/247/base 2025-12-04T09:49:19.2572048Z * [new branch] gh/kwen2501/247/head -> origin/gh/kwen2501/247/head 2025-12-04T09:49:19.2572234Z * [new branch] gh/kwen2501/247/orig -> origin/gh/kwen2501/247/orig 2025-12-04T09:49:19.2572426Z * [new branch] gh/kwen2501/252/base -> origin/gh/kwen2501/252/base 2025-12-04T09:49:19.2572620Z * [new branch] gh/kwen2501/252/head -> origin/gh/kwen2501/252/head 2025-12-04T09:49:19.2572884Z * [new branch] gh/kwen2501/252/orig -> origin/gh/kwen2501/252/orig 2025-12-04T09:49:19.2573086Z * [new branch] gh/kwen2501/259/base -> origin/gh/kwen2501/259/base 2025-12-04T09:49:19.2573273Z * [new branch] gh/kwen2501/259/head -> origin/gh/kwen2501/259/head 2025-12-04T09:49:19.2573464Z * [new branch] gh/kwen2501/259/orig -> origin/gh/kwen2501/259/orig 2025-12-04T09:49:19.2573654Z * [new branch] gh/kwen2501/260/base -> origin/gh/kwen2501/260/base 2025-12-04T09:49:19.2573855Z * [new branch] gh/kwen2501/260/head -> origin/gh/kwen2501/260/head 2025-12-04T09:49:19.2574046Z * [new branch] gh/kwen2501/260/orig -> origin/gh/kwen2501/260/orig 2025-12-04T09:49:19.2574236Z * [new branch] gh/kwen2501/268/base -> origin/gh/kwen2501/268/base 2025-12-04T09:49:19.2574435Z * [new branch] gh/kwen2501/268/head -> origin/gh/kwen2501/268/head 2025-12-04T09:49:19.2574694Z * [new branch] gh/kwen2501/268/orig -> origin/gh/kwen2501/268/orig 2025-12-04T09:49:19.2574883Z * [new branch] gh/kwen2501/269/base -> origin/gh/kwen2501/269/base 2025-12-04T09:49:19.2575083Z * [new branch] gh/kwen2501/269/head -> origin/gh/kwen2501/269/head 2025-12-04T09:49:19.2575273Z * [new branch] gh/kwen2501/269/orig -> origin/gh/kwen2501/269/orig 2025-12-04T09:49:19.2575462Z * [new branch] gh/kwen2501/270/base -> origin/gh/kwen2501/270/base 2025-12-04T09:49:19.2575663Z * [new branch] gh/kwen2501/270/head -> origin/gh/kwen2501/270/head 2025-12-04T09:49:19.2575945Z * [new branch] gh/kwen2501/270/orig -> origin/gh/kwen2501/270/orig 2025-12-04T09:49:19.2576137Z * [new branch] gh/kwen2501/271/base -> origin/gh/kwen2501/271/base 2025-12-04T09:49:19.2576337Z * [new branch] gh/kwen2501/271/head -> origin/gh/kwen2501/271/head 2025-12-04T09:49:19.2576532Z * [new branch] gh/kwen2501/271/orig -> origin/gh/kwen2501/271/orig 2025-12-04T09:49:19.2576812Z * [new branch] gh/kwen2501/274/base -> origin/gh/kwen2501/274/base 2025-12-04T09:49:19.2577012Z * [new branch] gh/kwen2501/274/head -> origin/gh/kwen2501/274/head 2025-12-04T09:49:19.2577201Z * [new branch] gh/kwen2501/274/orig -> origin/gh/kwen2501/274/orig 2025-12-04T09:49:19.2577391Z * [new branch] gh/kwen2501/275/base -> origin/gh/kwen2501/275/base 2025-12-04T09:49:19.2577688Z * [new branch] gh/kwen2501/275/head -> origin/gh/kwen2501/275/head 2025-12-04T09:49:19.2577879Z * [new branch] gh/kwen2501/275/orig -> origin/gh/kwen2501/275/orig 2025-12-04T09:49:19.2578067Z * [new branch] gh/kwen2501/276/base -> origin/gh/kwen2501/276/base 2025-12-04T09:49:19.2578265Z * [new branch] gh/kwen2501/276/head -> origin/gh/kwen2501/276/head 2025-12-04T09:49:19.2578466Z * [new branch] gh/kwen2501/276/orig -> origin/gh/kwen2501/276/orig 2025-12-04T09:49:19.2578659Z * [new branch] gh/kwen2501/277/base -> origin/gh/kwen2501/277/base 2025-12-04T09:49:19.2578848Z * [new branch] gh/kwen2501/277/head -> origin/gh/kwen2501/277/head 2025-12-04T09:49:19.2579051Z * [new branch] gh/kwen2501/277/orig -> origin/gh/kwen2501/277/orig 2025-12-04T09:49:19.2579239Z * [new branch] gh/kwen2501/278/base -> origin/gh/kwen2501/278/base 2025-12-04T09:49:19.2579427Z * [new branch] gh/kwen2501/278/head -> origin/gh/kwen2501/278/head 2025-12-04T09:49:19.2579627Z * [new branch] gh/kwen2501/278/orig -> origin/gh/kwen2501/278/orig 2025-12-04T09:49:19.2579893Z * [new branch] gh/kwen2501/279/base -> origin/gh/kwen2501/279/base 2025-12-04T09:49:19.2580084Z * [new branch] gh/kwen2501/279/head -> origin/gh/kwen2501/279/head 2025-12-04T09:49:19.2580284Z * [new branch] gh/kwen2501/279/orig -> origin/gh/kwen2501/279/orig 2025-12-04T09:49:19.2580471Z * [new branch] gh/kwen2501/280/base -> origin/gh/kwen2501/280/base 2025-12-04T09:49:19.2580660Z * [new branch] gh/kwen2501/280/head -> origin/gh/kwen2501/280/head 2025-12-04T09:49:19.2580862Z * [new branch] gh/kwen2501/280/orig -> origin/gh/kwen2501/280/orig 2025-12-04T09:49:19.2581053Z * [new branch] gh/kwen2501/281/base -> origin/gh/kwen2501/281/base 2025-12-04T09:49:19.2581244Z * [new branch] gh/kwen2501/281/head -> origin/gh/kwen2501/281/head 2025-12-04T09:49:19.2581448Z * [new branch] gh/kwen2501/281/orig -> origin/gh/kwen2501/281/orig 2025-12-04T09:49:19.2581639Z * [new branch] gh/kwen2501/282/base -> origin/gh/kwen2501/282/base 2025-12-04T09:49:19.2581907Z * [new branch] gh/kwen2501/282/head -> origin/gh/kwen2501/282/head 2025-12-04T09:49:19.2582108Z * [new branch] gh/kwen2501/282/orig -> origin/gh/kwen2501/282/orig 2025-12-04T09:49:19.2582395Z * [new branch] gh/kwen2501/283/base -> origin/gh/kwen2501/283/base 2025-12-04T09:49:19.2582590Z * [new branch] gh/kwen2501/283/head -> origin/gh/kwen2501/283/head 2025-12-04T09:49:19.2582779Z * [new branch] gh/kwen2501/283/orig -> origin/gh/kwen2501/283/orig 2025-12-04T09:49:19.2582985Z * [new branch] gh/kwen2501/284/base -> origin/gh/kwen2501/284/base 2025-12-04T09:49:19.2583176Z * [new branch] gh/kwen2501/284/head -> origin/gh/kwen2501/284/head 2025-12-04T09:49:19.2583366Z * [new branch] gh/kwen2501/284/orig -> origin/gh/kwen2501/284/orig 2025-12-04T09:49:19.2583666Z * [new branch] gh/kwen2501/285/base -> origin/gh/kwen2501/285/base 2025-12-04T09:49:19.2583860Z * [new branch] gh/kwen2501/285/head -> origin/gh/kwen2501/285/head 2025-12-04T09:49:19.2584053Z * [new branch] gh/kwen2501/285/orig -> origin/gh/kwen2501/285/orig 2025-12-04T09:49:19.2584255Z * [new branch] gh/kwen2501/286/base -> origin/gh/kwen2501/286/base 2025-12-04T09:49:19.2584442Z * [new branch] gh/kwen2501/286/head -> origin/gh/kwen2501/286/head 2025-12-04T09:49:19.2584631Z * [new branch] gh/kwen2501/286/orig -> origin/gh/kwen2501/286/orig 2025-12-04T09:49:19.2584832Z * [new branch] gh/kwen2501/287/base -> origin/gh/kwen2501/287/base 2025-12-04T09:49:19.2585027Z * [new branch] gh/kwen2501/287/head -> origin/gh/kwen2501/287/head 2025-12-04T09:49:19.2585217Z * [new branch] gh/kwen2501/287/orig -> origin/gh/kwen2501/287/orig 2025-12-04T09:49:19.2585424Z * [new branch] gh/kwen2501/288/base -> origin/gh/kwen2501/288/base 2025-12-04T09:49:19.2585611Z * [new branch] gh/kwen2501/288/head -> origin/gh/kwen2501/288/head 2025-12-04T09:49:19.2585801Z * [new branch] gh/kwen2501/288/orig -> origin/gh/kwen2501/288/orig 2025-12-04T09:49:19.2586023Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-12-04T09:49:19.2586231Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-12-04T09:49:19.2586437Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-12-04T09:49:19.2586654Z * [new branch] gh/laithsakka/276/base -> origin/gh/laithsakka/276/base 2025-12-04T09:49:19.2586858Z * [new branch] gh/laithsakka/276/head -> origin/gh/laithsakka/276/head 2025-12-04T09:49:19.2587147Z * [new branch] gh/laithsakka/276/orig -> origin/gh/laithsakka/276/orig 2025-12-04T09:49:19.2587357Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-12-04T09:49:19.2587581Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-12-04T09:49:19.2587789Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-12-04T09:49:19.2587993Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-12-04T09:49:19.2588203Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-12-04T09:49:19.2588414Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-12-04T09:49:19.2588622Z * [new branch] gh/laithsakka/313/base -> origin/gh/laithsakka/313/base 2025-12-04T09:49:19.2588839Z * [new branch] gh/laithsakka/313/head -> origin/gh/laithsakka/313/head 2025-12-04T09:49:19.2589220Z * [new branch] gh/laithsakka/313/orig -> origin/gh/laithsakka/313/orig 2025-12-04T09:49:19.2589425Z * [new branch] gh/laithsakka/316/base -> origin/gh/laithsakka/316/base 2025-12-04T09:49:19.2589643Z * [new branch] gh/laithsakka/316/head -> origin/gh/laithsakka/316/head 2025-12-04T09:49:19.2589846Z * [new branch] gh/laithsakka/316/orig -> origin/gh/laithsakka/316/orig 2025-12-04T09:49:19.2590149Z * [new branch] gh/laithsakka/317/base -> origin/gh/laithsakka/317/base 2025-12-04T09:49:19.2590367Z * [new branch] gh/laithsakka/317/head -> origin/gh/laithsakka/317/head 2025-12-04T09:49:19.2590572Z * [new branch] gh/laithsakka/317/orig -> origin/gh/laithsakka/317/orig 2025-12-04T09:49:19.2590782Z * [new branch] gh/laithsakka/319/base -> origin/gh/laithsakka/319/base 2025-12-04T09:49:19.2591000Z * [new branch] gh/laithsakka/319/head -> origin/gh/laithsakka/319/head 2025-12-04T09:49:19.2591208Z * [new branch] gh/laithsakka/319/orig -> origin/gh/laithsakka/319/orig 2025-12-04T09:49:19.2591412Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-12-04T09:49:19.2591623Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-12-04T09:49:19.2591831Z * [new branch] gh/laithsakka/320/base -> origin/gh/laithsakka/320/base 2025-12-04T09:49:19.2592036Z * [new branch] gh/laithsakka/320/head -> origin/gh/laithsakka/320/head 2025-12-04T09:49:19.2592251Z * [new branch] gh/laithsakka/320/orig -> origin/gh/laithsakka/320/orig 2025-12-04T09:49:19.2592454Z * [new branch] gh/laithsakka/321/base -> origin/gh/laithsakka/321/base 2025-12-04T09:49:19.2592657Z * [new branch] gh/laithsakka/321/head -> origin/gh/laithsakka/321/head 2025-12-04T09:49:19.2592874Z * [new branch] gh/laithsakka/321/orig -> origin/gh/laithsakka/321/orig 2025-12-04T09:49:19.2593089Z * [new branch] gh/laithsakka/322/base -> origin/gh/laithsakka/322/base 2025-12-04T09:49:19.2593295Z * [new branch] gh/laithsakka/322/head -> origin/gh/laithsakka/322/head 2025-12-04T09:49:19.2593506Z * [new branch] gh/laithsakka/322/orig -> origin/gh/laithsakka/322/orig 2025-12-04T09:49:19.2593720Z * [new branch] gh/laithsakka/323/base -> origin/gh/laithsakka/323/base 2025-12-04T09:49:19.2593927Z * [new branch] gh/laithsakka/323/head -> origin/gh/laithsakka/323/head 2025-12-04T09:49:19.2594139Z * [new branch] gh/laithsakka/323/orig -> origin/gh/laithsakka/323/orig 2025-12-04T09:49:19.2594351Z * [new branch] gh/laithsakka/324/base -> origin/gh/laithsakka/324/base 2025-12-04T09:49:19.2594634Z * [new branch] gh/laithsakka/324/head -> origin/gh/laithsakka/324/head 2025-12-04T09:49:19.2594844Z * [new branch] gh/laithsakka/324/orig -> origin/gh/laithsakka/324/orig 2025-12-04T09:49:19.2595058Z * [new branch] gh/laithsakka/325/base -> origin/gh/laithsakka/325/base 2025-12-04T09:49:19.2595265Z * [new branch] gh/laithsakka/325/head -> origin/gh/laithsakka/325/head 2025-12-04T09:49:19.2595562Z * [new branch] gh/laithsakka/325/orig -> origin/gh/laithsakka/325/orig 2025-12-04T09:49:19.2595785Z * [new branch] gh/laithsakka/326/base -> origin/gh/laithsakka/326/base 2025-12-04T09:49:19.2595998Z * [new branch] gh/laithsakka/326/head -> origin/gh/laithsakka/326/head 2025-12-04T09:49:19.2596203Z * [new branch] gh/laithsakka/326/orig -> origin/gh/laithsakka/326/orig 2025-12-04T09:49:19.2596509Z * [new branch] gh/laithsakka/327/base -> origin/gh/laithsakka/327/base 2025-12-04T09:49:19.2596799Z * [new branch] gh/laithsakka/327/head -> origin/gh/laithsakka/327/head 2025-12-04T09:49:19.2597007Z * [new branch] gh/laithsakka/327/orig -> origin/gh/laithsakka/327/orig 2025-12-04T09:49:19.2597220Z * [new branch] gh/laithsakka/328/base -> origin/gh/laithsakka/328/base 2025-12-04T09:49:19.2597432Z * [new branch] gh/laithsakka/328/head -> origin/gh/laithsakka/328/head 2025-12-04T09:49:19.2597638Z * [new branch] gh/laithsakka/328/orig -> origin/gh/laithsakka/328/orig 2025-12-04T09:49:19.2597843Z * [new branch] gh/liangel/4/base -> origin/gh/liangel/4/base 2025-12-04T09:49:19.2598031Z * [new branch] gh/liangel/4/head -> origin/gh/liangel/4/head 2025-12-04T09:49:19.2598221Z * [new branch] gh/liangel/4/orig -> origin/gh/liangel/4/orig 2025-12-04T09:49:19.2598436Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-12-04T09:49:19.2598676Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-12-04T09:49:19.2598853Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-12-04T09:49:19.2599020Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-12-04T09:49:19.2599197Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-12-04T09:49:19.2599359Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-12-04T09:49:19.2599519Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-12-04T09:49:19.2599693Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-12-04T09:49:19.2599857Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-12-04T09:49:19.2600020Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-12-04T09:49:19.2600198Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-12-04T09:49:19.2600391Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-12-04T09:49:19.2600588Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-12-04T09:49:19.2600795Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-12-04T09:49:19.2600984Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-12-04T09:49:19.2601169Z * [new branch] gh/malfet/506/base -> origin/gh/malfet/506/base 2025-12-04T09:49:19.2601367Z * [new branch] gh/malfet/506/head -> origin/gh/malfet/506/head 2025-12-04T09:49:19.2601553Z * [new branch] gh/malfet/506/orig -> origin/gh/malfet/506/orig 2025-12-04T09:49:19.2601791Z * [new branch] gh/malfet/517/base -> origin/gh/malfet/517/base 2025-12-04T09:49:19.2602104Z * [new branch] gh/malfet/517/head -> origin/gh/malfet/517/head 2025-12-04T09:49:19.2602303Z * [new branch] gh/malfet/528/base -> origin/gh/malfet/528/base 2025-12-04T09:49:19.2602488Z * [new branch] gh/malfet/528/head -> origin/gh/malfet/528/head 2025-12-04T09:49:19.2602761Z * [new branch] gh/malfet/528/orig -> origin/gh/malfet/528/orig 2025-12-04T09:49:19.2602969Z * [new branch] gh/malfet/537/base -> origin/gh/malfet/537/base 2025-12-04T09:49:19.2603157Z * [new branch] gh/malfet/537/head -> origin/gh/malfet/537/head 2025-12-04T09:49:19.2603345Z * [new branch] gh/malfet/537/orig -> origin/gh/malfet/537/orig 2025-12-04T09:49:19.2603551Z * [new branch] gh/malfet/546/base -> origin/gh/malfet/546/base 2025-12-04T09:49:19.2603744Z * [new branch] gh/malfet/546/head -> origin/gh/malfet/546/head 2025-12-04T09:49:19.2604000Z * [new branch] gh/malfet/546/orig -> origin/gh/malfet/546/orig 2025-12-04T09:49:19.2604206Z * [new branch] gh/malfet/565/base -> origin/gh/malfet/565/base 2025-12-04T09:49:19.2604394Z * [new branch] gh/malfet/565/head -> origin/gh/malfet/565/head 2025-12-04T09:49:19.2604585Z * [new branch] gh/malfet/565/orig -> origin/gh/malfet/565/orig 2025-12-04T09:49:19.2604778Z * [new branch] gh/malfet/575/base -> origin/gh/malfet/575/base 2025-12-04T09:49:19.2604963Z * [new branch] gh/malfet/575/head -> origin/gh/malfet/575/head 2025-12-04T09:49:19.2605148Z * [new branch] gh/malfet/575/orig -> origin/gh/malfet/575/orig 2025-12-04T09:49:19.2605342Z * [new branch] gh/malfet/580/base -> origin/gh/malfet/580/base 2025-12-04T09:49:19.2605540Z * [new branch] gh/malfet/580/head -> origin/gh/malfet/580/head 2025-12-04T09:49:19.2605729Z * [new branch] gh/malfet/580/orig -> origin/gh/malfet/580/orig 2025-12-04T09:49:19.2605924Z * [new branch] gh/malfet/581/base -> origin/gh/malfet/581/base 2025-12-04T09:49:19.2606112Z * [new branch] gh/malfet/581/head -> origin/gh/malfet/581/head 2025-12-04T09:49:19.2606298Z * [new branch] gh/malfet/581/orig -> origin/gh/malfet/581/orig 2025-12-04T09:49:19.2606483Z * [new branch] gh/malfet/583/base -> origin/gh/malfet/583/base 2025-12-04T09:49:19.2606682Z * [new branch] gh/malfet/583/head -> origin/gh/malfet/583/head 2025-12-04T09:49:19.2606869Z * [new branch] gh/malfet/583/orig -> origin/gh/malfet/583/orig 2025-12-04T09:49:19.2607054Z * [new branch] gh/malfet/586/base -> origin/gh/malfet/586/base 2025-12-04T09:49:19.2607259Z * [new branch] gh/malfet/586/head -> origin/gh/malfet/586/head 2025-12-04T09:49:19.2607450Z * [new branch] gh/malfet/586/orig -> origin/gh/malfet/586/orig 2025-12-04T09:49:19.2607637Z * [new branch] gh/malfet/587/base -> origin/gh/malfet/587/base 2025-12-04T09:49:19.2607845Z * [new branch] gh/malfet/587/head -> origin/gh/malfet/587/head 2025-12-04T09:49:19.2608030Z * [new branch] gh/malfet/587/orig -> origin/gh/malfet/587/orig 2025-12-04T09:49:19.2608315Z * [new branch] gh/malfet/588/base -> origin/gh/malfet/588/base 2025-12-04T09:49:19.2608523Z * [new branch] gh/malfet/588/head -> origin/gh/malfet/588/head 2025-12-04T09:49:19.2608709Z * [new branch] gh/malfet/588/orig -> origin/gh/malfet/588/orig 2025-12-04T09:49:19.2608898Z * [new branch] gh/malfet/589/base -> origin/gh/malfet/589/base 2025-12-04T09:49:19.2609264Z * [new branch] gh/malfet/589/head -> origin/gh/malfet/589/head 2025-12-04T09:49:19.2609458Z * [new branch] gh/malfet/589/orig -> origin/gh/malfet/589/orig 2025-12-04T09:49:19.2609644Z * [new branch] gh/malfet/590/base -> origin/gh/malfet/590/base 2025-12-04T09:49:19.2609846Z * [new branch] gh/malfet/590/head -> origin/gh/malfet/590/head 2025-12-04T09:49:19.2610036Z * [new branch] gh/malfet/590/orig -> origin/gh/malfet/590/orig 2025-12-04T09:49:19.2610222Z * [new branch] gh/malfet/591/base -> origin/gh/malfet/591/base 2025-12-04T09:49:19.2610419Z * [new branch] gh/malfet/591/head -> origin/gh/malfet/591/head 2025-12-04T09:49:19.2610611Z * [new branch] gh/malfet/591/orig -> origin/gh/malfet/591/orig 2025-12-04T09:49:19.2610801Z * [new branch] gh/malfet/592/base -> origin/gh/malfet/592/base 2025-12-04T09:49:19.2611060Z * [new branch] gh/malfet/592/head -> origin/gh/malfet/592/head 2025-12-04T09:49:19.2611259Z * [new branch] gh/malfet/592/orig -> origin/gh/malfet/592/orig 2025-12-04T09:49:19.2611445Z * [new branch] gh/malfet/593/base -> origin/gh/malfet/593/base 2025-12-04T09:49:19.2611635Z * [new branch] gh/malfet/593/head -> origin/gh/malfet/593/head 2025-12-04T09:49:19.2611826Z * [new branch] gh/malfet/593/orig -> origin/gh/malfet/593/orig 2025-12-04T09:49:19.2612011Z * [new branch] gh/malfet/594/base -> origin/gh/malfet/594/base 2025-12-04T09:49:19.2612195Z * [new branch] gh/malfet/594/head -> origin/gh/malfet/594/head 2025-12-04T09:49:19.2612390Z * [new branch] gh/malfet/594/orig -> origin/gh/malfet/594/orig 2025-12-04T09:49:19.2612581Z * [new branch] gh/malfet/595/base -> origin/gh/malfet/595/base 2025-12-04T09:49:19.2612773Z * [new branch] gh/malfet/595/head -> origin/gh/malfet/595/head 2025-12-04T09:49:19.2612968Z * [new branch] gh/malfet/595/orig -> origin/gh/malfet/595/orig 2025-12-04T09:49:19.2613156Z * [new branch] gh/malfet/596/base -> origin/gh/malfet/596/base 2025-12-04T09:49:19.2613345Z * [new branch] gh/malfet/596/head -> origin/gh/malfet/596/head 2025-12-04T09:49:19.2613539Z * [new branch] gh/malfet/596/orig -> origin/gh/malfet/596/orig 2025-12-04T09:49:19.2613728Z * [new branch] gh/malfet/597/base -> origin/gh/malfet/597/base 2025-12-04T09:49:19.2614094Z * [new branch] gh/malfet/597/head -> origin/gh/malfet/597/head 2025-12-04T09:49:19.2614456Z * [new branch] gh/malfet/597/orig -> origin/gh/malfet/597/orig 2025-12-04T09:49:19.2614901Z * [new branch] gh/malfet/598/base -> origin/gh/malfet/598/base 2025-12-04T09:49:19.2615271Z * [new branch] gh/malfet/598/head -> origin/gh/malfet/598/head 2025-12-04T09:49:19.2615716Z * [new branch] gh/malfet/598/orig -> origin/gh/malfet/598/orig 2025-12-04T09:49:19.2616007Z * [new branch] gh/malfet/599/base -> origin/gh/malfet/599/base 2025-12-04T09:49:19.2616303Z * [new branch] gh/malfet/599/head -> origin/gh/malfet/599/head 2025-12-04T09:49:19.2616595Z * [new branch] gh/malfet/599/orig -> origin/gh/malfet/599/orig 2025-12-04T09:49:19.2616916Z * [new branch] gh/malfet/600/base -> origin/gh/malfet/600/base 2025-12-04T09:49:19.2617257Z * [new branch] gh/malfet/600/head -> origin/gh/malfet/600/head 2025-12-04T09:49:19.2617679Z * [new branch] gh/malfet/600/orig -> origin/gh/malfet/600/orig 2025-12-04T09:49:19.2618186Z * [new branch] gh/malfet/601/base -> origin/gh/malfet/601/base 2025-12-04T09:49:19.2618498Z * [new branch] gh/malfet/601/head -> origin/gh/malfet/601/head 2025-12-04T09:49:19.2618790Z * [new branch] gh/malfet/601/orig -> origin/gh/malfet/601/orig 2025-12-04T09:49:19.2619090Z * [new branch] gh/malfet/602/base -> origin/gh/malfet/602/base 2025-12-04T09:49:19.2619397Z * [new branch] gh/malfet/602/head -> origin/gh/malfet/602/head 2025-12-04T09:49:19.2619684Z * [new branch] gh/malfet/602/orig -> origin/gh/malfet/602/orig 2025-12-04T09:49:19.2619997Z * [new branch] gh/malfet/603/base -> origin/gh/malfet/603/base 2025-12-04T09:49:19.2620321Z * [new branch] gh/malfet/603/head -> origin/gh/malfet/603/head 2025-12-04T09:49:19.2620639Z * [new branch] gh/malfet/603/orig -> origin/gh/malfet/603/orig 2025-12-04T09:49:19.2620963Z * [new branch] gh/malfet/604/base -> origin/gh/malfet/604/base 2025-12-04T09:49:19.2621479Z * [new branch] gh/malfet/604/head -> origin/gh/malfet/604/head 2025-12-04T09:49:19.2622152Z * [new branch] gh/malfet/604/orig -> origin/gh/malfet/604/orig 2025-12-04T09:49:19.2622486Z * [new branch] gh/malfet/605/base -> origin/gh/malfet/605/base 2025-12-04T09:49:19.2622789Z * [new branch] gh/malfet/605/head -> origin/gh/malfet/605/head 2025-12-04T09:49:19.2623122Z * [new branch] gh/malfet/605/orig -> origin/gh/malfet/605/orig 2025-12-04T09:49:19.2623444Z * [new branch] gh/malfet/606/base -> origin/gh/malfet/606/base 2025-12-04T09:49:19.2623722Z * [new branch] gh/malfet/606/head -> origin/gh/malfet/606/head 2025-12-04T09:49:19.2624003Z * [new branch] gh/malfet/606/orig -> origin/gh/malfet/606/orig 2025-12-04T09:49:19.2624295Z * [new branch] gh/malfet/607/base -> origin/gh/malfet/607/base 2025-12-04T09:49:19.2624594Z * [new branch] gh/malfet/607/head -> origin/gh/malfet/607/head 2025-12-04T09:49:19.2624795Z * [new branch] gh/malfet/607/orig -> origin/gh/malfet/607/orig 2025-12-04T09:49:19.2624981Z * [new branch] gh/malfet/608/base -> origin/gh/malfet/608/base 2025-12-04T09:49:19.2625174Z * [new branch] gh/malfet/608/head -> origin/gh/malfet/608/head 2025-12-04T09:49:19.2625509Z * [new branch] gh/malfet/608/orig -> origin/gh/malfet/608/orig 2025-12-04T09:49:19.2625856Z * [new branch] gh/malfet/609/base -> origin/gh/malfet/609/base 2025-12-04T09:49:19.2626210Z * [new branch] gh/malfet/609/head -> origin/gh/malfet/609/head 2025-12-04T09:49:19.2626517Z * [new branch] gh/malfet/609/orig -> origin/gh/malfet/609/orig 2025-12-04T09:49:19.2626878Z * [new branch] gh/malfet/610/base -> origin/gh/malfet/610/base 2025-12-04T09:49:19.2627206Z * [new branch] gh/malfet/610/head -> origin/gh/malfet/610/head 2025-12-04T09:49:19.2627517Z * [new branch] gh/malfet/610/orig -> origin/gh/malfet/610/orig 2025-12-04T09:49:19.2627913Z * [new branch] gh/malfet/611/base -> origin/gh/malfet/611/base 2025-12-04T09:49:19.2628219Z * [new branch] gh/malfet/611/head -> origin/gh/malfet/611/head 2025-12-04T09:49:19.2628588Z * [new branch] gh/malfet/611/orig -> origin/gh/malfet/611/orig 2025-12-04T09:49:19.2628872Z * [new branch] gh/malfet/612/base -> origin/gh/malfet/612/base 2025-12-04T09:49:19.2629537Z * [new branch] gh/malfet/612/head -> origin/gh/malfet/612/head 2025-12-04T09:49:19.2629859Z * [new branch] gh/malfet/612/orig -> origin/gh/malfet/612/orig 2025-12-04T09:49:19.2630246Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-12-04T09:49:19.2630456Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-12-04T09:49:19.2630703Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-12-04T09:49:19.2630936Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-12-04T09:49:19.2631165Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-12-04T09:49:19.2631371Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-12-04T09:49:19.2631576Z * [new branch] gh/masnesral/1/base -> origin/gh/masnesral/1/base 2025-12-04T09:49:19.2631773Z * [new branch] gh/masnesral/1/head -> origin/gh/masnesral/1/head 2025-12-04T09:49:19.2631980Z * [new branch] gh/masnesral/1/orig -> origin/gh/masnesral/1/orig 2025-12-04T09:49:19.2632258Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-12-04T09:49:19.2632456Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-12-04T09:49:19.2632667Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-12-04T09:49:19.2632871Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-12-04T09:49:19.2633068Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-12-04T09:49:19.2633265Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-12-04T09:49:19.2633457Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-12-04T09:49:19.2633648Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-12-04T09:49:19.2633853Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-12-04T09:49:19.2634068Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-12-04T09:49:19.2634377Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-12-04T09:49:19.2634591Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-12-04T09:49:19.2634784Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-12-04T09:49:19.2634979Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-12-04T09:49:19.2635348Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-12-04T09:49:19.2635685Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-12-04T09:49:19.2636216Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-12-04T09:49:19.2636667Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-12-04T09:49:19.2637158Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-12-04T09:49:19.2637623Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-12-04T09:49:19.2638083Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-12-04T09:49:19.2638583Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-12-04T09:49:19.2639041Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-12-04T09:49:19.2639484Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-12-04T09:49:19.2639817Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-12-04T09:49:19.2640176Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-12-04T09:49:19.2640520Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-12-04T09:49:19.2640782Z * [new branch] gh/mikaylagawarecki/341/base -> origin/gh/mikaylagawarecki/341/base 2025-12-04T09:49:19.2641037Z * [new branch] gh/mikaylagawarecki/341/head -> origin/gh/mikaylagawarecki/341/head 2025-12-04T09:49:19.2641379Z * [new branch] gh/mikaylagawarecki/341/orig -> origin/gh/mikaylagawarecki/341/orig 2025-12-04T09:49:19.2641643Z * [new branch] gh/mikaylagawarecki/342/base -> origin/gh/mikaylagawarecki/342/base 2025-12-04T09:49:19.2641890Z * [new branch] gh/mikaylagawarecki/342/head -> origin/gh/mikaylagawarecki/342/head 2025-12-04T09:49:19.2642140Z * [new branch] gh/mikaylagawarecki/342/orig -> origin/gh/mikaylagawarecki/342/orig 2025-12-04T09:49:19.2642476Z * [new branch] gh/mikaylagawarecki/345/base -> origin/gh/mikaylagawarecki/345/base 2025-12-04T09:49:19.2642730Z * [new branch] gh/mikaylagawarecki/345/head -> origin/gh/mikaylagawarecki/345/head 2025-12-04T09:49:19.2642980Z * [new branch] gh/mikaylagawarecki/345/orig -> origin/gh/mikaylagawarecki/345/orig 2025-12-04T09:49:19.2643243Z * [new branch] gh/mikaylagawarecki/346/base -> origin/gh/mikaylagawarecki/346/base 2025-12-04T09:49:19.2643500Z * [new branch] gh/mikaylagawarecki/346/head -> origin/gh/mikaylagawarecki/346/head 2025-12-04T09:49:19.2643753Z * [new branch] gh/mikaylagawarecki/346/orig -> origin/gh/mikaylagawarecki/346/orig 2025-12-04T09:49:19.2644022Z * [new branch] gh/mikaylagawarecki/347/base -> origin/gh/mikaylagawarecki/347/base 2025-12-04T09:49:19.2644276Z * [new branch] gh/mikaylagawarecki/347/head -> origin/gh/mikaylagawarecki/347/head 2025-12-04T09:49:19.2644540Z * [new branch] gh/mikaylagawarecki/347/orig -> origin/gh/mikaylagawarecki/347/orig 2025-12-04T09:49:19.2644804Z * [new branch] gh/mikaylagawarecki/350/base -> origin/gh/mikaylagawarecki/350/base 2025-12-04T09:49:19.2645058Z * [new branch] gh/mikaylagawarecki/350/head -> origin/gh/mikaylagawarecki/350/head 2025-12-04T09:49:19.2645305Z * [new branch] gh/mikaylagawarecki/350/orig -> origin/gh/mikaylagawarecki/350/orig 2025-12-04T09:49:19.2645572Z * [new branch] gh/mikaylagawarecki/351/base -> origin/gh/mikaylagawarecki/351/base 2025-12-04T09:49:19.2645818Z * [new branch] gh/mikaylagawarecki/351/head -> origin/gh/mikaylagawarecki/351/head 2025-12-04T09:49:19.2646069Z * [new branch] gh/mikaylagawarecki/351/orig -> origin/gh/mikaylagawarecki/351/orig 2025-12-04T09:49:19.2646319Z * [new branch] gh/mikaylagawarecki/352/base -> origin/gh/mikaylagawarecki/352/base 2025-12-04T09:49:19.2646582Z * [new branch] gh/mikaylagawarecki/352/head -> origin/gh/mikaylagawarecki/352/head 2025-12-04T09:49:19.2646924Z * [new branch] gh/mikaylagawarecki/352/orig -> origin/gh/mikaylagawarecki/352/orig 2025-12-04T09:49:19.2647174Z * [new branch] gh/mikaylagawarecki/353/base -> origin/gh/mikaylagawarecki/353/base 2025-12-04T09:49:19.2647438Z * [new branch] gh/mikaylagawarecki/353/head -> origin/gh/mikaylagawarecki/353/head 2025-12-04T09:49:19.2647782Z * [new branch] gh/mikaylagawarecki/353/orig -> origin/gh/mikaylagawarecki/353/orig 2025-12-04T09:49:19.2648032Z * [new branch] gh/mikaylagawarecki/354/base -> origin/gh/mikaylagawarecki/354/base 2025-12-04T09:49:19.2648290Z * [new branch] gh/mikaylagawarecki/354/head -> origin/gh/mikaylagawarecki/354/head 2025-12-04T09:49:19.2648540Z * [new branch] gh/mikaylagawarecki/354/orig -> origin/gh/mikaylagawarecki/354/orig 2025-12-04T09:49:19.2648875Z * [new branch] gh/mikaylagawarecki/356/base -> origin/gh/mikaylagawarecki/356/base 2025-12-04T09:49:19.2649130Z * [new branch] gh/mikaylagawarecki/356/head -> origin/gh/mikaylagawarecki/356/head 2025-12-04T09:49:19.2649384Z * [new branch] gh/mikaylagawarecki/356/orig -> origin/gh/mikaylagawarecki/356/orig 2025-12-04T09:49:19.2649634Z * [new branch] gh/mikaylagawarecki/357/base -> origin/gh/mikaylagawarecki/357/base 2025-12-04T09:49:19.2649893Z * [new branch] gh/mikaylagawarecki/357/head -> origin/gh/mikaylagawarecki/357/head 2025-12-04T09:49:19.2650145Z * [new branch] gh/mikaylagawarecki/357/orig -> origin/gh/mikaylagawarecki/357/orig 2025-12-04T09:49:19.2650396Z * [new branch] gh/mikaylagawarecki/359/base -> origin/gh/mikaylagawarecki/359/base 2025-12-04T09:49:19.2650657Z * [new branch] gh/mikaylagawarecki/359/head -> origin/gh/mikaylagawarecki/359/head 2025-12-04T09:49:19.2650981Z * [new branch] gh/mikaylagawarecki/359/orig -> origin/gh/mikaylagawarecki/359/orig 2025-12-04T09:49:19.2651229Z * [new branch] gh/mikaylagawarecki/360/base -> origin/gh/mikaylagawarecki/360/base 2025-12-04T09:49:19.2651497Z * [new branch] gh/mikaylagawarecki/360/head -> origin/gh/mikaylagawarecki/360/head 2025-12-04T09:49:19.2651748Z * [new branch] gh/mikaylagawarecki/360/orig -> origin/gh/mikaylagawarecki/360/orig 2025-12-04T09:49:19.2652007Z * [new branch] gh/mikaylagawarecki/361/base -> origin/gh/mikaylagawarecki/361/base 2025-12-04T09:49:19.2652272Z * [new branch] gh/mikaylagawarecki/361/head -> origin/gh/mikaylagawarecki/361/head 2025-12-04T09:49:19.2652524Z * [new branch] gh/mikaylagawarecki/361/orig -> origin/gh/mikaylagawarecki/361/orig 2025-12-04T09:49:19.2652776Z * [new branch] gh/mikaylagawarecki/362/base -> origin/gh/mikaylagawarecki/362/base 2025-12-04T09:49:19.2653144Z * [new branch] gh/mikaylagawarecki/362/head -> origin/gh/mikaylagawarecki/362/head 2025-12-04T09:49:19.2653397Z * [new branch] gh/mikaylagawarecki/362/orig -> origin/gh/mikaylagawarecki/362/orig 2025-12-04T09:49:19.2653648Z * [new branch] gh/mikaylagawarecki/363/base -> origin/gh/mikaylagawarecki/363/base 2025-12-04T09:49:19.2653905Z * [new branch] gh/mikaylagawarecki/363/head -> origin/gh/mikaylagawarecki/363/head 2025-12-04T09:49:19.2654256Z * [new branch] gh/mikaylagawarecki/363/orig -> origin/gh/mikaylagawarecki/363/orig 2025-12-04T09:49:19.2654506Z * [new branch] gh/mikaylagawarecki/364/base -> origin/gh/mikaylagawarecki/364/base 2025-12-04T09:49:19.2654759Z * [new branch] gh/mikaylagawarecki/364/head -> origin/gh/mikaylagawarecki/364/head 2025-12-04T09:49:19.2655025Z * [new branch] gh/mikaylagawarecki/364/orig -> origin/gh/mikaylagawarecki/364/orig 2025-12-04T09:49:19.2655280Z * [new branch] gh/mikaylagawarecki/365/base -> origin/gh/mikaylagawarecki/365/base 2025-12-04T09:49:19.2655539Z * [new branch] gh/mikaylagawarecki/365/head -> origin/gh/mikaylagawarecki/365/head 2025-12-04T09:49:19.2655802Z * [new branch] gh/mikaylagawarecki/365/orig -> origin/gh/mikaylagawarecki/365/orig 2025-12-04T09:49:19.2656052Z * [new branch] gh/mikaylagawarecki/366/base -> origin/gh/mikaylagawarecki/366/base 2025-12-04T09:49:19.2656302Z * [new branch] gh/mikaylagawarecki/366/head -> origin/gh/mikaylagawarecki/366/head 2025-12-04T09:49:19.2656567Z * [new branch] gh/mikaylagawarecki/366/orig -> origin/gh/mikaylagawarecki/366/orig 2025-12-04T09:49:19.2656818Z * [new branch] gh/mikaylagawarecki/367/base -> origin/gh/mikaylagawarecki/367/base 2025-12-04T09:49:19.2657068Z * [new branch] gh/mikaylagawarecki/367/head -> origin/gh/mikaylagawarecki/367/head 2025-12-04T09:49:19.2658109Z * [new branch] gh/mikaylagawarecki/367/orig -> origin/gh/mikaylagawarecki/367/orig 2025-12-04T09:49:19.2658369Z * [new branch] gh/mikaylagawarecki/368/base -> origin/gh/mikaylagawarecki/368/base 2025-12-04T09:49:19.2658625Z * [new branch] gh/mikaylagawarecki/368/head -> origin/gh/mikaylagawarecki/368/head 2025-12-04T09:49:19.2658889Z * [new branch] gh/mikaylagawarecki/368/orig -> origin/gh/mikaylagawarecki/368/orig 2025-12-04T09:49:19.2659139Z * [new branch] gh/mikaylagawarecki/369/base -> origin/gh/mikaylagawarecki/369/base 2025-12-04T09:49:19.2659492Z * [new branch] gh/mikaylagawarecki/369/head -> origin/gh/mikaylagawarecki/369/head 2025-12-04T09:49:19.2659752Z * [new branch] gh/mikaylagawarecki/369/orig -> origin/gh/mikaylagawarecki/369/orig 2025-12-04T09:49:19.2660011Z * [new branch] gh/mikaylagawarecki/370/base -> origin/gh/mikaylagawarecki/370/base 2025-12-04T09:49:19.2660353Z * [new branch] gh/mikaylagawarecki/370/head -> origin/gh/mikaylagawarecki/370/head 2025-12-04T09:49:19.2660697Z * [new branch] gh/mikaylagawarecki/370/orig -> origin/gh/mikaylagawarecki/370/orig 2025-12-04T09:49:19.2661049Z * [new branch] gh/mikaylagawarecki/371/base -> origin/gh/mikaylagawarecki/371/base 2025-12-04T09:49:19.2661303Z * [new branch] gh/mikaylagawarecki/371/head -> origin/gh/mikaylagawarecki/371/head 2025-12-04T09:49:19.2661572Z * [new branch] gh/mikaylagawarecki/371/orig -> origin/gh/mikaylagawarecki/371/orig 2025-12-04T09:49:19.2661913Z * [new branch] gh/mikaylagawarecki/372/base -> origin/gh/mikaylagawarecki/372/base 2025-12-04T09:49:19.2662165Z * [new branch] gh/mikaylagawarecki/372/head -> origin/gh/mikaylagawarecki/372/head 2025-12-04T09:49:19.2662497Z * [new branch] gh/mikaylagawarecki/372/orig -> origin/gh/mikaylagawarecki/372/orig 2025-12-04T09:49:19.2662765Z * [new branch] gh/mikaylagawarecki/373/base -> origin/gh/mikaylagawarecki/373/base 2025-12-04T09:49:19.2663019Z * [new branch] gh/mikaylagawarecki/373/head -> origin/gh/mikaylagawarecki/373/head 2025-12-04T09:49:19.2663357Z * [new branch] gh/mikaylagawarecki/373/orig -> origin/gh/mikaylagawarecki/373/orig 2025-12-04T09:49:19.2663618Z * [new branch] gh/mikaylagawarecki/374/base -> origin/gh/mikaylagawarecki/374/base 2025-12-04T09:49:19.2663916Z * [new branch] gh/mikaylagawarecki/374/head -> origin/gh/mikaylagawarecki/374/head 2025-12-04T09:49:19.2664201Z * [new branch] gh/mikaylagawarecki/374/orig -> origin/gh/mikaylagawarecki/374/orig 2025-12-04T09:49:19.2664462Z * [new branch] gh/mikaylagawarecki/375/base -> origin/gh/mikaylagawarecki/375/base 2025-12-04T09:49:19.2664712Z * [new branch] gh/mikaylagawarecki/375/head -> origin/gh/mikaylagawarecki/375/head 2025-12-04T09:49:19.2664969Z * [new branch] gh/mikaylagawarecki/375/orig -> origin/gh/mikaylagawarecki/375/orig 2025-12-04T09:49:19.2665238Z * [new branch] gh/mikaylagawarecki/376/base -> origin/gh/mikaylagawarecki/376/base 2025-12-04T09:49:19.2665490Z * [new branch] gh/mikaylagawarecki/376/head -> origin/gh/mikaylagawarecki/376/head 2025-12-04T09:49:19.2665746Z * [new branch] gh/mikaylagawarecki/376/orig -> origin/gh/mikaylagawarecki/376/orig 2025-12-04T09:49:19.2666010Z * [new branch] gh/mikaylagawarecki/377/base -> origin/gh/mikaylagawarecki/377/base 2025-12-04T09:49:19.2666258Z * [new branch] gh/mikaylagawarecki/377/head -> origin/gh/mikaylagawarecki/377/head 2025-12-04T09:49:19.2666508Z * [new branch] gh/mikaylagawarecki/377/orig -> origin/gh/mikaylagawarecki/377/orig 2025-12-04T09:49:19.2666770Z * [new branch] gh/mikaylagawarecki/378/base -> origin/gh/mikaylagawarecki/378/base 2025-12-04T09:49:19.2667098Z * [new branch] gh/mikaylagawarecki/378/head -> origin/gh/mikaylagawarecki/378/head 2025-12-04T09:49:19.2667352Z * [new branch] gh/mikaylagawarecki/378/orig -> origin/gh/mikaylagawarecki/378/orig 2025-12-04T09:49:19.2667611Z * [new branch] gh/mikaylagawarecki/379/base -> origin/gh/mikaylagawarecki/379/base 2025-12-04T09:49:19.2667858Z * [new branch] gh/mikaylagawarecki/379/head -> origin/gh/mikaylagawarecki/379/head 2025-12-04T09:49:19.2668102Z * [new branch] gh/mikaylagawarecki/379/orig -> origin/gh/mikaylagawarecki/379/orig 2025-12-04T09:49:19.2668360Z * [new branch] gh/mikaylagawarecki/380/base -> origin/gh/mikaylagawarecki/380/base 2025-12-04T09:49:19.2668615Z * [new branch] gh/mikaylagawarecki/380/head -> origin/gh/mikaylagawarecki/380/head 2025-12-04T09:49:19.2668867Z * [new branch] gh/mikaylagawarecki/380/orig -> origin/gh/mikaylagawarecki/380/orig 2025-12-04T09:49:19.2669131Z * [new branch] gh/mikaylagawarecki/381/base -> origin/gh/mikaylagawarecki/381/base 2025-12-04T09:49:19.2669916Z * [new branch] gh/mikaylagawarecki/381/head -> origin/gh/mikaylagawarecki/381/head 2025-12-04T09:49:19.2670274Z * [new branch] gh/mikaylagawarecki/381/orig -> origin/gh/mikaylagawarecki/381/orig 2025-12-04T09:49:19.2670535Z * [new branch] gh/mikaylagawarecki/382/base -> origin/gh/mikaylagawarecki/382/base 2025-12-04T09:49:19.2670867Z * [new branch] gh/mikaylagawarecki/382/head -> origin/gh/mikaylagawarecki/382/head 2025-12-04T09:49:19.2671124Z * [new branch] gh/mikaylagawarecki/382/orig -> origin/gh/mikaylagawarecki/382/orig 2025-12-04T09:49:19.2671373Z * [new branch] gh/mikaylagawarecki/383/base -> origin/gh/mikaylagawarecki/383/base 2025-12-04T09:49:19.2671731Z * [new branch] gh/mikaylagawarecki/383/head -> origin/gh/mikaylagawarecki/383/head 2025-12-04T09:49:19.2671996Z * [new branch] gh/mikaylagawarecki/383/orig -> origin/gh/mikaylagawarecki/383/orig 2025-12-04T09:49:19.2672250Z * [new branch] gh/mikaylagawarecki/384/base -> origin/gh/mikaylagawarecki/384/base 2025-12-04T09:49:19.2672605Z * [new branch] gh/mikaylagawarecki/384/head -> origin/gh/mikaylagawarecki/384/head 2025-12-04T09:49:19.2672858Z * [new branch] gh/mikaylagawarecki/384/orig -> origin/gh/mikaylagawarecki/384/orig 2025-12-04T09:49:19.2673195Z * [new branch] gh/mikaylagawarecki/385/base -> origin/gh/mikaylagawarecki/385/base 2025-12-04T09:49:19.2673458Z * [new branch] gh/mikaylagawarecki/385/head -> origin/gh/mikaylagawarecki/385/head 2025-12-04T09:49:19.2673705Z * [new branch] gh/mikaylagawarecki/385/orig -> origin/gh/mikaylagawarecki/385/orig 2025-12-04T09:49:19.2674043Z * [new branch] gh/mikaylagawarecki/386/base -> origin/gh/mikaylagawarecki/386/base 2025-12-04T09:49:19.2674301Z * [new branch] gh/mikaylagawarecki/386/head -> origin/gh/mikaylagawarecki/386/head 2025-12-04T09:49:19.2674647Z * [new branch] gh/mikaylagawarecki/386/orig -> origin/gh/mikaylagawarecki/386/orig 2025-12-04T09:49:19.2674901Z * [new branch] gh/mikaylagawarecki/387/base -> origin/gh/mikaylagawarecki/387/base 2025-12-04T09:49:19.2675162Z * [new branch] gh/mikaylagawarecki/387/head -> origin/gh/mikaylagawarecki/387/head 2025-12-04T09:49:19.2675507Z * [new branch] gh/mikaylagawarecki/387/orig -> origin/gh/mikaylagawarecki/387/orig 2025-12-04T09:49:19.2675754Z * [new branch] gh/mikaylagawarecki/388/base -> origin/gh/mikaylagawarecki/388/base 2025-12-04T09:49:19.2676098Z * [new branch] gh/mikaylagawarecki/388/head -> origin/gh/mikaylagawarecki/388/head 2025-12-04T09:49:19.2676349Z * [new branch] gh/mikaylagawarecki/388/orig -> origin/gh/mikaylagawarecki/388/orig 2025-12-04T09:49:19.2676596Z * [new branch] gh/mikaylagawarecki/389/base -> origin/gh/mikaylagawarecki/389/base 2025-12-04T09:49:19.2677043Z * [new branch] gh/mikaylagawarecki/389/head -> origin/gh/mikaylagawarecki/389/head 2025-12-04T09:49:19.2677296Z * [new branch] gh/mikaylagawarecki/389/orig -> origin/gh/mikaylagawarecki/389/orig 2025-12-04T09:49:19.2677636Z * [new branch] gh/mikaylagawarecki/390/base -> origin/gh/mikaylagawarecki/390/base 2025-12-04T09:49:19.2677895Z * [new branch] gh/mikaylagawarecki/390/head -> origin/gh/mikaylagawarecki/390/head 2025-12-04T09:49:19.2678144Z * [new branch] gh/mikaylagawarecki/390/orig -> origin/gh/mikaylagawarecki/390/orig 2025-12-04T09:49:19.2678490Z * [new branch] gh/mikaylagawarecki/391/base -> origin/gh/mikaylagawarecki/391/base 2025-12-04T09:49:19.2678746Z * [new branch] gh/mikaylagawarecki/391/head -> origin/gh/mikaylagawarecki/391/head 2025-12-04T09:49:19.2679077Z * [new branch] gh/mikaylagawarecki/391/orig -> origin/gh/mikaylagawarecki/391/orig 2025-12-04T09:49:19.2679408Z * [new branch] gh/mikaylagawarecki/392/base -> origin/gh/mikaylagawarecki/392/base 2025-12-04T09:49:19.2679656Z * [new branch] gh/mikaylagawarecki/392/head -> origin/gh/mikaylagawarecki/392/head 2025-12-04T09:49:19.2680008Z * [new branch] gh/mikaylagawarecki/392/orig -> origin/gh/mikaylagawarecki/392/orig 2025-12-04T09:49:19.2680205Z * [new branch] gh/mlazos/41/base -> origin/gh/mlazos/41/base 2025-12-04T09:49:19.2680396Z * [new branch] gh/mlazos/41/head -> origin/gh/mlazos/41/head 2025-12-04T09:49:19.2680675Z * [new branch] gh/mlazos/41/orig -> origin/gh/mlazos/41/orig 2025-12-04T09:49:19.2680867Z * [new branch] gh/mlazos/42/base -> origin/gh/mlazos/42/base 2025-12-04T09:49:19.2681050Z * [new branch] gh/mlazos/42/head -> origin/gh/mlazos/42/head 2025-12-04T09:49:19.2681331Z * [new branch] gh/mlazos/42/orig -> origin/gh/mlazos/42/orig 2025-12-04T09:49:19.2681522Z * [new branch] gh/mlazos/43/base -> origin/gh/mlazos/43/base 2025-12-04T09:49:19.2681715Z * [new branch] gh/mlazos/43/head -> origin/gh/mlazos/43/head 2025-12-04T09:49:19.2681907Z * [new branch] gh/mlazos/43/orig -> origin/gh/mlazos/43/orig 2025-12-04T09:49:19.2682182Z * [new branch] gh/mlazos/44/base -> origin/gh/mlazos/44/base 2025-12-04T09:49:19.2682367Z * [new branch] gh/mlazos/44/head -> origin/gh/mlazos/44/head 2025-12-04T09:49:19.2682554Z * [new branch] gh/mlazos/44/orig -> origin/gh/mlazos/44/orig 2025-12-04T09:49:19.2682876Z * [new branch] gh/mlazos/47/base -> origin/gh/mlazos/47/base 2025-12-04T09:49:19.2683140Z * [new branch] gh/mlazos/47/head -> origin/gh/mlazos/47/head 2025-12-04T09:49:19.2683524Z * [new branch] gh/mlazos/47/orig -> origin/gh/mlazos/47/orig 2025-12-04T09:49:19.2683716Z * [new branch] gh/mlazos/48/base -> origin/gh/mlazos/48/base 2025-12-04T09:49:19.2683907Z * [new branch] gh/mlazos/48/head -> origin/gh/mlazos/48/head 2025-12-04T09:49:19.2684191Z * [new branch] gh/mlazos/48/orig -> origin/gh/mlazos/48/orig 2025-12-04T09:49:19.2684378Z * [new branch] gh/mlazos/49/base -> origin/gh/mlazos/49/base 2025-12-04T09:49:19.2684563Z * [new branch] gh/mlazos/49/head -> origin/gh/mlazos/49/head 2025-12-04T09:49:19.2684747Z * [new branch] gh/mlazos/49/orig -> origin/gh/mlazos/49/orig 2025-12-04T09:49:19.2685029Z * [new branch] gh/mlazos/50/base -> origin/gh/mlazos/50/base 2025-12-04T09:49:19.2685214Z * [new branch] gh/mlazos/50/head -> origin/gh/mlazos/50/head 2025-12-04T09:49:19.2685478Z * [new branch] gh/mlazos/50/orig -> origin/gh/mlazos/50/orig 2025-12-04T09:49:19.2685772Z * [new branch] gh/mlazos/51/base -> origin/gh/mlazos/51/base 2025-12-04T09:49:19.2685963Z * [new branch] gh/mlazos/51/head -> origin/gh/mlazos/51/head 2025-12-04T09:49:19.2686144Z * [new branch] gh/mlazos/51/orig -> origin/gh/mlazos/51/orig 2025-12-04T09:49:19.2686427Z * [new branch] gh/mlazos/52/base -> origin/gh/mlazos/52/base 2025-12-04T09:49:19.2686618Z * [new branch] gh/mlazos/52/head -> origin/gh/mlazos/52/head 2025-12-04T09:49:19.2686802Z * [new branch] gh/mlazos/52/orig -> origin/gh/mlazos/52/orig 2025-12-04T09:49:19.2686991Z * [new branch] gh/mlazos/53/base -> origin/gh/mlazos/53/base 2025-12-04T09:49:19.2687262Z * [new branch] gh/mlazos/53/head -> origin/gh/mlazos/53/head 2025-12-04T09:49:19.2687449Z * [new branch] gh/mlazos/53/orig -> origin/gh/mlazos/53/orig 2025-12-04T09:49:19.2687717Z * [new branch] gh/mlazos/54/base -> origin/gh/mlazos/54/base 2025-12-04T09:49:19.2688000Z * [new branch] gh/mlazos/54/head -> origin/gh/mlazos/54/head 2025-12-04T09:49:19.2688184Z * [new branch] gh/mlazos/54/orig -> origin/gh/mlazos/54/orig 2025-12-04T09:49:19.2688376Z * [new branch] gh/mlazos/55/base -> origin/gh/mlazos/55/base 2025-12-04T09:49:19.2688646Z * [new branch] gh/mlazos/55/head -> origin/gh/mlazos/55/head 2025-12-04T09:49:19.2688831Z * [new branch] gh/mlazos/55/orig -> origin/gh/mlazos/55/orig 2025-12-04T09:49:19.2689010Z * [new branch] gh/mlazos/56/base -> origin/gh/mlazos/56/base 2025-12-04T09:49:19.2689204Z * [new branch] gh/mlazos/56/head -> origin/gh/mlazos/56/head 2025-12-04T09:49:19.2689480Z * [new branch] gh/mlazos/56/orig -> origin/gh/mlazos/56/orig 2025-12-04T09:49:19.2689673Z * [new branch] gh/mlazos/57/base -> origin/gh/mlazos/57/base 2025-12-04T09:49:19.2689860Z * [new branch] gh/mlazos/57/head -> origin/gh/mlazos/57/head 2025-12-04T09:49:19.2690132Z * [new branch] gh/mlazos/57/orig -> origin/gh/mlazos/57/orig 2025-12-04T09:49:19.2690318Z * [new branch] gh/mlazos/58/base -> origin/gh/mlazos/58/base 2025-12-04T09:49:19.2690508Z * [new branch] gh/mlazos/58/head -> origin/gh/mlazos/58/head 2025-12-04T09:49:19.2690694Z * [new branch] gh/mlazos/58/orig -> origin/gh/mlazos/58/orig 2025-12-04T09:49:19.2690961Z * [new branch] gh/mlazos/59/base -> origin/gh/mlazos/59/base 2025-12-04T09:49:19.2691151Z * [new branch] gh/mlazos/59/head -> origin/gh/mlazos/59/head 2025-12-04T09:49:19.2691345Z * [new branch] gh/mlazos/59/orig -> origin/gh/mlazos/59/orig 2025-12-04T09:49:19.2691614Z * [new branch] gh/mlazos/60/base -> origin/gh/mlazos/60/base 2025-12-04T09:49:19.2691807Z * [new branch] gh/mlazos/60/head -> origin/gh/mlazos/60/head 2025-12-04T09:49:19.2691994Z * [new branch] gh/mlazos/60/orig -> origin/gh/mlazos/60/orig 2025-12-04T09:49:19.2692254Z * [new branch] gh/mlazos/61/base -> origin/gh/mlazos/61/base 2025-12-04T09:49:19.2692448Z * [new branch] gh/mlazos/61/head -> origin/gh/mlazos/61/head 2025-12-04T09:49:19.2692631Z * [new branch] gh/mlazos/61/orig -> origin/gh/mlazos/61/orig 2025-12-04T09:49:19.2692812Z * [new branch] gh/mlazos/62/base -> origin/gh/mlazos/62/base 2025-12-04T09:49:19.2693087Z * [new branch] gh/mlazos/62/head -> origin/gh/mlazos/62/head 2025-12-04T09:49:19.2693369Z * [new branch] gh/mlazos/62/orig -> origin/gh/mlazos/62/orig 2025-12-04T09:49:19.2693558Z * [new branch] gh/mlazos/63/base -> origin/gh/mlazos/63/base 2025-12-04T09:49:19.2693837Z * [new branch] gh/mlazos/63/head -> origin/gh/mlazos/63/head 2025-12-04T09:49:19.2694031Z * [new branch] gh/mlazos/63/orig -> origin/gh/mlazos/63/orig 2025-12-04T09:49:19.2694216Z * [new branch] gh/mlazos/64/base -> origin/gh/mlazos/64/base 2025-12-04T09:49:19.2694488Z * [new branch] gh/mlazos/64/head -> origin/gh/mlazos/64/head 2025-12-04T09:49:19.2694690Z * [new branch] gh/mlazos/64/orig -> origin/gh/mlazos/64/orig 2025-12-04T09:49:19.2694870Z * [new branch] gh/mlazos/65/base -> origin/gh/mlazos/65/base 2025-12-04T09:49:19.2695112Z * [new branch] gh/mlazos/65/head -> origin/gh/mlazos/65/head 2025-12-04T09:49:19.2695499Z * [new branch] gh/mlazos/65/orig -> origin/gh/mlazos/65/orig 2025-12-04T09:49:19.2695683Z * [new branch] gh/mlazos/66/base -> origin/gh/mlazos/66/base 2025-12-04T09:49:19.2695864Z * [new branch] gh/mlazos/66/head -> origin/gh/mlazos/66/head 2025-12-04T09:49:19.2696138Z * [new branch] gh/mlazos/66/orig -> origin/gh/mlazos/66/orig 2025-12-04T09:49:19.2696326Z * [new branch] gh/mlazos/67/base -> origin/gh/mlazos/67/base 2025-12-04T09:49:19.2696512Z * [new branch] gh/mlazos/67/head -> origin/gh/mlazos/67/head 2025-12-04T09:49:19.2696708Z * [new branch] gh/mlazos/67/orig -> origin/gh/mlazos/67/orig 2025-12-04T09:49:19.2696981Z * [new branch] gh/mlazos/68/base -> origin/gh/mlazos/68/base 2025-12-04T09:49:19.2697169Z * [new branch] gh/mlazos/68/head -> origin/gh/mlazos/68/head 2025-12-04T09:49:19.2697353Z * [new branch] gh/mlazos/68/orig -> origin/gh/mlazos/68/orig 2025-12-04T09:49:19.2697709Z * [new branch] gh/mlazos/69/base -> origin/gh/mlazos/69/base 2025-12-04T09:49:19.2697894Z * [new branch] gh/mlazos/69/head -> origin/gh/mlazos/69/head 2025-12-04T09:49:19.2698077Z * [new branch] gh/mlazos/69/orig -> origin/gh/mlazos/69/orig 2025-12-04T09:49:19.2698273Z * [new branch] gh/mlazos/70/base -> origin/gh/mlazos/70/base 2025-12-04T09:49:19.2698552Z * [new branch] gh/mlazos/70/head -> origin/gh/mlazos/70/head 2025-12-04T09:49:19.2698740Z * [new branch] gh/mlazos/70/orig -> origin/gh/mlazos/70/orig 2025-12-04T09:49:19.2698935Z * [new branch] gh/mlazos/71/base -> origin/gh/mlazos/71/base 2025-12-04T09:49:19.2699210Z * [new branch] gh/mlazos/71/head -> origin/gh/mlazos/71/head 2025-12-04T09:49:19.2699404Z * [new branch] gh/mlazos/71/orig -> origin/gh/mlazos/71/orig 2025-12-04T09:49:19.2699596Z * [new branch] gh/mlazos/72/base -> origin/gh/mlazos/72/base 2025-12-04T09:49:19.2699876Z * [new branch] gh/mlazos/72/head -> origin/gh/mlazos/72/head 2025-12-04T09:49:19.2700061Z * [new branch] gh/mlazos/72/orig -> origin/gh/mlazos/72/orig 2025-12-04T09:49:19.2700263Z * [new branch] gh/mlazos/73/base -> origin/gh/mlazos/73/base 2025-12-04T09:49:19.2700601Z * [new branch] gh/mlazos/73/head -> origin/gh/mlazos/73/head 2025-12-04T09:49:19.2700793Z * [new branch] gh/mlazos/73/orig -> origin/gh/mlazos/73/orig 2025-12-04T09:49:19.2700994Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-12-04T09:49:19.2701321Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-12-04T09:49:19.2701572Z * [new branch] gh/muchulee8/73/base -> origin/gh/muchulee8/73/base 2025-12-04T09:49:19.2701785Z * [new branch] gh/muchulee8/73/head -> origin/gh/muchulee8/73/head 2025-12-04T09:49:19.2701990Z * [new branch] gh/muchulee8/73/orig -> origin/gh/muchulee8/73/orig 2025-12-04T09:49:19.2702318Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-12-04T09:49:19.2702549Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-12-04T09:49:19.2702866Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-12-04T09:49:19.2703095Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-12-04T09:49:19.2703320Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-12-04T09:49:19.2703737Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-12-04T09:49:19.2703966Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-12-04T09:49:19.2704196Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-12-04T09:49:19.2704527Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-12-04T09:49:19.2704760Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-12-04T09:49:19.2704989Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-12-04T09:49:19.2705224Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-12-04T09:49:19.2705447Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-12-04T09:49:19.2705682Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-12-04T09:49:19.2705924Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-12-04T09:49:19.2706147Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-12-04T09:49:19.2706373Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-12-04T09:49:19.2706613Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-12-04T09:49:19.2706837Z * [new branch] gh/naveenthangudu/7/base -> origin/gh/naveenthangudu/7/base 2025-12-04T09:49:19.2707062Z * [new branch] gh/naveenthangudu/7/head -> origin/gh/naveenthangudu/7/head 2025-12-04T09:49:19.2707293Z * [new branch] gh/naveenthangudu/7/orig -> origin/gh/naveenthangudu/7/orig 2025-12-04T09:49:19.2707518Z * [new branch] gh/naveenthangudu/8/base -> origin/gh/naveenthangudu/8/base 2025-12-04T09:49:19.2707748Z * [new branch] gh/naveenthangudu/8/head -> origin/gh/naveenthangudu/8/head 2025-12-04T09:49:19.2707971Z * [new branch] gh/naveenthangudu/8/orig -> origin/gh/naveenthangudu/8/orig 2025-12-04T09:49:19.2708210Z * [new branch] gh/naveenthangudu/9/base -> origin/gh/naveenthangudu/9/base 2025-12-04T09:49:19.2708437Z * [new branch] gh/naveenthangudu/9/head -> origin/gh/naveenthangudu/9/head 2025-12-04T09:49:19.2708674Z * [new branch] gh/naveenthangudu/9/orig -> origin/gh/naveenthangudu/9/orig 2025-12-04T09:49:19.2708888Z * [new branch] gh/nikitaved/1/base -> origin/gh/nikitaved/1/base 2025-12-04T09:49:19.2709087Z * [new branch] gh/nikitaved/1/head -> origin/gh/nikitaved/1/head 2025-12-04T09:49:19.2709286Z * [new branch] gh/nikitaved/1/orig -> origin/gh/nikitaved/1/orig 2025-12-04T09:49:19.2709576Z * [new branch] gh/nikitaved/10/base -> origin/gh/nikitaved/10/base 2025-12-04T09:49:19.2709867Z * [new branch] gh/nikitaved/10/head -> origin/gh/nikitaved/10/head 2025-12-04T09:49:19.2710070Z * [new branch] gh/nikitaved/10/orig -> origin/gh/nikitaved/10/orig 2025-12-04T09:49:19.2710281Z * [new branch] gh/nikitaved/11/base -> origin/gh/nikitaved/11/base 2025-12-04T09:49:19.2710483Z * [new branch] gh/nikitaved/11/head -> origin/gh/nikitaved/11/head 2025-12-04T09:49:19.2710732Z * [new branch] gh/nikitaved/11/orig -> origin/gh/nikitaved/11/orig 2025-12-04T09:49:19.2710973Z * [new branch] gh/nikitaved/12/base -> origin/gh/nikitaved/12/base 2025-12-04T09:49:19.2711173Z * [new branch] gh/nikitaved/12/head -> origin/gh/nikitaved/12/head 2025-12-04T09:49:19.2711371Z * [new branch] gh/nikitaved/12/orig -> origin/gh/nikitaved/12/orig 2025-12-04T09:49:19.2711652Z * [new branch] gh/nikitaved/13/base -> origin/gh/nikitaved/13/base 2025-12-04T09:49:19.2711853Z * [new branch] gh/nikitaved/13/head -> origin/gh/nikitaved/13/head 2025-12-04T09:49:19.2712052Z * [new branch] gh/nikitaved/13/orig -> origin/gh/nikitaved/13/orig 2025-12-04T09:49:19.2712259Z * [new branch] gh/nikitaved/14/base -> origin/gh/nikitaved/14/base 2025-12-04T09:49:19.2712454Z * [new branch] gh/nikitaved/14/head -> origin/gh/nikitaved/14/head 2025-12-04T09:49:19.2712648Z * [new branch] gh/nikitaved/14/orig -> origin/gh/nikitaved/14/orig 2025-12-04T09:49:19.2712862Z * [new branch] gh/nikitaved/15/base -> origin/gh/nikitaved/15/base 2025-12-04T09:49:19.2713059Z * [new branch] gh/nikitaved/15/head -> origin/gh/nikitaved/15/head 2025-12-04T09:49:19.2713264Z * [new branch] gh/nikitaved/15/orig -> origin/gh/nikitaved/15/orig 2025-12-04T09:49:19.2713466Z * [new branch] gh/nikitaved/16/base -> origin/gh/nikitaved/16/base 2025-12-04T09:49:19.2713676Z * [new branch] gh/nikitaved/16/head -> origin/gh/nikitaved/16/head 2025-12-04T09:49:19.2713874Z * [new branch] gh/nikitaved/16/orig -> origin/gh/nikitaved/16/orig 2025-12-04T09:49:19.2714077Z * [new branch] gh/nikitaved/2/base -> origin/gh/nikitaved/2/base 2025-12-04T09:49:19.2714284Z * [new branch] gh/nikitaved/2/head -> origin/gh/nikitaved/2/head 2025-12-04T09:49:19.2714482Z * [new branch] gh/nikitaved/2/orig -> origin/gh/nikitaved/2/orig 2025-12-04T09:49:19.2714675Z * [new branch] gh/nikitaved/4/base -> origin/gh/nikitaved/4/base 2025-12-04T09:49:19.2714882Z * [new branch] gh/nikitaved/4/head -> origin/gh/nikitaved/4/head 2025-12-04T09:49:19.2715081Z * [new branch] gh/nikitaved/4/orig -> origin/gh/nikitaved/4/orig 2025-12-04T09:49:19.2715277Z * [new branch] gh/nikitaved/5/base -> origin/gh/nikitaved/5/base 2025-12-04T09:49:19.2715486Z * [new branch] gh/nikitaved/5/head -> origin/gh/nikitaved/5/head 2025-12-04T09:49:19.2715678Z * [new branch] gh/nikitaved/5/orig -> origin/gh/nikitaved/5/orig 2025-12-04T09:49:19.2715870Z * [new branch] gh/nikitaved/6/base -> origin/gh/nikitaved/6/base 2025-12-04T09:49:19.2716168Z * [new branch] gh/nikitaved/6/head -> origin/gh/nikitaved/6/head 2025-12-04T09:49:19.2716366Z * [new branch] gh/nikitaved/6/orig -> origin/gh/nikitaved/6/orig 2025-12-04T09:49:19.2725190Z * [new branch] gh/nikitaved/8/base -> origin/gh/nikitaved/8/base 2025-12-04T09:49:19.2725526Z * [new branch] gh/nikitaved/8/head -> origin/gh/nikitaved/8/head 2025-12-04T09:49:19.2725893Z * [new branch] gh/nikitaved/8/orig -> origin/gh/nikitaved/8/orig 2025-12-04T09:49:19.2726114Z * [new branch] gh/nikitaved/9/base -> origin/gh/nikitaved/9/base 2025-12-04T09:49:19.2726327Z * [new branch] gh/nikitaved/9/head -> origin/gh/nikitaved/9/head 2025-12-04T09:49:19.2726523Z * [new branch] gh/nikitaved/9/orig -> origin/gh/nikitaved/9/orig 2025-12-04T09:49:19.2726714Z * [new branch] gh/oulgen/10/base -> origin/gh/oulgen/10/base 2025-12-04T09:49:19.2726909Z * [new branch] gh/oulgen/10/head -> origin/gh/oulgen/10/head 2025-12-04T09:49:19.2727096Z * [new branch] gh/oulgen/10/orig -> origin/gh/oulgen/10/orig 2025-12-04T09:49:19.2727281Z * [new branch] gh/oulgen/11/base -> origin/gh/oulgen/11/base 2025-12-04T09:49:19.2727472Z * [new branch] gh/oulgen/11/head -> origin/gh/oulgen/11/head 2025-12-04T09:49:19.2727745Z * [new branch] gh/oulgen/11/orig -> origin/gh/oulgen/11/orig 2025-12-04T09:49:19.2727930Z * [new branch] gh/oulgen/12/base -> origin/gh/oulgen/12/base 2025-12-04T09:49:19.2728122Z * [new branch] gh/oulgen/12/head -> origin/gh/oulgen/12/head 2025-12-04T09:49:19.2728305Z * [new branch] gh/oulgen/12/orig -> origin/gh/oulgen/12/orig 2025-12-04T09:49:19.2728488Z * [new branch] gh/oulgen/13/base -> origin/gh/oulgen/13/base 2025-12-04T09:49:19.2728782Z * [new branch] gh/oulgen/13/head -> origin/gh/oulgen/13/head 2025-12-04T09:49:19.2728979Z * [new branch] gh/oulgen/13/orig -> origin/gh/oulgen/13/orig 2025-12-04T09:49:19.2729161Z * [new branch] gh/oulgen/14/base -> origin/gh/oulgen/14/base 2025-12-04T09:49:19.2729345Z * [new branch] gh/oulgen/14/head -> origin/gh/oulgen/14/head 2025-12-04T09:49:19.2729547Z * [new branch] gh/oulgen/14/orig -> origin/gh/oulgen/14/orig 2025-12-04T09:49:19.2729782Z * [new branch] gh/oulgen/15/base -> origin/gh/oulgen/15/base 2025-12-04T09:49:19.2730008Z * [new branch] gh/oulgen/15/head -> origin/gh/oulgen/15/head 2025-12-04T09:49:19.2730207Z * [new branch] gh/oulgen/15/orig -> origin/gh/oulgen/15/orig 2025-12-04T09:49:19.2730391Z * [new branch] gh/oulgen/16/base -> origin/gh/oulgen/16/base 2025-12-04T09:49:19.2730571Z * [new branch] gh/oulgen/16/head -> origin/gh/oulgen/16/head 2025-12-04T09:49:19.2730769Z * [new branch] gh/oulgen/16/orig -> origin/gh/oulgen/16/orig 2025-12-04T09:49:19.2730953Z * [new branch] gh/oulgen/17/base -> origin/gh/oulgen/17/base 2025-12-04T09:49:19.2731136Z * [new branch] gh/oulgen/17/head -> origin/gh/oulgen/17/head 2025-12-04T09:49:19.2731339Z * [new branch] gh/oulgen/17/orig -> origin/gh/oulgen/17/orig 2025-12-04T09:49:19.2731529Z * [new branch] gh/oulgen/18/base -> origin/gh/oulgen/18/base 2025-12-04T09:49:19.2731714Z * [new branch] gh/oulgen/18/head -> origin/gh/oulgen/18/head 2025-12-04T09:49:19.2731913Z * [new branch] gh/oulgen/18/orig -> origin/gh/oulgen/18/orig 2025-12-04T09:49:19.2732097Z * [new branch] gh/oulgen/19/base -> origin/gh/oulgen/19/base 2025-12-04T09:49:19.2732279Z * [new branch] gh/oulgen/19/head -> origin/gh/oulgen/19/head 2025-12-04T09:49:19.2732463Z * [new branch] gh/oulgen/19/orig -> origin/gh/oulgen/19/orig 2025-12-04T09:49:19.2732665Z * [new branch] gh/oulgen/20/base -> origin/gh/oulgen/20/base 2025-12-04T09:49:19.2732941Z * [new branch] gh/oulgen/20/head -> origin/gh/oulgen/20/head 2025-12-04T09:49:19.2733129Z * [new branch] gh/oulgen/20/orig -> origin/gh/oulgen/20/orig 2025-12-04T09:49:19.2733324Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-12-04T09:49:19.2733517Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-12-04T09:49:19.2733700Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-12-04T09:49:19.2733900Z * [new branch] gh/oulgen/22/base -> origin/gh/oulgen/22/base 2025-12-04T09:49:19.2734089Z * [new branch] gh/oulgen/22/head -> origin/gh/oulgen/22/head 2025-12-04T09:49:19.2734276Z * [new branch] gh/oulgen/22/orig -> origin/gh/oulgen/22/orig 2025-12-04T09:49:19.2734469Z * [new branch] gh/oulgen/23/base -> origin/gh/oulgen/23/base 2025-12-04T09:49:19.2734662Z * [new branch] gh/oulgen/23/head -> origin/gh/oulgen/23/head 2025-12-04T09:49:19.2734913Z * [new branch] gh/oulgen/23/orig -> origin/gh/oulgen/23/orig 2025-12-04T09:49:19.2735112Z * [new branch] gh/oulgen/24/base -> origin/gh/oulgen/24/base 2025-12-04T09:49:19.2735394Z * [new branch] gh/oulgen/24/head -> origin/gh/oulgen/24/head 2025-12-04T09:49:19.2735584Z * [new branch] gh/oulgen/24/orig -> origin/gh/oulgen/24/orig 2025-12-04T09:49:19.2735779Z * [new branch] gh/oulgen/25/base -> origin/gh/oulgen/25/base 2025-12-04T09:49:19.2735962Z * [new branch] gh/oulgen/25/head -> origin/gh/oulgen/25/head 2025-12-04T09:49:19.2736236Z * [new branch] gh/oulgen/25/orig -> origin/gh/oulgen/25/orig 2025-12-04T09:49:19.2736426Z * [new branch] gh/oulgen/26/base -> origin/gh/oulgen/26/base 2025-12-04T09:49:19.2736621Z * [new branch] gh/oulgen/26/head -> origin/gh/oulgen/26/head 2025-12-04T09:49:19.2736804Z * [new branch] gh/oulgen/26/orig -> origin/gh/oulgen/26/orig 2025-12-04T09:49:19.2736988Z * [new branch] gh/oulgen/4/base -> origin/gh/oulgen/4/base 2025-12-04T09:49:19.2737178Z * [new branch] gh/oulgen/4/head -> origin/gh/oulgen/4/head 2025-12-04T09:49:19.2737359Z * [new branch] gh/oulgen/4/orig -> origin/gh/oulgen/4/orig 2025-12-04T09:49:19.2737627Z * [new branch] gh/oulgen/7/base -> origin/gh/oulgen/7/base 2025-12-04T09:49:19.2737818Z * [new branch] gh/oulgen/7/head -> origin/gh/oulgen/7/head 2025-12-04T09:49:19.2737992Z * [new branch] gh/oulgen/7/orig -> origin/gh/oulgen/7/orig 2025-12-04T09:49:19.2738169Z * [new branch] gh/oulgen/8/base -> origin/gh/oulgen/8/base 2025-12-04T09:49:19.2738359Z * [new branch] gh/oulgen/8/head -> origin/gh/oulgen/8/head 2025-12-04T09:49:19.2738542Z * [new branch] gh/oulgen/8/orig -> origin/gh/oulgen/8/orig 2025-12-04T09:49:19.2738727Z * [new branch] gh/oulgen/9/base -> origin/gh/oulgen/9/base 2025-12-04T09:49:19.2738920Z * [new branch] gh/oulgen/9/head -> origin/gh/oulgen/9/head 2025-12-04T09:49:19.2739104Z * [new branch] gh/oulgen/9/orig -> origin/gh/oulgen/9/orig 2025-12-04T09:49:19.2739382Z * [new branch] gh/patvig/mtia-serialization -> origin/gh/patvig/mtia-serialization 2025-12-04T09:49:19.2739580Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-12-04T09:49:19.2739769Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-12-04T09:49:19.2739953Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-12-04T09:49:19.2740221Z * [new branch] gh/pearu/109/base -> origin/gh/pearu/109/base 2025-12-04T09:49:19.2740422Z * [new branch] gh/pearu/109/head -> origin/gh/pearu/109/head 2025-12-04T09:49:19.2740609Z * [new branch] gh/pearu/109/orig -> origin/gh/pearu/109/orig 2025-12-04T09:49:19.2740793Z * [new branch] gh/pearu/110/base -> origin/gh/pearu/110/base 2025-12-04T09:49:19.2740992Z * [new branch] gh/pearu/110/head -> origin/gh/pearu/110/head 2025-12-04T09:49:19.2741173Z * [new branch] gh/pearu/110/orig -> origin/gh/pearu/110/orig 2025-12-04T09:49:19.2741362Z * [new branch] gh/pearu/111/base -> origin/gh/pearu/111/base 2025-12-04T09:49:19.2741644Z * [new branch] gh/pearu/111/head -> origin/gh/pearu/111/head 2025-12-04T09:49:19.2741829Z * [new branch] gh/pearu/111/orig -> origin/gh/pearu/111/orig 2025-12-04T09:49:19.2742017Z * [new branch] gh/pearu/112/base -> origin/gh/pearu/112/base 2025-12-04T09:49:19.2742382Z * [new branch] gh/pearu/112/head -> origin/gh/pearu/112/head 2025-12-04T09:49:19.2742571Z * [new branch] gh/pearu/112/orig -> origin/gh/pearu/112/orig 2025-12-04T09:49:19.2742757Z * [new branch] gh/pearu/115/base -> origin/gh/pearu/115/base 2025-12-04T09:49:19.2742953Z * [new branch] gh/pearu/115/head -> origin/gh/pearu/115/head 2025-12-04T09:49:19.2743141Z * [new branch] gh/pearu/115/orig -> origin/gh/pearu/115/orig 2025-12-04T09:49:19.2743334Z * [new branch] gh/pearu/116/base -> origin/gh/pearu/116/base 2025-12-04T09:49:19.2743520Z * [new branch] gh/pearu/116/head -> origin/gh/pearu/116/head 2025-12-04T09:49:19.2743703Z * [new branch] gh/pearu/116/orig -> origin/gh/pearu/116/orig 2025-12-04T09:49:19.2743890Z * [new branch] gh/pearu/117/base -> origin/gh/pearu/117/base 2025-12-04T09:49:19.2744089Z * [new branch] gh/pearu/117/head -> origin/gh/pearu/117/head 2025-12-04T09:49:19.2744272Z * [new branch] gh/pearu/117/orig -> origin/gh/pearu/117/orig 2025-12-04T09:49:19.2744454Z * [new branch] gh/pearu/118/base -> origin/gh/pearu/118/base 2025-12-04T09:49:19.2744638Z * [new branch] gh/pearu/118/head -> origin/gh/pearu/118/head 2025-12-04T09:49:19.2744826Z * [new branch] gh/pearu/118/orig -> origin/gh/pearu/118/orig 2025-12-04T09:49:19.2745009Z * [new branch] gh/pearu/119/base -> origin/gh/pearu/119/base 2025-12-04T09:49:19.2745193Z * [new branch] gh/pearu/119/head -> origin/gh/pearu/119/head 2025-12-04T09:49:19.2745392Z * [new branch] gh/pearu/119/orig -> origin/gh/pearu/119/orig 2025-12-04T09:49:19.2745586Z * [new branch] gh/pearu/139/base -> origin/gh/pearu/139/base 2025-12-04T09:49:19.2745769Z * [new branch] gh/pearu/139/head -> origin/gh/pearu/139/head 2025-12-04T09:49:19.2745961Z * [new branch] gh/pearu/139/orig -> origin/gh/pearu/139/orig 2025-12-04T09:49:19.2746144Z * [new branch] gh/pearu/140/base -> origin/gh/pearu/140/base 2025-12-04T09:49:19.2746328Z * [new branch] gh/pearu/140/head -> origin/gh/pearu/140/head 2025-12-04T09:49:19.2746519Z * [new branch] gh/pearu/140/orig -> origin/gh/pearu/140/orig 2025-12-04T09:49:19.2746702Z * [new branch] gh/pearu/142/base -> origin/gh/pearu/142/base 2025-12-04T09:49:19.2746891Z * [new branch] gh/pearu/142/head -> origin/gh/pearu/142/head 2025-12-04T09:49:19.2747085Z * [new branch] gh/pearu/142/orig -> origin/gh/pearu/142/orig 2025-12-04T09:49:19.2747355Z * [new branch] gh/pearu/143/base -> origin/gh/pearu/143/base 2025-12-04T09:49:19.2747542Z * [new branch] gh/pearu/143/head -> origin/gh/pearu/143/head 2025-12-04T09:49:19.2747828Z * [new branch] gh/pearu/143/orig -> origin/gh/pearu/143/orig 2025-12-04T09:49:19.2748018Z * [new branch] gh/pearu/147/base -> origin/gh/pearu/147/base 2025-12-04T09:49:19.2748206Z * [new branch] gh/pearu/147/head -> origin/gh/pearu/147/head 2025-12-04T09:49:19.2748389Z * [new branch] gh/pearu/147/orig -> origin/gh/pearu/147/orig 2025-12-04T09:49:19.2748680Z * [new branch] gh/pearu/149/base -> origin/gh/pearu/149/base 2025-12-04T09:49:19.2748870Z * [new branch] gh/pearu/149/head -> origin/gh/pearu/149/head 2025-12-04T09:49:19.2749051Z * [new branch] gh/pearu/149/orig -> origin/gh/pearu/149/orig 2025-12-04T09:49:19.2749320Z * [new branch] gh/pearu/150/base -> origin/gh/pearu/150/base 2025-12-04T09:49:19.2749506Z * [new branch] gh/pearu/150/head -> origin/gh/pearu/150/head 2025-12-04T09:49:19.2749690Z * [new branch] gh/pearu/150/orig -> origin/gh/pearu/150/orig 2025-12-04T09:49:19.2749881Z * [new branch] gh/pearu/151/base -> origin/gh/pearu/151/base 2025-12-04T09:49:19.2750067Z * [new branch] gh/pearu/151/head -> origin/gh/pearu/151/head 2025-12-04T09:49:19.2750250Z * [new branch] gh/pearu/151/orig -> origin/gh/pearu/151/orig 2025-12-04T09:49:19.2750445Z * [new branch] gh/pearu/152/base -> origin/gh/pearu/152/base 2025-12-04T09:49:19.2750626Z * [new branch] gh/pearu/152/head -> origin/gh/pearu/152/head 2025-12-04T09:49:19.2750821Z * [new branch] gh/pearu/152/orig -> origin/gh/pearu/152/orig 2025-12-04T09:49:19.2751023Z * [new branch] gh/pearu/153/base -> origin/gh/pearu/153/base 2025-12-04T09:49:19.2751214Z * [new branch] gh/pearu/153/head -> origin/gh/pearu/153/head 2025-12-04T09:49:19.2751398Z * [new branch] gh/pearu/153/orig -> origin/gh/pearu/153/orig 2025-12-04T09:49:19.2751596Z * [new branch] gh/pearu/154/base -> origin/gh/pearu/154/base 2025-12-04T09:49:19.2751781Z * [new branch] gh/pearu/154/head -> origin/gh/pearu/154/head 2025-12-04T09:49:19.2751966Z * [new branch] gh/pearu/154/orig -> origin/gh/pearu/154/orig 2025-12-04T09:49:19.2752164Z * [new branch] gh/pearu/155/base -> origin/gh/pearu/155/base 2025-12-04T09:49:19.2752352Z * [new branch] gh/pearu/155/head -> origin/gh/pearu/155/head 2025-12-04T09:49:19.2752539Z * [new branch] gh/pearu/155/orig -> origin/gh/pearu/155/orig 2025-12-04T09:49:19.2752727Z * [new branch] gh/pearu/156/base -> origin/gh/pearu/156/base 2025-12-04T09:49:19.2752928Z * [new branch] gh/pearu/156/head -> origin/gh/pearu/156/head 2025-12-04T09:49:19.2753112Z * [new branch] gh/pearu/156/orig -> origin/gh/pearu/156/orig 2025-12-04T09:49:19.2753293Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-12-04T09:49:19.2753479Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-12-04T09:49:19.2753657Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-12-04T09:49:19.2753831Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-12-04T09:49:19.2754110Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-12-04T09:49:19.2754364Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-12-04T09:49:19.2754567Z * [new branch] gh/pianpwk/21/base -> origin/gh/pianpwk/21/base 2025-12-04T09:49:19.2754862Z * [new branch] gh/pianpwk/21/head -> origin/gh/pianpwk/21/head 2025-12-04T09:49:19.2755059Z * [new branch] gh/pianpwk/28/base -> origin/gh/pianpwk/28/base 2025-12-04T09:49:19.2755252Z * [new branch] gh/pianpwk/28/head -> origin/gh/pianpwk/28/head 2025-12-04T09:49:19.2755547Z * [new branch] gh/pianpwk/28/orig -> origin/gh/pianpwk/28/orig 2025-12-04T09:49:19.2755737Z * [new branch] gh/pianpwk/29/base -> origin/gh/pianpwk/29/base 2025-12-04T09:49:19.2755927Z * [new branch] gh/pianpwk/29/head -> origin/gh/pianpwk/29/head 2025-12-04T09:49:19.2756124Z * [new branch] gh/pianpwk/29/orig -> origin/gh/pianpwk/29/orig 2025-12-04T09:49:19.2756417Z * [new branch] gh/pianpwk/30/base -> origin/gh/pianpwk/30/base 2025-12-04T09:49:19.2756685Z * [new branch] gh/pianpwk/30/head -> origin/gh/pianpwk/30/head 2025-12-04T09:49:19.2756876Z * [new branch] gh/pianpwk/30/orig -> origin/gh/pianpwk/30/orig 2025-12-04T09:49:19.2757173Z * [new branch] gh/pianpwk/31/base -> origin/gh/pianpwk/31/base 2025-12-04T09:49:19.2757374Z * [new branch] gh/pianpwk/31/head -> origin/gh/pianpwk/31/head 2025-12-04T09:49:19.2757566Z * [new branch] gh/pianpwk/31/orig -> origin/gh/pianpwk/31/orig 2025-12-04T09:49:19.2757859Z * [new branch] gh/pianpwk/32/base -> origin/gh/pianpwk/32/base 2025-12-04T09:49:19.2758051Z * [new branch] gh/pianpwk/32/head -> origin/gh/pianpwk/32/head 2025-12-04T09:49:19.2758238Z * [new branch] gh/pianpwk/32/orig -> origin/gh/pianpwk/32/orig 2025-12-04T09:49:19.2758524Z * [new branch] gh/pianpwk/33/base -> origin/gh/pianpwk/33/base 2025-12-04T09:49:19.2758720Z * [new branch] gh/pianpwk/33/head -> origin/gh/pianpwk/33/head 2025-12-04T09:49:19.2758908Z * [new branch] gh/pianpwk/33/orig -> origin/gh/pianpwk/33/orig 2025-12-04T09:49:19.2759104Z * [new branch] gh/pianpwk/34/base -> origin/gh/pianpwk/34/base 2025-12-04T09:49:19.2759391Z * [new branch] gh/pianpwk/34/head -> origin/gh/pianpwk/34/head 2025-12-04T09:49:19.2759580Z * [new branch] gh/pianpwk/34/orig -> origin/gh/pianpwk/34/orig 2025-12-04T09:49:19.2759773Z * [new branch] gh/pianpwk/35/base -> origin/gh/pianpwk/35/base 2025-12-04T09:49:19.2760056Z * [new branch] gh/pianpwk/35/head -> origin/gh/pianpwk/35/head 2025-12-04T09:49:19.2760245Z * [new branch] gh/pianpwk/35/orig -> origin/gh/pianpwk/35/orig 2025-12-04T09:49:19.2760441Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-12-04T09:49:19.2760619Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-12-04T09:49:19.2760884Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-12-04T09:49:19.2761069Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-12-04T09:49:19.2761242Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-12-04T09:49:19.2761496Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-12-04T09:49:19.2761670Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-12-04T09:49:19.2761853Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-12-04T09:49:19.2762027Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-12-04T09:49:19.2762371Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-12-04T09:49:19.2762556Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-12-04T09:49:19.2762728Z * [new branch] gh/rec/166/base -> origin/gh/rec/166/base 2025-12-04T09:49:19.2762996Z * [new branch] gh/rec/166/head -> origin/gh/rec/166/head 2025-12-04T09:49:19.2763178Z * [new branch] gh/rec/166/orig -> origin/gh/rec/166/orig 2025-12-04T09:49:19.2763352Z * [new branch] gh/rec/167/base -> origin/gh/rec/167/base 2025-12-04T09:49:19.2763524Z * [new branch] gh/rec/167/head -> origin/gh/rec/167/head 2025-12-04T09:49:19.2763709Z * [new branch] gh/rec/167/orig -> origin/gh/rec/167/orig 2025-12-04T09:49:19.2763879Z * [new branch] gh/rec/168/base -> origin/gh/rec/168/base 2025-12-04T09:49:19.2764056Z * [new branch] gh/rec/168/head -> origin/gh/rec/168/head 2025-12-04T09:49:19.2764312Z * [new branch] gh/rec/168/orig -> origin/gh/rec/168/orig 2025-12-04T09:49:19.2764485Z * [new branch] gh/rec/169/base -> origin/gh/rec/169/base 2025-12-04T09:49:19.2764654Z * [new branch] gh/rec/169/head -> origin/gh/rec/169/head 2025-12-04T09:49:19.2764832Z * [new branch] gh/rec/169/orig -> origin/gh/rec/169/orig 2025-12-04T09:49:19.2765005Z * [new branch] gh/rec/170/base -> origin/gh/rec/170/base 2025-12-04T09:49:19.2765176Z * [new branch] gh/rec/170/head -> origin/gh/rec/170/head 2025-12-04T09:49:19.2765351Z * [new branch] gh/rec/170/orig -> origin/gh/rec/170/orig 2025-12-04T09:49:19.2765540Z * [new branch] gh/rec/171/base -> origin/gh/rec/171/base 2025-12-04T09:49:19.2765715Z * [new branch] gh/rec/171/head -> origin/gh/rec/171/head 2025-12-04T09:49:19.2765893Z * [new branch] gh/rec/171/orig -> origin/gh/rec/171/orig 2025-12-04T09:49:19.2766084Z * [new branch] gh/rec/172/base -> origin/gh/rec/172/base 2025-12-04T09:49:19.2766261Z * [new branch] gh/rec/172/head -> origin/gh/rec/172/head 2025-12-04T09:49:19.2766432Z * [new branch] gh/rec/172/orig -> origin/gh/rec/172/orig 2025-12-04T09:49:19.2766612Z * [new branch] gh/rec/173/base -> origin/gh/rec/173/base 2025-12-04T09:49:19.2766785Z * [new branch] gh/rec/173/head -> origin/gh/rec/173/head 2025-12-04T09:49:19.2766957Z * [new branch] gh/rec/173/orig -> origin/gh/rec/173/orig 2025-12-04T09:49:19.2767139Z * [new branch] gh/rec/174/base -> origin/gh/rec/174/base 2025-12-04T09:49:19.2767314Z * [new branch] gh/rec/174/head -> origin/gh/rec/174/head 2025-12-04T09:49:19.2767491Z * [new branch] gh/rec/174/orig -> origin/gh/rec/174/orig 2025-12-04T09:49:19.2767664Z * [new branch] gh/rec/175/base -> origin/gh/rec/175/base 2025-12-04T09:49:19.2767832Z * [new branch] gh/rec/175/head -> origin/gh/rec/175/head 2025-12-04T09:49:19.2768002Z * [new branch] gh/rec/175/orig -> origin/gh/rec/175/orig 2025-12-04T09:49:19.2768182Z * [new branch] gh/rec/176/base -> origin/gh/rec/176/base 2025-12-04T09:49:19.2768445Z * [new branch] gh/rec/176/head -> origin/gh/rec/176/head 2025-12-04T09:49:19.2768617Z * [new branch] gh/rec/176/orig -> origin/gh/rec/176/orig 2025-12-04T09:49:19.2768787Z * [new branch] gh/rec/177/base -> origin/gh/rec/177/base 2025-12-04T09:49:19.2769039Z * [new branch] gh/rec/177/head -> origin/gh/rec/177/head 2025-12-04T09:49:19.2769301Z * [new branch] gh/rec/177/orig -> origin/gh/rec/177/orig 2025-12-04T09:49:19.2769556Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-12-04T09:49:19.2769794Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-12-04T09:49:19.2770113Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-12-04T09:49:19.2770339Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-12-04T09:49:19.2770570Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-12-04T09:49:19.2770849Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-12-04T09:49:19.2771171Z * [new branch] gh/robert-hardwick/5/base -> origin/gh/robert-hardwick/5/base 2025-12-04T09:49:19.2771618Z * [new branch] gh/robert-hardwick/5/head -> origin/gh/robert-hardwick/5/head 2025-12-04T09:49:19.2771854Z * [new branch] gh/robert-hardwick/5/orig -> origin/gh/robert-hardwick/5/orig 2025-12-04T09:49:19.2772076Z * [new branch] gh/robert-hardwick/6/base -> origin/gh/robert-hardwick/6/base 2025-12-04T09:49:19.2772315Z * [new branch] gh/robert-hardwick/6/head -> origin/gh/robert-hardwick/6/head 2025-12-04T09:49:19.2772540Z * [new branch] gh/robert-hardwick/6/orig -> origin/gh/robert-hardwick/6/orig 2025-12-04T09:49:19.2772768Z * [new branch] gh/robert-hardwick/7/base -> origin/gh/robert-hardwick/7/base 2025-12-04T09:49:19.2773003Z * [new branch] gh/robert-hardwick/7/head -> origin/gh/robert-hardwick/7/head 2025-12-04T09:49:19.2773229Z * [new branch] gh/robert-hardwick/7/orig -> origin/gh/robert-hardwick/7/orig 2025-12-04T09:49:19.2773461Z * [new branch] gh/robert-hardwick/8/base -> origin/gh/robert-hardwick/8/base 2025-12-04T09:49:19.2773703Z * [new branch] gh/robert-hardwick/8/head -> origin/gh/robert-hardwick/8/head 2025-12-04T09:49:19.2773926Z * [new branch] gh/robert-hardwick/8/orig -> origin/gh/robert-hardwick/8/orig 2025-12-04T09:49:19.2774153Z * [new branch] gh/robert-hardwick/9/base -> origin/gh/robert-hardwick/9/base 2025-12-04T09:49:19.2774395Z * [new branch] gh/robert-hardwick/9/head -> origin/gh/robert-hardwick/9/head 2025-12-04T09:49:19.2774618Z * [new branch] gh/robert-hardwick/9/orig -> origin/gh/robert-hardwick/9/orig 2025-12-04T09:49:19.2774805Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-12-04T09:49:19.2774988Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-12-04T09:49:19.2775183Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-12-04T09:49:19.2775469Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-12-04T09:49:19.2775660Z * [new branch] gh/rtimpe/22/base -> origin/gh/rtimpe/22/base 2025-12-04T09:49:19.2775856Z * [new branch] gh/rtimpe/22/head -> origin/gh/rtimpe/22/head 2025-12-04T09:49:19.2776124Z * [new branch] gh/rtimpe/22/orig -> origin/gh/rtimpe/22/orig 2025-12-04T09:49:19.2776311Z * [new branch] gh/rtimpe/23/base -> origin/gh/rtimpe/23/base 2025-12-04T09:49:19.2776504Z * [new branch] gh/rtimpe/23/head -> origin/gh/rtimpe/23/head 2025-12-04T09:49:19.2776779Z * [new branch] gh/rtimpe/23/orig -> origin/gh/rtimpe/23/orig 2025-12-04T09:49:19.2776967Z * [new branch] gh/rtimpe/24/base -> origin/gh/rtimpe/24/base 2025-12-04T09:49:19.2777238Z * [new branch] gh/rtimpe/24/head -> origin/gh/rtimpe/24/head 2025-12-04T09:49:19.2777538Z * [new branch] gh/rtimpe/24/orig -> origin/gh/rtimpe/24/orig 2025-12-04T09:49:19.2777732Z * [new branch] gh/rtimpe/25/base -> origin/gh/rtimpe/25/base 2025-12-04T09:49:19.2777928Z * [new branch] gh/rtimpe/25/head -> origin/gh/rtimpe/25/head 2025-12-04T09:49:19.2778112Z * [new branch] gh/rtimpe/25/orig -> origin/gh/rtimpe/25/orig 2025-12-04T09:49:19.2778296Z * [new branch] gh/rtimpe/26/base -> origin/gh/rtimpe/26/base 2025-12-04T09:49:19.2778487Z * [new branch] gh/rtimpe/26/head -> origin/gh/rtimpe/26/head 2025-12-04T09:49:19.2778672Z * [new branch] gh/rtimpe/26/orig -> origin/gh/rtimpe/26/orig 2025-12-04T09:49:19.2778852Z * [new branch] gh/rtimpe/27/base -> origin/gh/rtimpe/27/base 2025-12-04T09:49:19.2779039Z * [new branch] gh/rtimpe/27/head -> origin/gh/rtimpe/27/head 2025-12-04T09:49:19.2779308Z * [new branch] gh/rtimpe/27/orig -> origin/gh/rtimpe/27/orig 2025-12-04T09:49:19.2779490Z * [new branch] gh/rtimpe/28/base -> origin/gh/rtimpe/28/base 2025-12-04T09:49:19.2779674Z * [new branch] gh/rtimpe/28/head -> origin/gh/rtimpe/28/head 2025-12-04T09:49:19.2779866Z * [new branch] gh/rtimpe/28/orig -> origin/gh/rtimpe/28/orig 2025-12-04T09:49:19.2780052Z * [new branch] gh/rtimpe/29/base -> origin/gh/rtimpe/29/base 2025-12-04T09:49:19.2780236Z * [new branch] gh/rtimpe/29/head -> origin/gh/rtimpe/29/head 2025-12-04T09:49:19.2780431Z * [new branch] gh/rtimpe/29/orig -> origin/gh/rtimpe/29/orig 2025-12-04T09:49:19.2780614Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-12-04T09:49:19.2780800Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-12-04T09:49:19.2780995Z * [new branch] gh/rtimpe/30/base -> origin/gh/rtimpe/30/base 2025-12-04T09:49:19.2781182Z * [new branch] gh/rtimpe/30/head -> origin/gh/rtimpe/30/head 2025-12-04T09:49:19.2781370Z * [new branch] gh/rtimpe/30/orig -> origin/gh/rtimpe/30/orig 2025-12-04T09:49:19.2781565Z * [new branch] gh/rtimpe/31/base -> origin/gh/rtimpe/31/base 2025-12-04T09:49:19.2781746Z * [new branch] gh/rtimpe/31/head -> origin/gh/rtimpe/31/head 2025-12-04T09:49:19.2781931Z * [new branch] gh/rtimpe/31/orig -> origin/gh/rtimpe/31/orig 2025-12-04T09:49:19.2782171Z * [new branch] gh/rtimpe/32/base -> origin/gh/rtimpe/32/base 2025-12-04T09:49:19.2782395Z * [new branch] gh/rtimpe/32/head -> origin/gh/rtimpe/32/head 2025-12-04T09:49:19.2782585Z * [new branch] gh/rtimpe/32/orig -> origin/gh/rtimpe/32/orig 2025-12-04T09:49:19.2782772Z * [new branch] gh/rtimpe/33/base -> origin/gh/rtimpe/33/base 2025-12-04T09:49:19.2783065Z * [new branch] gh/rtimpe/33/head -> origin/gh/rtimpe/33/head 2025-12-04T09:49:19.2783249Z * [new branch] gh/rtimpe/33/orig -> origin/gh/rtimpe/33/orig 2025-12-04T09:49:19.2783437Z * [new branch] gh/rtimpe/34/base -> origin/gh/rtimpe/34/base 2025-12-04T09:49:19.2783724Z * [new branch] gh/rtimpe/34/head -> origin/gh/rtimpe/34/head 2025-12-04T09:49:19.2783912Z * [new branch] gh/rtimpe/34/orig -> origin/gh/rtimpe/34/orig 2025-12-04T09:49:19.2784098Z * [new branch] gh/rtimpe/35/base -> origin/gh/rtimpe/35/base 2025-12-04T09:49:19.2784287Z * [new branch] gh/rtimpe/35/head -> origin/gh/rtimpe/35/head 2025-12-04T09:49:19.2784555Z * [new branch] gh/rtimpe/35/orig -> origin/gh/rtimpe/35/orig 2025-12-04T09:49:19.2784739Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-12-04T09:49:19.2784940Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-12-04T09:49:19.2785165Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-12-04T09:49:19.2785385Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-12-04T09:49:19.2785616Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-12-04T09:49:19.2785837Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-12-04T09:49:19.2786051Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-12-04T09:49:19.2786281Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-12-04T09:49:19.2786570Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-12-04T09:49:19.2786786Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-12-04T09:49:19.2787006Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-12-04T09:49:19.2787219Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-12-04T09:49:19.2787432Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-12-04T09:49:19.2787648Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-12-04T09:49:19.2787880Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-12-04T09:49:19.2788099Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-12-04T09:49:19.2788316Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-12-04T09:49:19.2788545Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-12-04T09:49:19.2788762Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-12-04T09:49:19.2788974Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-12-04T09:49:19.2789198Z * [new branch] gh/ruisizhang123/9/base -> origin/gh/ruisizhang123/9/base 2025-12-04T09:49:19.2789412Z * [new branch] gh/ruisizhang123/9/head -> origin/gh/ruisizhang123/9/head 2025-12-04T09:49:19.2789624Z * [new branch] gh/ruisizhang123/9/orig -> origin/gh/ruisizhang123/9/orig 2025-12-04T09:49:19.2789844Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-12-04T09:49:19.2790047Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-12-04T09:49:19.2790257Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-12-04T09:49:19.2790468Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-12-04T09:49:19.2790672Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-12-04T09:49:19.2790880Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-12-04T09:49:19.2791101Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-12-04T09:49:19.2791308Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-12-04T09:49:19.2791512Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-12-04T09:49:19.2791726Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-12-04T09:49:19.2792516Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-12-04T09:49:19.2792725Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-12-04T09:49:19.2792947Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-12-04T09:49:19.2793158Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-12-04T09:49:19.2793361Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-12-04T09:49:19.2793571Z * [new branch] gh/seemethere/62/base -> origin/gh/seemethere/62/base 2025-12-04T09:49:19.2793791Z * [new branch] gh/seemethere/62/head -> origin/gh/seemethere/62/head 2025-12-04T09:49:19.2794115Z * [new branch] gh/seemethere/62/orig -> origin/gh/seemethere/62/orig 2025-12-04T09:49:19.2794331Z * [new branch] gh/seemethere/63/base -> origin/gh/seemethere/63/base 2025-12-04T09:49:19.2794645Z * [new branch] gh/seemethere/63/head -> origin/gh/seemethere/63/head 2025-12-04T09:49:19.2794943Z * [new branch] gh/seemethere/63/orig -> origin/gh/seemethere/63/orig 2025-12-04T09:49:19.2795149Z * [new branch] gh/seemethere/71/base -> origin/gh/seemethere/71/base 2025-12-04T09:49:19.2795369Z * [new branch] gh/seemethere/71/head -> origin/gh/seemethere/71/head 2025-12-04T09:49:19.2795666Z * [new branch] gh/seemethere/71/orig -> origin/gh/seemethere/71/orig 2025-12-04T09:49:19.2795869Z * [new branch] gh/seemethere/72/base -> origin/gh/seemethere/72/base 2025-12-04T09:49:19.2796080Z * [new branch] gh/seemethere/72/head -> origin/gh/seemethere/72/head 2025-12-04T09:49:19.2796283Z * [new branch] gh/seemethere/72/orig -> origin/gh/seemethere/72/orig 2025-12-04T09:49:19.2796488Z * [new branch] gh/seemethere/73/base -> origin/gh/seemethere/73/base 2025-12-04T09:49:19.2796706Z * [new branch] gh/seemethere/73/head -> origin/gh/seemethere/73/head 2025-12-04T09:49:19.2796908Z * [new branch] gh/seemethere/73/orig -> origin/gh/seemethere/73/orig 2025-12-04T09:49:19.2797125Z * [new branch] gh/seemethere/74/base -> origin/gh/seemethere/74/base 2025-12-04T09:49:19.2797326Z * [new branch] gh/seemethere/74/head -> origin/gh/seemethere/74/head 2025-12-04T09:49:19.2797538Z * [new branch] gh/seemethere/74/orig -> origin/gh/seemethere/74/orig 2025-12-04T09:49:19.2797738Z * [new branch] gh/seemethere/75/base -> origin/gh/seemethere/75/base 2025-12-04T09:49:19.2797941Z * [new branch] gh/seemethere/75/head -> origin/gh/seemethere/75/head 2025-12-04T09:49:19.2798154Z * [new branch] gh/seemethere/75/orig -> origin/gh/seemethere/75/orig 2025-12-04T09:49:19.2798364Z * [new branch] gh/seemethere/76/base -> origin/gh/seemethere/76/base 2025-12-04T09:49:19.2798568Z * [new branch] gh/seemethere/76/head -> origin/gh/seemethere/76/head 2025-12-04T09:49:19.2798778Z * [new branch] gh/seemethere/76/orig -> origin/gh/seemethere/76/orig 2025-12-04T09:49:19.2798993Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-12-04T09:49:19.2799205Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-12-04T09:49:19.2799426Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-12-04T09:49:19.2799634Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-12-04T09:49:19.2799843Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-12-04T09:49:19.2800052Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-12-04T09:49:19.2800351Z * [new branch] gh/shunting314/249/base -> origin/gh/shunting314/249/base 2025-12-04T09:49:19.2800565Z * [new branch] gh/shunting314/249/head -> origin/gh/shunting314/249/head 2025-12-04T09:49:19.2800779Z * [new branch] gh/shunting314/249/orig -> origin/gh/shunting314/249/orig 2025-12-04T09:49:19.2801001Z * [new branch] gh/shunting314/253/base -> origin/gh/shunting314/253/base 2025-12-04T09:49:19.2801211Z * [new branch] gh/shunting314/253/head -> origin/gh/shunting314/253/head 2025-12-04T09:49:19.2801428Z * [new branch] gh/shunting314/253/orig -> origin/gh/shunting314/253/orig 2025-12-04T09:49:19.2801651Z * [new branch] gh/shunting314/256/base -> origin/gh/shunting314/256/base 2025-12-04T09:49:19.2801860Z * [new branch] gh/shunting314/256/head -> origin/gh/shunting314/256/head 2025-12-04T09:49:19.2802075Z * [new branch] gh/shunting314/256/orig -> origin/gh/shunting314/256/orig 2025-12-04T09:49:19.2802715Z * [new branch] gh/shunting314/257/base -> origin/gh/shunting314/257/base 2025-12-04T09:49:19.2802938Z * [new branch] gh/shunting314/257/head -> origin/gh/shunting314/257/head 2025-12-04T09:49:19.2803148Z * [new branch] gh/shunting314/257/orig -> origin/gh/shunting314/257/orig 2025-12-04T09:49:19.2803368Z * [new branch] gh/shunting314/258/base -> origin/gh/shunting314/258/base 2025-12-04T09:49:19.2803584Z * [new branch] gh/shunting314/258/head -> origin/gh/shunting314/258/head 2025-12-04T09:49:19.2803793Z * [new branch] gh/shunting314/258/orig -> origin/gh/shunting314/258/orig 2025-12-04T09:49:19.2804015Z * [new branch] gh/shunting314/259/base -> origin/gh/shunting314/259/base 2025-12-04T09:49:19.2804226Z * [new branch] gh/shunting314/259/head -> origin/gh/shunting314/259/head 2025-12-04T09:49:19.2804439Z * [new branch] gh/shunting314/259/orig -> origin/gh/shunting314/259/orig 2025-12-04T09:49:19.2804657Z * [new branch] gh/shunting314/260/base -> origin/gh/shunting314/260/base 2025-12-04T09:49:19.2804871Z * [new branch] gh/shunting314/260/head -> origin/gh/shunting314/260/head 2025-12-04T09:49:19.2805078Z * [new branch] gh/shunting314/260/orig -> origin/gh/shunting314/260/orig 2025-12-04T09:49:19.2805297Z * [new branch] gh/shunting314/261/base -> origin/gh/shunting314/261/base 2025-12-04T09:49:19.2805504Z * [new branch] gh/shunting314/261/head -> origin/gh/shunting314/261/head 2025-12-04T09:49:19.2805710Z * [new branch] gh/shunting314/261/orig -> origin/gh/shunting314/261/orig 2025-12-04T09:49:19.2805919Z * [new branch] gh/shunting314/262/base -> origin/gh/shunting314/262/base 2025-12-04T09:49:19.2806142Z * [new branch] gh/shunting314/262/head -> origin/gh/shunting314/262/head 2025-12-04T09:49:19.2806354Z * [new branch] gh/shunting314/262/orig -> origin/gh/shunting314/262/orig 2025-12-04T09:49:19.2806562Z * [new branch] gh/shunting314/263/base -> origin/gh/shunting314/263/base 2025-12-04T09:49:19.2806782Z * [new branch] gh/shunting314/263/head -> origin/gh/shunting314/263/head 2025-12-04T09:49:19.2806989Z * [new branch] gh/shunting314/263/orig -> origin/gh/shunting314/263/orig 2025-12-04T09:49:19.2807197Z * [new branch] gh/shunting314/264/base -> origin/gh/shunting314/264/base 2025-12-04T09:49:19.2807411Z * [new branch] gh/shunting314/264/head -> origin/gh/shunting314/264/head 2025-12-04T09:49:19.2807619Z * [new branch] gh/shunting314/264/orig -> origin/gh/shunting314/264/orig 2025-12-04T09:49:19.2807899Z * [new branch] gh/shunting314/265/base -> origin/gh/shunting314/265/base 2025-12-04T09:49:19.2808124Z * [new branch] gh/shunting314/265/head -> origin/gh/shunting314/265/head 2025-12-04T09:49:19.2808332Z * [new branch] gh/shunting314/265/orig -> origin/gh/shunting314/265/orig 2025-12-04T09:49:19.2808542Z * [new branch] gh/shunting314/266/base -> origin/gh/shunting314/266/base 2025-12-04T09:49:19.2808759Z * [new branch] gh/shunting314/266/head -> origin/gh/shunting314/266/head 2025-12-04T09:49:19.2808977Z * [new branch] gh/shunting314/266/orig -> origin/gh/shunting314/266/orig 2025-12-04T09:49:19.2809188Z * [new branch] gh/shunting314/267/base -> origin/gh/shunting314/267/base 2025-12-04T09:49:19.2809410Z * [new branch] gh/shunting314/267/head -> origin/gh/shunting314/267/head 2025-12-04T09:49:19.2809625Z * [new branch] gh/shunting314/267/orig -> origin/gh/shunting314/267/orig 2025-12-04T09:49:19.2809914Z * [new branch] gh/shunting314/268/base -> origin/gh/shunting314/268/base 2025-12-04T09:49:19.2810133Z * [new branch] gh/shunting314/268/head -> origin/gh/shunting314/268/head 2025-12-04T09:49:19.2810340Z * [new branch] gh/shunting314/268/orig -> origin/gh/shunting314/268/orig 2025-12-04T09:49:19.2810549Z * [new branch] gh/shunting314/269/base -> origin/gh/shunting314/269/base 2025-12-04T09:49:19.2810765Z * [new branch] gh/shunting314/269/head -> origin/gh/shunting314/269/head 2025-12-04T09:49:19.2811099Z * [new branch] gh/shunting314/269/orig -> origin/gh/shunting314/269/orig 2025-12-04T09:49:19.2811309Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-12-04T09:49:19.2811516Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-12-04T09:49:19.2811735Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-12-04T09:49:19.2812026Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-12-04T09:49:19.2812221Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-12-04T09:49:19.2812426Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-12-04T09:49:19.2812706Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-12-04T09:49:19.2812906Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-12-04T09:49:19.2813118Z * [new branch] gh/slayton58/39/base -> origin/gh/slayton58/39/base 2025-12-04T09:49:19.2813317Z * [new branch] gh/slayton58/39/head -> origin/gh/slayton58/39/head 2025-12-04T09:49:19.2813513Z * [new branch] gh/slayton58/39/orig -> origin/gh/slayton58/39/orig 2025-12-04T09:49:19.2813722Z * [new branch] gh/slayton58/42/base -> origin/gh/slayton58/42/base 2025-12-04T09:49:19.2813921Z * [new branch] gh/slayton58/42/head -> origin/gh/slayton58/42/head 2025-12-04T09:49:19.2814112Z * [new branch] gh/slayton58/42/orig -> origin/gh/slayton58/42/orig 2025-12-04T09:49:19.2814317Z * [new branch] gh/slayton58/43/base -> origin/gh/slayton58/43/base 2025-12-04T09:49:19.2814509Z * [new branch] gh/slayton58/43/head -> origin/gh/slayton58/43/head 2025-12-04T09:49:19.2814704Z * [new branch] gh/slayton58/43/orig -> origin/gh/slayton58/43/orig 2025-12-04T09:49:19.2814910Z * [new branch] gh/slayton58/44/base -> origin/gh/slayton58/44/base 2025-12-04T09:49:19.2815103Z * [new branch] gh/slayton58/44/head -> origin/gh/slayton58/44/head 2025-12-04T09:49:19.2815294Z * [new branch] gh/slayton58/44/orig -> origin/gh/slayton58/44/orig 2025-12-04T09:49:19.2815583Z * [new branch] gh/slayton58/45/base -> origin/gh/slayton58/45/base 2025-12-04T09:49:19.2815777Z * [new branch] gh/slayton58/45/head -> origin/gh/slayton58/45/head 2025-12-04T09:49:19.2815978Z * [new branch] gh/slayton58/45/orig -> origin/gh/slayton58/45/orig 2025-12-04T09:49:19.2816174Z * [new branch] gh/slayton58/46/base -> origin/gh/slayton58/46/base 2025-12-04T09:49:19.2816379Z * [new branch] gh/slayton58/46/head -> origin/gh/slayton58/46/head 2025-12-04T09:49:19.2816572Z * [new branch] gh/slayton58/46/orig -> origin/gh/slayton58/46/orig 2025-12-04T09:49:19.2816772Z * [new branch] gh/slayton58/6/base -> origin/gh/slayton58/6/base 2025-12-04T09:49:19.2816977Z * [new branch] gh/slayton58/6/head -> origin/gh/slayton58/6/head 2025-12-04T09:49:19.2817175Z * [new branch] gh/slayton58/7/base -> origin/gh/slayton58/7/base 2025-12-04T09:49:19.2817530Z * [new branch] gh/slayton58/7/head -> origin/gh/slayton58/7/head 2025-12-04T09:49:19.2817750Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-12-04T09:49:19.2817957Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-12-04T09:49:19.2818158Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-12-04T09:49:19.2818369Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-12-04T09:49:19.2818574Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-12-04T09:49:19.2818775Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-12-04T09:49:19.2818986Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-12-04T09:49:19.2819190Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-12-04T09:49:19.2819391Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-12-04T09:49:19.2819598Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-12-04T09:49:19.2819795Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-12-04T09:49:19.2819994Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-12-04T09:49:19.2820204Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-12-04T09:49:19.2820402Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-12-04T09:49:19.2820601Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-12-04T09:49:19.2820801Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-12-04T09:49:19.2821021Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-12-04T09:49:19.2821219Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-12-04T09:49:19.2821420Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-12-04T09:49:19.2821629Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-12-04T09:49:19.2821829Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-12-04T09:49:19.2822029Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-12-04T09:49:19.2822237Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-12-04T09:49:19.2822438Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-12-04T09:49:19.2822712Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-12-04T09:49:19.2822933Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-12-04T09:49:19.2823136Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-12-04T09:49:19.2823341Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-12-04T09:49:19.2823551Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-12-04T09:49:19.2823751Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-12-04T09:49:19.2823954Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-12-04T09:49:19.2824175Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-12-04T09:49:19.2824380Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-12-04T09:49:19.2824585Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-12-04T09:49:19.2824920Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-12-04T09:49:19.2825224Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-12-04T09:49:19.2825488Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-12-04T09:49:19.2825691Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-12-04T09:49:19.2825917Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-12-04T09:49:19.2826117Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-12-04T09:49:19.2826322Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-12-04T09:49:19.2826536Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-12-04T09:49:19.2826748Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-12-04T09:49:19.2826953Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-12-04T09:49:19.2827167Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-12-04T09:49:19.2827367Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-12-04T09:49:19.2827570Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-12-04T09:49:19.2827785Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-12-04T09:49:19.2827985Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-12-04T09:49:19.2828191Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-12-04T09:49:19.2828402Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-12-04T09:49:19.2828607Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-12-04T09:49:19.2828810Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-12-04T09:49:19.2829028Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-12-04T09:49:19.2829231Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-12-04T09:49:19.2829429Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-12-04T09:49:19.2829634Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-12-04T09:49:19.2829835Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-12-04T09:49:19.2830034Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-12-04T09:49:19.2830315Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-12-04T09:49:19.2830539Z * [new branch] gh/soulitzer/380/base -> origin/gh/soulitzer/380/base 2025-12-04T09:49:19.2830744Z * [new branch] gh/soulitzer/380/head -> origin/gh/soulitzer/380/head 2025-12-04T09:49:19.2830947Z * [new branch] gh/soulitzer/380/orig -> origin/gh/soulitzer/380/orig 2025-12-04T09:49:19.2831164Z * [new branch] gh/soulitzer/385/base -> origin/gh/soulitzer/385/base 2025-12-04T09:49:19.2831364Z * [new branch] gh/soulitzer/385/head -> origin/gh/soulitzer/385/head 2025-12-04T09:49:19.2831564Z * [new branch] gh/soulitzer/385/orig -> origin/gh/soulitzer/385/orig 2025-12-04T09:49:19.2831782Z * [new branch] gh/soulitzer/386/base -> origin/gh/soulitzer/386/base 2025-12-04T09:49:19.2831984Z * [new branch] gh/soulitzer/386/head -> origin/gh/soulitzer/386/head 2025-12-04T09:49:19.2832256Z * [new branch] gh/soulitzer/386/orig -> origin/gh/soulitzer/386/orig 2025-12-04T09:49:19.2832472Z * [new branch] gh/soulitzer/387/base -> origin/gh/soulitzer/387/base 2025-12-04T09:49:19.2832792Z * [new branch] gh/soulitzer/387/head -> origin/gh/soulitzer/387/head 2025-12-04T09:49:19.2832995Z * [new branch] gh/soulitzer/387/orig -> origin/gh/soulitzer/387/orig 2025-12-04T09:49:19.2833213Z * [new branch] gh/soulitzer/388/base -> origin/gh/soulitzer/388/base 2025-12-04T09:49:19.2833415Z * [new branch] gh/soulitzer/388/head -> origin/gh/soulitzer/388/head 2025-12-04T09:49:19.2833615Z * [new branch] gh/soulitzer/388/orig -> origin/gh/soulitzer/388/orig 2025-12-04T09:49:19.2833831Z * [new branch] gh/soulitzer/389/base -> origin/gh/soulitzer/389/base 2025-12-04T09:49:19.2834039Z * [new branch] gh/soulitzer/389/head -> origin/gh/soulitzer/389/head 2025-12-04T09:49:19.2834242Z * [new branch] gh/soulitzer/389/orig -> origin/gh/soulitzer/389/orig 2025-12-04T09:49:19.2834461Z * [new branch] gh/soulitzer/390/base -> origin/gh/soulitzer/390/base 2025-12-04T09:49:19.2834667Z * [new branch] gh/soulitzer/390/head -> origin/gh/soulitzer/390/head 2025-12-04T09:49:19.2834871Z * [new branch] gh/soulitzer/390/orig -> origin/gh/soulitzer/390/orig 2025-12-04T09:49:19.2835076Z * [new branch] gh/soulitzer/391/base -> origin/gh/soulitzer/391/base 2025-12-04T09:49:19.2835294Z * [new branch] gh/soulitzer/391/head -> origin/gh/soulitzer/391/head 2025-12-04T09:49:19.2835500Z * [new branch] gh/soulitzer/391/orig -> origin/gh/soulitzer/391/orig 2025-12-04T09:49:19.2835703Z * [new branch] gh/soulitzer/392/base -> origin/gh/soulitzer/392/base 2025-12-04T09:49:19.2835921Z * [new branch] gh/soulitzer/392/head -> origin/gh/soulitzer/392/head 2025-12-04T09:49:19.2836122Z * [new branch] gh/soulitzer/392/orig -> origin/gh/soulitzer/392/orig 2025-12-04T09:49:19.2836322Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-12-04T09:49:19.2836535Z * [new branch] gh/swolchok/819/base -> origin/gh/swolchok/819/base 2025-12-04T09:49:19.2836730Z * [new branch] gh/swolchok/819/head -> origin/gh/swolchok/819/head 2025-12-04T09:49:19.2836925Z * [new branch] gh/swolchok/819/orig -> origin/gh/swolchok/819/orig 2025-12-04T09:49:19.2837131Z * [new branch] gh/swolchok/824/base -> origin/gh/swolchok/824/base 2025-12-04T09:49:19.2837327Z * [new branch] gh/swolchok/824/head -> origin/gh/swolchok/824/head 2025-12-04T09:49:19.2837604Z * [new branch] gh/swolchok/824/orig -> origin/gh/swolchok/824/orig 2025-12-04T09:49:19.2837813Z * [new branch] gh/swolchok/829/base -> origin/gh/swolchok/829/base 2025-12-04T09:49:19.2838012Z * [new branch] gh/swolchok/829/head -> origin/gh/swolchok/829/head 2025-12-04T09:49:19.2838313Z * [new branch] gh/swolchok/829/orig -> origin/gh/swolchok/829/orig 2025-12-04T09:49:19.2838518Z * [new branch] gh/swolchok/839/base -> origin/gh/swolchok/839/base 2025-12-04T09:49:19.2838713Z * [new branch] gh/swolchok/839/head -> origin/gh/swolchok/839/head 2025-12-04T09:49:19.2838908Z * [new branch] gh/swolchok/839/orig -> origin/gh/swolchok/839/orig 2025-12-04T09:49:19.2839208Z * [new branch] gh/swolchok/841/base -> origin/gh/swolchok/841/base 2025-12-04T09:49:19.2839408Z * [new branch] gh/swolchok/841/head -> origin/gh/swolchok/841/head 2025-12-04T09:49:19.2839610Z * [new branch] gh/swolchok/841/orig -> origin/gh/swolchok/841/orig 2025-12-04T09:49:19.2839975Z * [new branch] gh/swolchok/842/base -> origin/gh/swolchok/842/base 2025-12-04T09:49:19.2840186Z * [new branch] gh/swolchok/842/head -> origin/gh/swolchok/842/head 2025-12-04T09:49:19.2840379Z * [new branch] gh/swolchok/842/orig -> origin/gh/swolchok/842/orig 2025-12-04T09:49:19.2840576Z * [new branch] gh/swolchok/845/base -> origin/gh/swolchok/845/base 2025-12-04T09:49:19.2840883Z * [new branch] gh/swolchok/845/head -> origin/gh/swolchok/845/head 2025-12-04T09:49:19.2841082Z * [new branch] gh/swolchok/845/orig -> origin/gh/swolchok/845/orig 2025-12-04T09:49:19.2841275Z * [new branch] gh/swolchok/848/base -> origin/gh/swolchok/848/base 2025-12-04T09:49:19.2841470Z * [new branch] gh/swolchok/848/head -> origin/gh/swolchok/848/head 2025-12-04T09:49:19.2841676Z * [new branch] gh/swolchok/848/orig -> origin/gh/swolchok/848/orig 2025-12-04T09:49:19.2841875Z * [new branch] gh/swolchok/856/base -> origin/gh/swolchok/856/base 2025-12-04T09:49:19.2842075Z * [new branch] gh/swolchok/856/head -> origin/gh/swolchok/856/head 2025-12-04T09:49:19.2842268Z * [new branch] gh/swolchok/856/orig -> origin/gh/swolchok/856/orig 2025-12-04T09:49:19.2842459Z * [new branch] gh/swolchok/860/base -> origin/gh/swolchok/860/base 2025-12-04T09:49:19.2842662Z * [new branch] gh/swolchok/860/head -> origin/gh/swolchok/860/head 2025-12-04T09:49:19.2842854Z * [new branch] gh/swolchok/860/orig -> origin/gh/swolchok/860/orig 2025-12-04T09:49:19.2843049Z * [new branch] gh/swolchok/861/base -> origin/gh/swolchok/861/base 2025-12-04T09:49:19.2843256Z * [new branch] gh/swolchok/861/head -> origin/gh/swolchok/861/head 2025-12-04T09:49:19.2843453Z * [new branch] gh/swolchok/861/orig -> origin/gh/swolchok/861/orig 2025-12-04T09:49:19.2843645Z * [new branch] gh/swolchok/862/base -> origin/gh/swolchok/862/base 2025-12-04T09:49:19.2843846Z * [new branch] gh/swolchok/862/head -> origin/gh/swolchok/862/head 2025-12-04T09:49:19.2844039Z * [new branch] gh/swolchok/862/orig -> origin/gh/swolchok/862/orig 2025-12-04T09:49:19.2844238Z * [new branch] gh/swolchok/863/base -> origin/gh/swolchok/863/base 2025-12-04T09:49:19.2844430Z * [new branch] gh/swolchok/863/head -> origin/gh/swolchok/863/head 2025-12-04T09:49:19.2844631Z * [new branch] gh/swolchok/863/orig -> origin/gh/swolchok/863/orig 2025-12-04T09:49:19.2844825Z * [new branch] gh/swolchok/864/base -> origin/gh/swolchok/864/base 2025-12-04T09:49:19.2845100Z * [new branch] gh/swolchok/864/head -> origin/gh/swolchok/864/head 2025-12-04T09:49:19.2845308Z * [new branch] gh/swolchok/864/orig -> origin/gh/swolchok/864/orig 2025-12-04T09:49:19.2845504Z * [new branch] gh/swolchok/865/base -> origin/gh/swolchok/865/base 2025-12-04T09:49:19.2845703Z * [new branch] gh/swolchok/865/head -> origin/gh/swolchok/865/head 2025-12-04T09:49:19.2845910Z * [new branch] gh/swolchok/865/orig -> origin/gh/swolchok/865/orig 2025-12-04T09:49:19.2846101Z * [new branch] gh/swolchok/866/base -> origin/gh/swolchok/866/base 2025-12-04T09:49:19.2846298Z * [new branch] gh/swolchok/866/head -> origin/gh/swolchok/866/head 2025-12-04T09:49:19.2846503Z * [new branch] gh/swolchok/866/orig -> origin/gh/swolchok/866/orig 2025-12-04T09:49:19.2846696Z * [new branch] gh/swolchok/867/base -> origin/gh/swolchok/867/base 2025-12-04T09:49:19.2846970Z * [new branch] gh/swolchok/867/head -> origin/gh/swolchok/867/head 2025-12-04T09:49:19.2847179Z * [new branch] gh/swolchok/867/orig -> origin/gh/swolchok/867/orig 2025-12-04T09:49:19.2847373Z * [new branch] gh/swolchok/868/base -> origin/gh/swolchok/868/base 2025-12-04T09:49:19.2847569Z * [new branch] gh/swolchok/868/head -> origin/gh/swolchok/868/head 2025-12-04T09:49:19.2847770Z * [new branch] gh/swolchok/868/orig -> origin/gh/swolchok/868/orig 2025-12-04T09:49:19.2847965Z * [new branch] gh/swolchok/869/base -> origin/gh/swolchok/869/base 2025-12-04T09:49:19.2848161Z * [new branch] gh/swolchok/869/head -> origin/gh/swolchok/869/head 2025-12-04T09:49:19.2848455Z * [new branch] gh/swolchok/869/orig -> origin/gh/swolchok/869/orig 2025-12-04T09:49:19.2848718Z * [new branch] gh/swolchok/870/base -> origin/gh/swolchok/870/base 2025-12-04T09:49:19.2848917Z * [new branch] gh/swolchok/870/head -> origin/gh/swolchok/870/head 2025-12-04T09:49:19.2849114Z * [new branch] gh/swolchok/870/orig -> origin/gh/swolchok/870/orig 2025-12-04T09:49:19.2849316Z * [new branch] gh/swolchok/871/base -> origin/gh/swolchok/871/base 2025-12-04T09:49:19.2849509Z * [new branch] gh/swolchok/871/head -> origin/gh/swolchok/871/head 2025-12-04T09:49:19.2849704Z * [new branch] gh/swolchok/871/orig -> origin/gh/swolchok/871/orig 2025-12-04T09:49:19.2849907Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-12-04T09:49:19.2850095Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-12-04T09:49:19.2850285Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-12-04T09:49:19.2850485Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-12-04T09:49:19.2850680Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-12-04T09:49:19.2850869Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-12-04T09:49:19.2851060Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-12-04T09:49:19.2851247Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-12-04T09:49:19.2851433Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-12-04T09:49:19.2851631Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-12-04T09:49:19.2851820Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-12-04T09:49:19.2852060Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2025-12-04T09:49:19.2852391Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2025-12-04T09:49:19.2852622Z * [new branch] gh/tugsbayasgalan/10/orig -> origin/gh/tugsbayasgalan/10/orig 2025-12-04T09:49:19.2852851Z * [new branch] gh/tugsbayasgalan/13/base -> origin/gh/tugsbayasgalan/13/base 2025-12-04T09:49:19.2853097Z * [new branch] gh/tugsbayasgalan/13/head -> origin/gh/tugsbayasgalan/13/head 2025-12-04T09:49:19.2853324Z * [new branch] gh/tugsbayasgalan/13/orig -> origin/gh/tugsbayasgalan/13/orig 2025-12-04T09:49:19.2853556Z * [new branch] gh/tugsbayasgalan/17/base -> origin/gh/tugsbayasgalan/17/base 2025-12-04T09:49:19.2853794Z * [new branch] gh/tugsbayasgalan/17/head -> origin/gh/tugsbayasgalan/17/head 2025-12-04T09:49:19.2854026Z * [new branch] gh/tugsbayasgalan/17/orig -> origin/gh/tugsbayasgalan/17/orig 2025-12-04T09:49:19.2854266Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-12-04T09:49:19.2854565Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-12-04T09:49:19.2854805Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-12-04T09:49:19.2855041Z * [new branch] gh/tugsbayasgalan/28/base -> origin/gh/tugsbayasgalan/28/base 2025-12-04T09:49:19.2855268Z * [new branch] gh/tugsbayasgalan/28/head -> origin/gh/tugsbayasgalan/28/head 2025-12-04T09:49:19.2855503Z * [new branch] gh/tugsbayasgalan/28/orig -> origin/gh/tugsbayasgalan/28/orig 2025-12-04T09:49:19.2855729Z * [new branch] gh/tugsbayasgalan/32/base -> origin/gh/tugsbayasgalan/32/base 2025-12-04T09:49:19.2855961Z * [new branch] gh/tugsbayasgalan/32/head -> origin/gh/tugsbayasgalan/32/head 2025-12-04T09:49:19.2856397Z * [new branch] gh/tugsbayasgalan/32/orig -> origin/gh/tugsbayasgalan/32/orig 2025-12-04T09:49:19.2856660Z * [new branch] gh/tugsbayasgalan/35/base -> origin/gh/tugsbayasgalan/35/base 2025-12-04T09:49:19.2856890Z * [new branch] gh/tugsbayasgalan/35/head -> origin/gh/tugsbayasgalan/35/head 2025-12-04T09:49:19.2857137Z * [new branch] gh/tugsbayasgalan/35/orig -> origin/gh/tugsbayasgalan/35/orig 2025-12-04T09:49:19.2857370Z * [new branch] gh/tugsbayasgalan/36/base -> origin/gh/tugsbayasgalan/36/base 2025-12-04T09:49:19.2857697Z * [new branch] gh/tugsbayasgalan/36/head -> origin/gh/tugsbayasgalan/36/head 2025-12-04T09:49:19.2857942Z * [new branch] gh/tugsbayasgalan/36/orig -> origin/gh/tugsbayasgalan/36/orig 2025-12-04T09:49:19.2858173Z * [new branch] gh/tugsbayasgalan/37/base -> origin/gh/tugsbayasgalan/37/base 2025-12-04T09:49:19.2858410Z * [new branch] gh/tugsbayasgalan/37/head -> origin/gh/tugsbayasgalan/37/head 2025-12-04T09:49:19.2858657Z * [new branch] gh/tugsbayasgalan/37/orig -> origin/gh/tugsbayasgalan/37/orig 2025-12-04T09:49:19.2858891Z * [new branch] gh/tugsbayasgalan/43/base -> origin/gh/tugsbayasgalan/43/base 2025-12-04T09:49:19.2859122Z * [new branch] gh/tugsbayasgalan/43/head -> origin/gh/tugsbayasgalan/43/head 2025-12-04T09:49:19.2859365Z * [new branch] gh/tugsbayasgalan/43/orig -> origin/gh/tugsbayasgalan/43/orig 2025-12-04T09:49:19.2859596Z * [new branch] gh/tugsbayasgalan/48/base -> origin/gh/tugsbayasgalan/48/base 2025-12-04T09:49:19.2860804Z * [new branch] gh/tugsbayasgalan/48/head -> origin/gh/tugsbayasgalan/48/head 2025-12-04T09:49:19.2861041Z * [new branch] gh/tugsbayasgalan/48/orig -> origin/gh/tugsbayasgalan/48/orig 2025-12-04T09:49:19.2861271Z * [new branch] gh/tugsbayasgalan/51/base -> origin/gh/tugsbayasgalan/51/base 2025-12-04T09:49:19.2861605Z * [new branch] gh/tugsbayasgalan/51/head -> origin/gh/tugsbayasgalan/51/head 2025-12-04T09:49:19.2861848Z * [new branch] gh/tugsbayasgalan/51/orig -> origin/gh/tugsbayasgalan/51/orig 2025-12-04T09:49:19.2862079Z * [new branch] gh/tugsbayasgalan/52/base -> origin/gh/tugsbayasgalan/52/base 2025-12-04T09:49:19.2862306Z * [new branch] gh/tugsbayasgalan/52/head -> origin/gh/tugsbayasgalan/52/head 2025-12-04T09:49:19.2862536Z * [new branch] gh/tugsbayasgalan/52/orig -> origin/gh/tugsbayasgalan/52/orig 2025-12-04T09:49:19.2862770Z * [new branch] gh/tugsbayasgalan/53/base -> origin/gh/tugsbayasgalan/53/base 2025-12-04T09:49:19.2863003Z * [new branch] gh/tugsbayasgalan/53/head -> origin/gh/tugsbayasgalan/53/head 2025-12-04T09:49:19.2863231Z * [new branch] gh/tugsbayasgalan/53/orig -> origin/gh/tugsbayasgalan/53/orig 2025-12-04T09:49:19.2863472Z * [new branch] gh/tugsbayasgalan/55/base -> origin/gh/tugsbayasgalan/55/base 2025-12-04T09:49:19.2863777Z * [new branch] gh/tugsbayasgalan/55/head -> origin/gh/tugsbayasgalan/55/head 2025-12-04T09:49:19.2864008Z * [new branch] gh/tugsbayasgalan/55/orig -> origin/gh/tugsbayasgalan/55/orig 2025-12-04T09:49:19.2864244Z * [new branch] gh/tugsbayasgalan/59/base -> origin/gh/tugsbayasgalan/59/base 2025-12-04T09:49:19.2864477Z * [new branch] gh/tugsbayasgalan/59/head -> origin/gh/tugsbayasgalan/59/head 2025-12-04T09:49:19.2864712Z * [new branch] gh/tugsbayasgalan/59/orig -> origin/gh/tugsbayasgalan/59/orig 2025-12-04T09:49:19.2864952Z * [new branch] gh/tugsbayasgalan/6/base -> origin/gh/tugsbayasgalan/6/base 2025-12-04T09:49:19.2865178Z * [new branch] gh/tugsbayasgalan/6/head -> origin/gh/tugsbayasgalan/6/head 2025-12-04T09:49:19.2865407Z * [new branch] gh/tugsbayasgalan/6/orig -> origin/gh/tugsbayasgalan/6/orig 2025-12-04T09:49:19.2865655Z * [new branch] gh/tugsbayasgalan/60/base -> origin/gh/tugsbayasgalan/60/base 2025-12-04T09:49:19.2865886Z * [new branch] gh/tugsbayasgalan/60/head -> origin/gh/tugsbayasgalan/60/head 2025-12-04T09:49:19.2866115Z * [new branch] gh/tugsbayasgalan/60/orig -> origin/gh/tugsbayasgalan/60/orig 2025-12-04T09:49:19.2866361Z * [new branch] gh/tugsbayasgalan/61/base -> origin/gh/tugsbayasgalan/61/base 2025-12-04T09:49:19.2866587Z * [new branch] gh/tugsbayasgalan/61/head -> origin/gh/tugsbayasgalan/61/head 2025-12-04T09:49:19.2866821Z * [new branch] gh/tugsbayasgalan/61/orig -> origin/gh/tugsbayasgalan/61/orig 2025-12-04T09:49:19.2867056Z * [new branch] gh/tugsbayasgalan/63/base -> origin/gh/tugsbayasgalan/63/base 2025-12-04T09:49:19.2867285Z * [new branch] gh/tugsbayasgalan/63/head -> origin/gh/tugsbayasgalan/63/head 2025-12-04T09:49:19.2867516Z * [new branch] gh/tugsbayasgalan/63/orig -> origin/gh/tugsbayasgalan/63/orig 2025-12-04T09:49:19.2867759Z * [new branch] gh/tugsbayasgalan/67/base -> origin/gh/tugsbayasgalan/67/base 2025-12-04T09:49:19.2868101Z * [new branch] gh/tugsbayasgalan/67/head -> origin/gh/tugsbayasgalan/67/head 2025-12-04T09:49:19.2868416Z * [new branch] gh/tugsbayasgalan/67/orig -> origin/gh/tugsbayasgalan/67/orig 2025-12-04T09:49:19.2868797Z * [new branch] gh/tugsbayasgalan/68/base -> origin/gh/tugsbayasgalan/68/base 2025-12-04T09:49:19.2869194Z * [new branch] gh/tugsbayasgalan/68/head -> origin/gh/tugsbayasgalan/68/head 2025-12-04T09:49:19.2869629Z * [new branch] gh/tugsbayasgalan/68/orig -> origin/gh/tugsbayasgalan/68/orig 2025-12-04T09:49:19.2870068Z * [new branch] gh/tugsbayasgalan/7/base -> origin/gh/tugsbayasgalan/7/base 2025-12-04T09:49:19.2870645Z * [new branch] gh/tugsbayasgalan/7/head -> origin/gh/tugsbayasgalan/7/head 2025-12-04T09:49:19.2871070Z * [new branch] gh/tugsbayasgalan/7/orig -> origin/gh/tugsbayasgalan/7/orig 2025-12-04T09:49:19.2871514Z * [new branch] gh/tugsbayasgalan/70/base -> origin/gh/tugsbayasgalan/70/base 2025-12-04T09:49:19.2871961Z * [new branch] gh/tugsbayasgalan/70/head -> origin/gh/tugsbayasgalan/70/head 2025-12-04T09:49:19.2872416Z * [new branch] gh/tugsbayasgalan/70/orig -> origin/gh/tugsbayasgalan/70/orig 2025-12-04T09:49:19.2872841Z * [new branch] gh/tugsbayasgalan/71/base -> origin/gh/tugsbayasgalan/71/base 2025-12-04T09:49:19.2873268Z * [new branch] gh/tugsbayasgalan/71/head -> origin/gh/tugsbayasgalan/71/head 2025-12-04T09:49:19.2873714Z * [new branch] gh/tugsbayasgalan/71/orig -> origin/gh/tugsbayasgalan/71/orig 2025-12-04T09:49:19.2874157Z * [new branch] gh/tugsbayasgalan/72/base -> origin/gh/tugsbayasgalan/72/base 2025-12-04T09:49:19.2874729Z * [new branch] gh/tugsbayasgalan/72/head -> origin/gh/tugsbayasgalan/72/head 2025-12-04T09:49:19.2875182Z * [new branch] gh/tugsbayasgalan/72/orig -> origin/gh/tugsbayasgalan/72/orig 2025-12-04T09:49:19.2875597Z * [new branch] gh/tugsbayasgalan/73/base -> origin/gh/tugsbayasgalan/73/base 2025-12-04T09:49:19.2875985Z * [new branch] gh/tugsbayasgalan/73/head -> origin/gh/tugsbayasgalan/73/head 2025-12-04T09:49:19.2876315Z * [new branch] gh/tugsbayasgalan/73/orig -> origin/gh/tugsbayasgalan/73/orig 2025-12-04T09:49:19.2876645Z * [new branch] gh/tugsbayasgalan/74/base -> origin/gh/tugsbayasgalan/74/base 2025-12-04T09:49:19.2877169Z * [new branch] gh/tugsbayasgalan/74/head -> origin/gh/tugsbayasgalan/74/head 2025-12-04T09:49:19.2877638Z * [new branch] gh/tugsbayasgalan/74/orig -> origin/gh/tugsbayasgalan/74/orig 2025-12-04T09:49:19.2878057Z * [new branch] gh/tugsbayasgalan/75/base -> origin/gh/tugsbayasgalan/75/base 2025-12-04T09:49:19.2878480Z * [new branch] gh/tugsbayasgalan/75/head -> origin/gh/tugsbayasgalan/75/head 2025-12-04T09:49:19.2878885Z * [new branch] gh/tugsbayasgalan/75/orig -> origin/gh/tugsbayasgalan/75/orig 2025-12-04T09:49:19.2879351Z * [new branch] gh/tugsbayasgalan/76/base -> origin/gh/tugsbayasgalan/76/base 2025-12-04T09:49:19.2879738Z * [new branch] gh/tugsbayasgalan/76/head -> origin/gh/tugsbayasgalan/76/head 2025-12-04T09:49:19.2880218Z * [new branch] gh/tugsbayasgalan/76/orig -> origin/gh/tugsbayasgalan/76/orig 2025-12-04T09:49:19.2880758Z * [new branch] gh/tugsbayasgalan/77/base -> origin/gh/tugsbayasgalan/77/base 2025-12-04T09:49:19.2881213Z * [new branch] gh/tugsbayasgalan/77/head -> origin/gh/tugsbayasgalan/77/head 2025-12-04T09:49:19.2881543Z * [new branch] gh/tugsbayasgalan/77/orig -> origin/gh/tugsbayasgalan/77/orig 2025-12-04T09:49:19.2881943Z * [new branch] gh/tugsbayasgalan/78/base -> origin/gh/tugsbayasgalan/78/base 2025-12-04T09:49:19.2882452Z * [new branch] gh/tugsbayasgalan/78/head -> origin/gh/tugsbayasgalan/78/head 2025-12-04T09:49:19.2882848Z * [new branch] gh/tugsbayasgalan/78/orig -> origin/gh/tugsbayasgalan/78/orig 2025-12-04T09:49:19.2883423Z * [new branch] gh/tugsbayasgalan/79/base -> origin/gh/tugsbayasgalan/79/base 2025-12-04T09:49:19.2883962Z * [new branch] gh/tugsbayasgalan/79/head -> origin/gh/tugsbayasgalan/79/head 2025-12-04T09:49:19.2884446Z * [new branch] gh/tugsbayasgalan/79/orig -> origin/gh/tugsbayasgalan/79/orig 2025-12-04T09:49:19.2884773Z * [new branch] gh/tugsbayasgalan/8/base -> origin/gh/tugsbayasgalan/8/base 2025-12-04T09:49:19.2885096Z * [new branch] gh/tugsbayasgalan/8/head -> origin/gh/tugsbayasgalan/8/head 2025-12-04T09:49:19.2885643Z * [new branch] gh/tugsbayasgalan/8/orig -> origin/gh/tugsbayasgalan/8/orig 2025-12-04T09:49:19.2886036Z * [new branch] gh/tugsbayasgalan/80/base -> origin/gh/tugsbayasgalan/80/base 2025-12-04T09:49:19.2886397Z * [new branch] gh/tugsbayasgalan/80/head -> origin/gh/tugsbayasgalan/80/head 2025-12-04T09:49:19.2886801Z * [new branch] gh/tugsbayasgalan/80/orig -> origin/gh/tugsbayasgalan/80/orig 2025-12-04T09:49:19.2887037Z * [new branch] gh/tugsbayasgalan/81/base -> origin/gh/tugsbayasgalan/81/base 2025-12-04T09:49:19.2887264Z * [new branch] gh/tugsbayasgalan/81/head -> origin/gh/tugsbayasgalan/81/head 2025-12-04T09:49:19.2887503Z * [new branch] gh/tugsbayasgalan/81/orig -> origin/gh/tugsbayasgalan/81/orig 2025-12-04T09:49:19.2887730Z * [new branch] gh/tugsbayasgalan/82/base -> origin/gh/tugsbayasgalan/82/base 2025-12-04T09:49:19.2887960Z * [new branch] gh/tugsbayasgalan/82/head -> origin/gh/tugsbayasgalan/82/head 2025-12-04T09:49:19.2888280Z * [new branch] gh/tugsbayasgalan/82/orig -> origin/gh/tugsbayasgalan/82/orig 2025-12-04T09:49:19.2888512Z * [new branch] gh/tugsbayasgalan/83/base -> origin/gh/tugsbayasgalan/83/base 2025-12-04T09:49:19.2888746Z * [new branch] gh/tugsbayasgalan/83/head -> origin/gh/tugsbayasgalan/83/head 2025-12-04T09:49:19.2888974Z * [new branch] gh/tugsbayasgalan/83/orig -> origin/gh/tugsbayasgalan/83/orig 2025-12-04T09:49:19.2889223Z * [new branch] gh/tugsbayasgalan/84/base -> origin/gh/tugsbayasgalan/84/base 2025-12-04T09:49:19.2889450Z * [new branch] gh/tugsbayasgalan/84/head -> origin/gh/tugsbayasgalan/84/head 2025-12-04T09:49:19.2889677Z * [new branch] gh/tugsbayasgalan/84/orig -> origin/gh/tugsbayasgalan/84/orig 2025-12-04T09:49:19.2889915Z * [new branch] gh/tugsbayasgalan/85/base -> origin/gh/tugsbayasgalan/85/base 2025-12-04T09:49:19.2890148Z * [new branch] gh/tugsbayasgalan/85/head -> origin/gh/tugsbayasgalan/85/head 2025-12-04T09:49:19.2890376Z * [new branch] gh/tugsbayasgalan/85/orig -> origin/gh/tugsbayasgalan/85/orig 2025-12-04T09:49:19.2890621Z * [new branch] gh/tugsbayasgalan/86/base -> origin/gh/tugsbayasgalan/86/base 2025-12-04T09:49:19.2890847Z * [new branch] gh/tugsbayasgalan/86/head -> origin/gh/tugsbayasgalan/86/head 2025-12-04T09:49:19.2891073Z * [new branch] gh/tugsbayasgalan/86/orig -> origin/gh/tugsbayasgalan/86/orig 2025-12-04T09:49:19.2891309Z * [new branch] gh/tugsbayasgalan/87/base -> origin/gh/tugsbayasgalan/87/base 2025-12-04T09:49:19.2891537Z * [new branch] gh/tugsbayasgalan/87/head -> origin/gh/tugsbayasgalan/87/head 2025-12-04T09:49:19.2891764Z * [new branch] gh/tugsbayasgalan/87/orig -> origin/gh/tugsbayasgalan/87/orig 2025-12-04T09:49:19.2892006Z * [new branch] gh/tugsbayasgalan/88/base -> origin/gh/tugsbayasgalan/88/base 2025-12-04T09:49:19.2892238Z * [new branch] gh/tugsbayasgalan/88/head -> origin/gh/tugsbayasgalan/88/head 2025-12-04T09:49:19.2892470Z * [new branch] gh/tugsbayasgalan/88/orig -> origin/gh/tugsbayasgalan/88/orig 2025-12-04T09:49:19.2892707Z * [new branch] gh/tugsbayasgalan/89/base -> origin/gh/tugsbayasgalan/89/base 2025-12-04T09:49:19.2892935Z * [new branch] gh/tugsbayasgalan/89/head -> origin/gh/tugsbayasgalan/89/head 2025-12-04T09:49:19.2893171Z * [new branch] gh/tugsbayasgalan/89/orig -> origin/gh/tugsbayasgalan/89/orig 2025-12-04T09:49:19.2893408Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2025-12-04T09:49:19.2893630Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2025-12-04T09:49:19.2893935Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2025-12-04T09:49:19.2894179Z * [new branch] gh/tugsbayasgalan/90/base -> origin/gh/tugsbayasgalan/90/base 2025-12-04T09:49:19.2894411Z * [new branch] gh/tugsbayasgalan/90/head -> origin/gh/tugsbayasgalan/90/head 2025-12-04T09:49:19.2894771Z * [new branch] gh/tugsbayasgalan/90/orig -> origin/gh/tugsbayasgalan/90/orig 2025-12-04T09:49:19.2895040Z * [new branch] gh/tugsbayasgalan/91/base -> origin/gh/tugsbayasgalan/91/base 2025-12-04T09:49:19.2895282Z * [new branch] gh/tugsbayasgalan/91/head -> origin/gh/tugsbayasgalan/91/head 2025-12-04T09:49:19.2895619Z * [new branch] gh/tugsbayasgalan/91/orig -> origin/gh/tugsbayasgalan/91/orig 2025-12-04T09:49:19.2895847Z * [new branch] gh/tugsbayasgalan/92/base -> origin/gh/tugsbayasgalan/92/base 2025-12-04T09:49:19.2896096Z * [new branch] gh/tugsbayasgalan/92/head -> origin/gh/tugsbayasgalan/92/head 2025-12-04T09:49:19.2896405Z * [new branch] gh/tugsbayasgalan/92/orig -> origin/gh/tugsbayasgalan/92/orig 2025-12-04T09:49:19.2896729Z * [new branch] gh/tugsbayasgalan/93/base -> origin/gh/tugsbayasgalan/93/base 2025-12-04T09:49:19.2896966Z * [new branch] gh/tugsbayasgalan/93/head -> origin/gh/tugsbayasgalan/93/head 2025-12-04T09:49:19.2897196Z * [new branch] gh/tugsbayasgalan/93/orig -> origin/gh/tugsbayasgalan/93/orig 2025-12-04T09:49:19.2897381Z * [new branch] gh/v0i0/14/base -> origin/gh/v0i0/14/base 2025-12-04T09:49:19.2897661Z * [new branch] gh/v0i0/14/head -> origin/gh/v0i0/14/head 2025-12-04T09:49:19.2897834Z * [new branch] gh/v0i0/14/orig -> origin/gh/v0i0/14/orig 2025-12-04T09:49:19.2898010Z * [new branch] gh/v0i0/15/base -> origin/gh/v0i0/15/base 2025-12-04T09:49:19.2898200Z * [new branch] gh/v0i0/15/head -> origin/gh/v0i0/15/head 2025-12-04T09:49:19.2898378Z * [new branch] gh/v0i0/15/orig -> origin/gh/v0i0/15/orig 2025-12-04T09:49:19.2898551Z * [new branch] gh/v0i0/16/base -> origin/gh/v0i0/16/base 2025-12-04T09:49:19.2898735Z * [new branch] gh/v0i0/16/head -> origin/gh/v0i0/16/head 2025-12-04T09:49:19.2898904Z * [new branch] gh/v0i0/16/orig -> origin/gh/v0i0/16/orig 2025-12-04T09:49:19.2899071Z * [new branch] gh/v0i0/17/base -> origin/gh/v0i0/17/base 2025-12-04T09:49:19.2899251Z * [new branch] gh/v0i0/17/head -> origin/gh/v0i0/17/head 2025-12-04T09:49:19.2899420Z * [new branch] gh/v0i0/17/orig -> origin/gh/v0i0/17/orig 2025-12-04T09:49:19.2899589Z * [new branch] gh/v0i0/18/base -> origin/gh/v0i0/18/base 2025-12-04T09:49:19.2899763Z * [new branch] gh/v0i0/18/head -> origin/gh/v0i0/18/head 2025-12-04T09:49:19.2899947Z * [new branch] gh/v0i0/18/orig -> origin/gh/v0i0/18/orig 2025-12-04T09:49:19.2900118Z * [new branch] gh/v0i0/19/base -> origin/gh/v0i0/19/base 2025-12-04T09:49:19.2900288Z * [new branch] gh/v0i0/19/head -> origin/gh/v0i0/19/head 2025-12-04T09:49:19.2900472Z * [new branch] gh/v0i0/19/orig -> origin/gh/v0i0/19/orig 2025-12-04T09:49:19.2900689Z * [new branch] gh/vishal9-team/1/base -> origin/gh/vishal9-team/1/base 2025-12-04T09:49:19.2900902Z * [new branch] gh/vishal9-team/1/head -> origin/gh/vishal9-team/1/head 2025-12-04T09:49:19.2901117Z * [new branch] gh/vishal9-team/2/base -> origin/gh/vishal9-team/2/base 2025-12-04T09:49:19.2901346Z * [new branch] gh/vishal9-team/2/head -> origin/gh/vishal9-team/2/head 2025-12-04T09:49:19.2901652Z * [new branch] gh/vishal9-team/2/orig -> origin/gh/vishal9-team/2/orig 2025-12-04T09:49:19.2901871Z * [new branch] gh/vishal9-team/3/base -> origin/gh/vishal9-team/3/base 2025-12-04T09:49:19.2902082Z * [new branch] gh/vishal9-team/3/head -> origin/gh/vishal9-team/3/head 2025-12-04T09:49:19.2902291Z * [new branch] gh/vishal9-team/3/orig -> origin/gh/vishal9-team/3/orig 2025-12-04T09:49:19.2902511Z * [new branch] gh/vishal9-team/4/base -> origin/gh/vishal9-team/4/base 2025-12-04T09:49:19.2902718Z * [new branch] gh/vishal9-team/4/head -> origin/gh/vishal9-team/4/head 2025-12-04T09:49:19.2902926Z * [new branch] gh/vishal9-team/4/orig -> origin/gh/vishal9-team/4/orig 2025-12-04T09:49:19.2903114Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-12-04T09:49:19.2903296Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-12-04T09:49:19.2903544Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-12-04T09:49:19.2903761Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-12-04T09:49:19.2903965Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-12-04T09:49:19.2904171Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-12-04T09:49:19.2904368Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-12-04T09:49:19.2904569Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-12-04T09:49:19.2904769Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-12-04T09:49:19.2904966Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-12-04T09:49:19.2905179Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-12-04T09:49:19.2905380Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-12-04T09:49:19.2905575Z * [new branch] gh/wconstab/447/base -> origin/gh/wconstab/447/base 2025-12-04T09:49:19.2905786Z * [new branch] gh/wconstab/447/head -> origin/gh/wconstab/447/head 2025-12-04T09:49:19.2905981Z * [new branch] gh/wconstab/447/orig -> origin/gh/wconstab/447/orig 2025-12-04T09:49:19.2906176Z * [new branch] gh/wconstab/448/base -> origin/gh/wconstab/448/base 2025-12-04T09:49:19.2906376Z * [new branch] gh/wconstab/448/head -> origin/gh/wconstab/448/head 2025-12-04T09:49:19.2906572Z * [new branch] gh/wconstab/448/orig -> origin/gh/wconstab/448/orig 2025-12-04T09:49:19.2906763Z * [new branch] gh/wconstab/449/base -> origin/gh/wconstab/449/base 2025-12-04T09:49:19.2907077Z * [new branch] gh/wconstab/449/head -> origin/gh/wconstab/449/head 2025-12-04T09:49:19.2907279Z * [new branch] gh/wconstab/449/orig -> origin/gh/wconstab/449/orig 2025-12-04T09:49:19.2907475Z * [new branch] gh/wconstab/450/base -> origin/gh/wconstab/450/base 2025-12-04T09:49:19.2907681Z * [new branch] gh/wconstab/450/head -> origin/gh/wconstab/450/head 2025-12-04T09:49:19.2907877Z * [new branch] gh/wconstab/450/orig -> origin/gh/wconstab/450/orig 2025-12-04T09:49:19.2908070Z * [new branch] gh/wconstab/451/base -> origin/gh/wconstab/451/base 2025-12-04T09:49:19.2908278Z * [new branch] gh/wconstab/451/head -> origin/gh/wconstab/451/head 2025-12-04T09:49:19.2908473Z * [new branch] gh/wconstab/451/orig -> origin/gh/wconstab/451/orig 2025-12-04T09:49:19.2908664Z * [new branch] gh/wconstab/452/base -> origin/gh/wconstab/452/base 2025-12-04T09:49:19.2908936Z * [new branch] gh/wconstab/452/head -> origin/gh/wconstab/452/head 2025-12-04T09:49:19.2909139Z * [new branch] gh/wconstab/452/orig -> origin/gh/wconstab/452/orig 2025-12-04T09:49:19.2909331Z * [new branch] gh/wconstab/453/base -> origin/gh/wconstab/453/base 2025-12-04T09:49:19.2909525Z * [new branch] gh/wconstab/453/head -> origin/gh/wconstab/453/head 2025-12-04T09:49:19.2909725Z * [new branch] gh/wconstab/453/orig -> origin/gh/wconstab/453/orig 2025-12-04T09:49:19.2909924Z * [new branch] gh/wconstab/454/base -> origin/gh/wconstab/454/base 2025-12-04T09:49:19.2910120Z * [new branch] gh/wconstab/454/head -> origin/gh/wconstab/454/head 2025-12-04T09:49:19.2910325Z * [new branch] gh/wconstab/454/orig -> origin/gh/wconstab/454/orig 2025-12-04T09:49:19.2910528Z * [new branch] gh/wconstab/455/base -> origin/gh/wconstab/455/base 2025-12-04T09:49:19.2910792Z * [new branch] gh/wconstab/455/head -> origin/gh/wconstab/455/head 2025-12-04T09:49:19.2911003Z * [new branch] gh/wconstab/455/orig -> origin/gh/wconstab/455/orig 2025-12-04T09:49:19.2911196Z * [new branch] gh/wconstab/456/base -> origin/gh/wconstab/456/base 2025-12-04T09:49:19.2911391Z * [new branch] gh/wconstab/456/head -> origin/gh/wconstab/456/head 2025-12-04T09:49:19.2911590Z * [new branch] gh/wconstab/456/orig -> origin/gh/wconstab/456/orig 2025-12-04T09:49:19.2911786Z * [new branch] gh/wconstab/457/base -> origin/gh/wconstab/457/base 2025-12-04T09:49:19.2911979Z * [new branch] gh/wconstab/457/head -> origin/gh/wconstab/457/head 2025-12-04T09:49:19.2912179Z * [new branch] gh/wconstab/457/orig -> origin/gh/wconstab/457/orig 2025-12-04T09:49:19.2912377Z * [new branch] gh/wconstab/458/base -> origin/gh/wconstab/458/base 2025-12-04T09:49:19.2912575Z * [new branch] gh/wconstab/458/head -> origin/gh/wconstab/458/head 2025-12-04T09:49:19.2912782Z * [new branch] gh/wconstab/458/orig -> origin/gh/wconstab/458/orig 2025-12-04T09:49:19.2912974Z * [new branch] gh/wconstab/459/base -> origin/gh/wconstab/459/base 2025-12-04T09:49:19.2913166Z * [new branch] gh/wconstab/459/head -> origin/gh/wconstab/459/head 2025-12-04T09:49:19.2913358Z * [new branch] gh/wconstab/459/orig -> origin/gh/wconstab/459/orig 2025-12-04T09:49:19.2913559Z * [new branch] gh/wconstab/460/base -> origin/gh/wconstab/460/base 2025-12-04T09:49:19.2913755Z * [new branch] gh/wconstab/460/head -> origin/gh/wconstab/460/head 2025-12-04T09:49:19.2913951Z * [new branch] gh/wconstab/460/orig -> origin/gh/wconstab/460/orig 2025-12-04T09:49:19.2914160Z * [new branch] gh/wconstab/461/base -> origin/gh/wconstab/461/base 2025-12-04T09:49:19.2914352Z * [new branch] gh/wconstab/461/head -> origin/gh/wconstab/461/head 2025-12-04T09:49:19.2914549Z * [new branch] gh/wconstab/461/orig -> origin/gh/wconstab/461/orig 2025-12-04T09:49:19.2914761Z * [new branch] gh/wconstab/462/base -> origin/gh/wconstab/462/base 2025-12-04T09:49:19.2914953Z * [new branch] gh/wconstab/462/head -> origin/gh/wconstab/462/head 2025-12-04T09:49:19.2915147Z * [new branch] gh/wconstab/462/orig -> origin/gh/wconstab/462/orig 2025-12-04T09:49:19.2915349Z * [new branch] gh/wconstab/463/base -> origin/gh/wconstab/463/base 2025-12-04T09:49:19.2915545Z * [new branch] gh/wconstab/463/head -> origin/gh/wconstab/463/head 2025-12-04T09:49:19.2915813Z * [new branch] gh/wconstab/463/orig -> origin/gh/wconstab/463/orig 2025-12-04T09:49:19.2916020Z * [new branch] gh/wconstab/464/base -> origin/gh/wconstab/464/base 2025-12-04T09:49:19.2916212Z * [new branch] gh/wconstab/464/head -> origin/gh/wconstab/464/head 2025-12-04T09:49:19.2916409Z * [new branch] gh/wconstab/464/orig -> origin/gh/wconstab/464/orig 2025-12-04T09:49:19.2916618Z * [new branch] gh/wconstab/465/base -> origin/gh/wconstab/465/base 2025-12-04T09:49:19.2916812Z * [new branch] gh/wconstab/465/head -> origin/gh/wconstab/465/head 2025-12-04T09:49:19.2917006Z * [new branch] gh/wconstab/465/orig -> origin/gh/wconstab/465/orig 2025-12-04T09:49:19.2917217Z * [new branch] gh/wconstab/466/base -> origin/gh/wconstab/466/base 2025-12-04T09:49:19.2917415Z * [new branch] gh/wconstab/466/head -> origin/gh/wconstab/466/head 2025-12-04T09:49:19.2917614Z * [new branch] gh/wconstab/466/orig -> origin/gh/wconstab/466/orig 2025-12-04T09:49:19.2917873Z * [new branch] gh/wconstab/467/base -> origin/gh/wconstab/467/base 2025-12-04T09:49:19.2918088Z * [new branch] gh/wconstab/467/head -> origin/gh/wconstab/467/head 2025-12-04T09:49:19.2918284Z * [new branch] gh/wconstab/467/orig -> origin/gh/wconstab/467/orig 2025-12-04T09:49:19.2918476Z * [new branch] gh/wconstab/468/base -> origin/gh/wconstab/468/base 2025-12-04T09:49:19.2918674Z * [new branch] gh/wconstab/468/head -> origin/gh/wconstab/468/head 2025-12-04T09:49:19.2918868Z * [new branch] gh/wconstab/468/orig -> origin/gh/wconstab/468/orig 2025-12-04T09:49:19.2919076Z * [new branch] gh/weifengpy/39/base -> origin/gh/weifengpy/39/base 2025-12-04T09:49:19.2919283Z * [new branch] gh/weifengpy/39/head -> origin/gh/weifengpy/39/head 2025-12-04T09:49:19.2919487Z * [new branch] gh/weifengpy/39/orig -> origin/gh/weifengpy/39/orig 2025-12-04T09:49:19.2919687Z * [new branch] gh/weifengpy/40/base -> origin/gh/weifengpy/40/base 2025-12-04T09:49:19.2919892Z * [new branch] gh/weifengpy/40/head -> origin/gh/weifengpy/40/head 2025-12-04T09:49:19.2920088Z * [new branch] gh/weifengpy/40/orig -> origin/gh/weifengpy/40/orig 2025-12-04T09:49:19.2920286Z * [new branch] gh/weifengpy/41/base -> origin/gh/weifengpy/41/base 2025-12-04T09:49:19.2920491Z * [new branch] gh/weifengpy/41/head -> origin/gh/weifengpy/41/head 2025-12-04T09:49:19.2920687Z * [new branch] gh/weifengpy/41/orig -> origin/gh/weifengpy/41/orig 2025-12-04T09:49:19.2920911Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-12-04T09:49:19.2921144Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-12-04T09:49:19.2921370Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-12-04T09:49:19.2921586Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-12-04T09:49:19.2921814Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-12-04T09:49:19.2922032Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-12-04T09:49:19.2922251Z * [new branch] gh/williamwen42/282/base -> origin/gh/williamwen42/282/base 2025-12-04T09:49:19.2922468Z * [new branch] gh/williamwen42/282/head -> origin/gh/williamwen42/282/head 2025-12-04T09:49:19.2922693Z * [new branch] gh/williamwen42/282/orig -> origin/gh/williamwen42/282/orig 2025-12-04T09:49:19.2922910Z * [new branch] gh/williamwen42/287/base -> origin/gh/williamwen42/287/base 2025-12-04T09:49:19.2923738Z * [new branch] gh/williamwen42/287/head -> origin/gh/williamwen42/287/head 2025-12-04T09:49:19.2923973Z * [new branch] gh/williamwen42/287/orig -> origin/gh/williamwen42/287/orig 2025-12-04T09:49:19.2924198Z * [new branch] gh/williamwen42/288/base -> origin/gh/williamwen42/288/base 2025-12-04T09:49:19.2924417Z * [new branch] gh/williamwen42/288/head -> origin/gh/williamwen42/288/head 2025-12-04T09:49:19.2924649Z * [new branch] gh/williamwen42/288/orig -> origin/gh/williamwen42/288/orig 2025-12-04T09:49:19.2924865Z * [new branch] gh/williamwen42/296/base -> origin/gh/williamwen42/296/base 2025-12-04T09:49:19.2925086Z * [new branch] gh/williamwen42/296/head -> origin/gh/williamwen42/296/head 2025-12-04T09:49:19.2925314Z * [new branch] gh/williamwen42/296/orig -> origin/gh/williamwen42/296/orig 2025-12-04T09:49:19.2925537Z * [new branch] gh/williamwen42/297/base -> origin/gh/williamwen42/297/base 2025-12-04T09:49:19.2925827Z * [new branch] gh/williamwen42/297/head -> origin/gh/williamwen42/297/head 2025-12-04T09:49:19.2926056Z * [new branch] gh/williamwen42/297/orig -> origin/gh/williamwen42/297/orig 2025-12-04T09:49:19.2926274Z * [new branch] gh/williamwen42/306/base -> origin/gh/williamwen42/306/base 2025-12-04T09:49:19.2926494Z * [new branch] gh/williamwen42/306/head -> origin/gh/williamwen42/306/head 2025-12-04T09:49:19.2926722Z * [new branch] gh/williamwen42/306/orig -> origin/gh/williamwen42/306/orig 2025-12-04T09:49:19.2926947Z * [new branch] gh/williamwen42/309/base -> origin/gh/williamwen42/309/base 2025-12-04T09:49:19.2927163Z * [new branch] gh/williamwen42/309/head -> origin/gh/williamwen42/309/head 2025-12-04T09:49:19.2927394Z * [new branch] gh/williamwen42/309/orig -> origin/gh/williamwen42/309/orig 2025-12-04T09:49:19.2927622Z * [new branch] gh/williamwen42/310/base -> origin/gh/williamwen42/310/base 2025-12-04T09:49:19.2927842Z * [new branch] gh/williamwen42/310/head -> origin/gh/williamwen42/310/head 2025-12-04T09:49:19.2928079Z * [new branch] gh/williamwen42/310/orig -> origin/gh/williamwen42/310/orig 2025-12-04T09:49:19.2928302Z * [new branch] gh/williamwen42/311/base -> origin/gh/williamwen42/311/base 2025-12-04T09:49:19.2928519Z * [new branch] gh/williamwen42/311/head -> origin/gh/williamwen42/311/head 2025-12-04T09:49:19.2928738Z * [new branch] gh/williamwen42/311/orig -> origin/gh/williamwen42/311/orig 2025-12-04T09:49:19.2928972Z * [new branch] gh/williamwen42/319/base -> origin/gh/williamwen42/319/base 2025-12-04T09:49:19.2929186Z * [new branch] gh/williamwen42/319/head -> origin/gh/williamwen42/319/head 2025-12-04T09:49:19.2929405Z * [new branch] gh/williamwen42/319/orig -> origin/gh/williamwen42/319/orig 2025-12-04T09:49:19.2929631Z * [new branch] gh/williamwen42/325/base -> origin/gh/williamwen42/325/base 2025-12-04T09:49:19.2929851Z * [new branch] gh/williamwen42/325/head -> origin/gh/williamwen42/325/head 2025-12-04T09:49:19.2930072Z * [new branch] gh/williamwen42/325/orig -> origin/gh/williamwen42/325/orig 2025-12-04T09:49:19.2930303Z * [new branch] gh/williamwen42/326/base -> origin/gh/williamwen42/326/base 2025-12-04T09:49:19.2930523Z * [new branch] gh/williamwen42/326/head -> origin/gh/williamwen42/326/head 2025-12-04T09:49:19.2930741Z * [new branch] gh/williamwen42/326/orig -> origin/gh/williamwen42/326/orig 2025-12-04T09:49:19.2930970Z * [new branch] gh/williamwen42/327/base -> origin/gh/williamwen42/327/base 2025-12-04T09:49:19.2931254Z * [new branch] gh/williamwen42/327/head -> origin/gh/williamwen42/327/head 2025-12-04T09:49:19.2931474Z * [new branch] gh/williamwen42/327/orig -> origin/gh/williamwen42/327/orig 2025-12-04T09:49:19.2931703Z * [new branch] gh/williamwen42/328/base -> origin/gh/williamwen42/328/base 2025-12-04T09:49:19.2931918Z * [new branch] gh/williamwen42/328/head -> origin/gh/williamwen42/328/head 2025-12-04T09:49:19.2932135Z * [new branch] gh/williamwen42/328/orig -> origin/gh/williamwen42/328/orig 2025-12-04T09:49:19.2932361Z * [new branch] gh/williamwen42/329/base -> origin/gh/williamwen42/329/base 2025-12-04T09:49:19.2932581Z * [new branch] gh/williamwen42/329/head -> origin/gh/williamwen42/329/head 2025-12-04T09:49:19.2932805Z * [new branch] gh/williamwen42/329/orig -> origin/gh/williamwen42/329/orig 2025-12-04T09:49:19.2933033Z * [new branch] gh/williamwen42/330/base -> origin/gh/williamwen42/330/base 2025-12-04T09:49:19.2933646Z * [new branch] gh/williamwen42/330/head -> origin/gh/williamwen42/330/head 2025-12-04T09:49:19.2933870Z * [new branch] gh/williamwen42/330/orig -> origin/gh/williamwen42/330/orig 2025-12-04T09:49:19.2934095Z * [new branch] gh/williamwen42/331/base -> origin/gh/williamwen42/331/base 2025-12-04T09:49:19.2934310Z * [new branch] gh/williamwen42/331/head -> origin/gh/williamwen42/331/head 2025-12-04T09:49:19.2934531Z * [new branch] gh/williamwen42/331/orig -> origin/gh/williamwen42/331/orig 2025-12-04T09:49:19.2934749Z * [new branch] gh/williamwen42/332/base -> origin/gh/williamwen42/332/base 2025-12-04T09:49:19.2934977Z * [new branch] gh/williamwen42/332/head -> origin/gh/williamwen42/332/head 2025-12-04T09:49:19.2935192Z * [new branch] gh/williamwen42/332/orig -> origin/gh/williamwen42/332/orig 2025-12-04T09:49:19.2935414Z * [new branch] gh/williamwen42/333/base -> origin/gh/williamwen42/333/base 2025-12-04T09:49:19.2935644Z * [new branch] gh/williamwen42/333/head -> origin/gh/williamwen42/333/head 2025-12-04T09:49:19.2935858Z * [new branch] gh/williamwen42/333/orig -> origin/gh/williamwen42/333/orig 2025-12-04T09:49:19.2936081Z * [new branch] gh/williamwen42/334/base -> origin/gh/williamwen42/334/base 2025-12-04T09:49:19.2936314Z * [new branch] gh/williamwen42/334/head -> origin/gh/williamwen42/334/head 2025-12-04T09:49:19.2936534Z * [new branch] gh/williamwen42/334/orig -> origin/gh/williamwen42/334/orig 2025-12-04T09:49:19.2936749Z * [new branch] gh/williamwen42/335/base -> origin/gh/williamwen42/335/base 2025-12-04T09:49:19.2936977Z * [new branch] gh/williamwen42/335/head -> origin/gh/williamwen42/335/head 2025-12-04T09:49:19.2937198Z * [new branch] gh/williamwen42/335/orig -> origin/gh/williamwen42/335/orig 2025-12-04T09:49:19.2937514Z * [new branch] gh/williamwen42/336/base -> origin/gh/williamwen42/336/base 2025-12-04T09:49:19.2937751Z * [new branch] gh/williamwen42/336/head -> origin/gh/williamwen42/336/head 2025-12-04T09:49:19.2937969Z * [new branch] gh/williamwen42/336/orig -> origin/gh/williamwen42/336/orig 2025-12-04T09:49:19.2938189Z * [new branch] gh/williamwen42/337/base -> origin/gh/williamwen42/337/base 2025-12-04T09:49:19.2938416Z * [new branch] gh/williamwen42/337/head -> origin/gh/williamwen42/337/head 2025-12-04T09:49:19.2938635Z * [new branch] gh/williamwen42/337/orig -> origin/gh/williamwen42/337/orig 2025-12-04T09:49:19.2938853Z * [new branch] gh/williamwen42/338/base -> origin/gh/williamwen42/338/base 2025-12-04T09:49:19.2939090Z * [new branch] gh/williamwen42/338/head -> origin/gh/williamwen42/338/head 2025-12-04T09:49:19.2939386Z * [new branch] gh/williamwen42/338/orig -> origin/gh/williamwen42/338/orig 2025-12-04T09:49:19.2939608Z * [new branch] gh/williamwen42/339/base -> origin/gh/williamwen42/339/base 2025-12-04T09:49:19.2939840Z * [new branch] gh/williamwen42/339/head -> origin/gh/williamwen42/339/head 2025-12-04T09:49:19.2940057Z * [new branch] gh/williamwen42/339/orig -> origin/gh/williamwen42/339/orig 2025-12-04T09:49:19.2940273Z * [new branch] gh/williamwen42/340/base -> origin/gh/williamwen42/340/base 2025-12-04T09:49:19.2940489Z * [new branch] gh/williamwen42/340/head -> origin/gh/williamwen42/340/head 2025-12-04T09:49:19.2940721Z * [new branch] gh/williamwen42/340/orig -> origin/gh/williamwen42/340/orig 2025-12-04T09:49:19.2940937Z * [new branch] gh/williamwen42/341/base -> origin/gh/williamwen42/341/base 2025-12-04T09:49:19.2941161Z * [new branch] gh/williamwen42/341/head -> origin/gh/williamwen42/341/head 2025-12-04T09:49:19.2941451Z * [new branch] gh/williamwen42/341/orig -> origin/gh/williamwen42/341/orig 2025-12-04T09:49:19.2941666Z * [new branch] gh/williamwen42/342/base -> origin/gh/williamwen42/342/base 2025-12-04T09:49:19.2941881Z * [new branch] gh/williamwen42/342/head -> origin/gh/williamwen42/342/head 2025-12-04T09:49:19.2942106Z * [new branch] gh/williamwen42/342/orig -> origin/gh/williamwen42/342/orig 2025-12-04T09:49:19.2942323Z * [new branch] gh/williamwen42/343/base -> origin/gh/williamwen42/343/base 2025-12-04T09:49:19.2942537Z * [new branch] gh/williamwen42/343/head -> origin/gh/williamwen42/343/head 2025-12-04T09:49:19.2942760Z * [new branch] gh/williamwen42/343/orig -> origin/gh/williamwen42/343/orig 2025-12-04T09:49:19.2942976Z * [new branch] gh/williamwen42/344/base -> origin/gh/williamwen42/344/base 2025-12-04T09:49:19.2943200Z * [new branch] gh/williamwen42/344/head -> origin/gh/williamwen42/344/head 2025-12-04T09:49:19.2943422Z * [new branch] gh/williamwen42/344/orig -> origin/gh/williamwen42/344/orig 2025-12-04T09:49:19.2943640Z * [new branch] gh/williamwen42/345/base -> origin/gh/williamwen42/345/base 2025-12-04T09:49:19.2943854Z * [new branch] gh/williamwen42/345/head -> origin/gh/williamwen42/345/head 2025-12-04T09:49:19.2944081Z * [new branch] gh/williamwen42/345/orig -> origin/gh/williamwen42/345/orig 2025-12-04T09:49:19.2944298Z * [new branch] gh/williamwen42/346/base -> origin/gh/williamwen42/346/base 2025-12-04T09:49:19.2944510Z * [new branch] gh/williamwen42/346/head -> origin/gh/williamwen42/346/head 2025-12-04T09:49:19.2944733Z * [new branch] gh/williamwen42/346/orig -> origin/gh/williamwen42/346/orig 2025-12-04T09:49:19.2944960Z * [new branch] gh/williamwen42/347/base -> origin/gh/williamwen42/347/base 2025-12-04T09:49:19.2945179Z * [new branch] gh/williamwen42/347/head -> origin/gh/williamwen42/347/head 2025-12-04T09:49:19.2945402Z * [new branch] gh/williamwen42/347/orig -> origin/gh/williamwen42/347/orig 2025-12-04T09:49:19.2945620Z * [new branch] gh/williamwen42/348/base -> origin/gh/williamwen42/348/base 2025-12-04T09:49:19.2945847Z * [new branch] gh/williamwen42/348/head -> origin/gh/williamwen42/348/head 2025-12-04T09:49:19.2946077Z * [new branch] gh/williamwen42/348/orig -> origin/gh/williamwen42/348/orig 2025-12-04T09:49:19.2946295Z * [new branch] gh/williamwen42/349/base -> origin/gh/williamwen42/349/base 2025-12-04T09:49:19.2946514Z * [new branch] gh/williamwen42/349/head -> origin/gh/williamwen42/349/head 2025-12-04T09:49:19.2946796Z * [new branch] gh/williamwen42/349/orig -> origin/gh/williamwen42/349/orig 2025-12-04T09:49:19.2947029Z * [new branch] gh/williamwen42/350/base -> origin/gh/williamwen42/350/base 2025-12-04T09:49:19.2947246Z * [new branch] gh/williamwen42/350/head -> origin/gh/williamwen42/350/head 2025-12-04T09:49:19.2947464Z * [new branch] gh/williamwen42/350/orig -> origin/gh/williamwen42/350/orig 2025-12-04T09:49:19.2947690Z * [new branch] gh/williamwen42/351/base -> origin/gh/williamwen42/351/base 2025-12-04T09:49:19.2947911Z * [new branch] gh/williamwen42/351/head -> origin/gh/williamwen42/351/head 2025-12-04T09:49:19.2948126Z * [new branch] gh/williamwen42/351/orig -> origin/gh/williamwen42/351/orig 2025-12-04T09:49:19.2948353Z * [new branch] gh/williamwen42/352/base -> origin/gh/williamwen42/352/base 2025-12-04T09:49:19.2948571Z * [new branch] gh/williamwen42/352/head -> origin/gh/williamwen42/352/head 2025-12-04T09:49:19.2948864Z * [new branch] gh/williamwen42/352/orig -> origin/gh/williamwen42/352/orig 2025-12-04T09:49:19.2949087Z * [new branch] gh/williamwen42/353/base -> origin/gh/williamwen42/353/base 2025-12-04T09:49:19.2949303Z * [new branch] gh/williamwen42/353/head -> origin/gh/williamwen42/353/head 2025-12-04T09:49:19.2949518Z * [new branch] gh/williamwen42/353/orig -> origin/gh/williamwen42/353/orig 2025-12-04T09:49:19.2949747Z * [new branch] gh/williamwen42/354/base -> origin/gh/williamwen42/354/base 2025-12-04T09:49:19.2949964Z * [new branch] gh/williamwen42/354/head -> origin/gh/williamwen42/354/head 2025-12-04T09:49:19.2950183Z * [new branch] gh/williamwen42/354/orig -> origin/gh/williamwen42/354/orig 2025-12-04T09:49:19.2950414Z * [new branch] gh/williamwen42/355/base -> origin/gh/williamwen42/355/base 2025-12-04T09:49:19.2950640Z * [new branch] gh/williamwen42/355/head -> origin/gh/williamwen42/355/head 2025-12-04T09:49:19.2950859Z * [new branch] gh/williamwen42/355/orig -> origin/gh/williamwen42/355/orig 2025-12-04T09:49:19.2951087Z * [new branch] gh/williamwen42/356/base -> origin/gh/williamwen42/356/base 2025-12-04T09:49:19.2951313Z * [new branch] gh/williamwen42/356/head -> origin/gh/williamwen42/356/head 2025-12-04T09:49:19.2951532Z * [new branch] gh/williamwen42/356/orig -> origin/gh/williamwen42/356/orig 2025-12-04T09:49:19.2951758Z * [new branch] gh/williamwen42/357/base -> origin/gh/williamwen42/357/base 2025-12-04T09:49:19.2951976Z * [new branch] gh/williamwen42/357/head -> origin/gh/williamwen42/357/head 2025-12-04T09:49:19.2952195Z * [new branch] gh/williamwen42/357/orig -> origin/gh/williamwen42/357/orig 2025-12-04T09:49:19.2952412Z * [new branch] gh/williamwen42/358/base -> origin/gh/williamwen42/358/base 2025-12-04T09:49:19.2952648Z * [new branch] gh/williamwen42/358/head -> origin/gh/williamwen42/358/head 2025-12-04T09:49:19.2952864Z * [new branch] gh/williamwen42/358/orig -> origin/gh/williamwen42/358/orig 2025-12-04T09:49:19.2953052Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-12-04T09:49:19.2953244Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-12-04T09:49:19.2953428Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-12-04T09:49:19.2953611Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-12-04T09:49:19.2953801Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-12-04T09:49:19.2953984Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-12-04T09:49:19.2954235Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-12-04T09:49:19.2954432Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-12-04T09:49:19.2954620Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-12-04T09:49:19.2954801Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-12-04T09:49:19.2954992Z * [new branch] gh/xmfan/301/base -> origin/gh/xmfan/301/base 2025-12-04T09:49:19.2955172Z * [new branch] gh/xmfan/301/head -> origin/gh/xmfan/301/head 2025-12-04T09:49:19.2955355Z * [new branch] gh/xmfan/301/orig -> origin/gh/xmfan/301/orig 2025-12-04T09:49:19.2955550Z * [new branch] gh/xmfan/304/base -> origin/gh/xmfan/304/base 2025-12-04T09:49:19.2955732Z * [new branch] gh/xmfan/304/head -> origin/gh/xmfan/304/head 2025-12-04T09:49:19.2955920Z * [new branch] gh/xmfan/304/orig -> origin/gh/xmfan/304/orig 2025-12-04T09:49:19.2956168Z * [new branch] gh/xmfan/309/base -> origin/gh/xmfan/309/base 2025-12-04T09:49:19.2956360Z * [new branch] gh/xmfan/309/head -> origin/gh/xmfan/309/head 2025-12-04T09:49:19.2956541Z * [new branch] gh/xmfan/309/orig -> origin/gh/xmfan/309/orig 2025-12-04T09:49:19.2956726Z * [new branch] gh/xmfan/310/base -> origin/gh/xmfan/310/base 2025-12-04T09:49:19.2956921Z * [new branch] gh/xmfan/310/head -> origin/gh/xmfan/310/head 2025-12-04T09:49:19.2957103Z * [new branch] gh/xmfan/310/orig -> origin/gh/xmfan/310/orig 2025-12-04T09:49:19.2957282Z * [new branch] gh/xmfan/311/base -> origin/gh/xmfan/311/base 2025-12-04T09:49:19.2957472Z * [new branch] gh/xmfan/311/head -> origin/gh/xmfan/311/head 2025-12-04T09:49:19.2957665Z * [new branch] gh/xmfan/311/orig -> origin/gh/xmfan/311/orig 2025-12-04T09:49:19.2957850Z * [new branch] gh/xmfan/312/base -> origin/gh/xmfan/312/base 2025-12-04T09:49:19.2958046Z * [new branch] gh/xmfan/312/head -> origin/gh/xmfan/312/head 2025-12-04T09:49:19.2958230Z * [new branch] gh/xmfan/312/orig -> origin/gh/xmfan/312/orig 2025-12-04T09:49:19.2958417Z * [new branch] gh/xmfan/313/base -> origin/gh/xmfan/313/base 2025-12-04T09:49:19.2958609Z * [new branch] gh/xmfan/313/head -> origin/gh/xmfan/313/head 2025-12-04T09:49:19.2958787Z * [new branch] gh/xmfan/313/orig -> origin/gh/xmfan/313/orig 2025-12-04T09:49:19.2959008Z * [new branch] gh/xuanzhang816/27/base -> origin/gh/xuanzhang816/27/base 2025-12-04T09:49:19.2959230Z * [new branch] gh/xuanzhang816/27/head -> origin/gh/xuanzhang816/27/head 2025-12-04T09:49:19.2959449Z * [new branch] gh/xuanzhang816/27/orig -> origin/gh/xuanzhang816/27/orig 2025-12-04T09:49:19.2959663Z * [new branch] gh/xuanzhang816/32/base -> origin/gh/xuanzhang816/32/base 2025-12-04T09:49:19.2959887Z * [new branch] gh/xuanzhang816/32/head -> origin/gh/xuanzhang816/32/head 2025-12-04T09:49:19.2960098Z * [new branch] gh/xuanzhang816/32/orig -> origin/gh/xuanzhang816/32/orig 2025-12-04T09:49:19.2960314Z * [new branch] gh/xuanzhang816/33/base -> origin/gh/xuanzhang816/33/base 2025-12-04T09:49:19.2960526Z * [new branch] gh/xuanzhang816/33/head -> origin/gh/xuanzhang816/33/head 2025-12-04T09:49:19.2960746Z * [new branch] gh/xuanzhang816/33/orig -> origin/gh/xuanzhang816/33/orig 2025-12-04T09:49:19.2960959Z * [new branch] gh/xuanzhang816/34/base -> origin/gh/xuanzhang816/34/base 2025-12-04T09:49:19.2961173Z * [new branch] gh/xuanzhang816/34/head -> origin/gh/xuanzhang816/34/head 2025-12-04T09:49:19.2961468Z * [new branch] gh/xuanzhang816/34/orig -> origin/gh/xuanzhang816/34/orig 2025-12-04T09:49:19.2961681Z * [new branch] gh/xuanzhang816/35/base -> origin/gh/xuanzhang816/35/base 2025-12-04T09:49:19.2961897Z * [new branch] gh/xuanzhang816/35/head -> origin/gh/xuanzhang816/35/head 2025-12-04T09:49:19.2962120Z * [new branch] gh/xuanzhang816/35/orig -> origin/gh/xuanzhang816/35/orig 2025-12-04T09:49:19.2962321Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-12-04T09:49:19.2962520Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-12-04T09:49:19.2962734Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-12-04T09:49:19.2962928Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-12-04T09:49:19.2963127Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-12-04T09:49:19.2963391Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-12-04T09:49:19.2963591Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-12-04T09:49:19.2963784Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-12-04T09:49:19.2963985Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-12-04T09:49:19.2964177Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-12-04T09:49:19.2964371Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-12-04T09:49:19.2964569Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-12-04T09:49:19.2964761Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-12-04T09:49:19.2964958Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-12-04T09:49:19.2965152Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-12-04T09:49:19.2965354Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-12-04T09:49:19.2965549Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-12-04T09:49:19.2965741Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-12-04T09:49:19.2965943Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-12-04T09:49:19.2966135Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-12-04T09:49:19.2966330Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-12-04T09:49:19.2966536Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-12-04T09:49:19.2966736Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-12-04T09:49:19.2966930Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-12-04T09:49:19.2967135Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-12-04T09:49:19.2967334Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-12-04T09:49:19.2967528Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-12-04T09:49:19.2967727Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-12-04T09:49:19.2967920Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-12-04T09:49:19.2968110Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-12-04T09:49:19.2968391Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-12-04T09:49:19.2968586Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-12-04T09:49:19.2968777Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-12-04T09:49:19.2968981Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-12-04T09:49:19.2969172Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-12-04T09:49:19.2969371Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-12-04T09:49:19.2969572Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-12-04T09:49:19.2969777Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-12-04T09:49:19.2969967Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-12-04T09:49:19.2970229Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-12-04T09:49:19.2970432Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-12-04T09:49:19.2970649Z * [new branch] gh/yang-yu-hang/1/base -> origin/gh/yang-yu-hang/1/base 2025-12-04T09:49:19.2970858Z * [new branch] gh/yang-yu-hang/1/head -> origin/gh/yang-yu-hang/1/head 2025-12-04T09:49:19.2971070Z * [new branch] gh/yang-yu-hang/1/orig -> origin/gh/yang-yu-hang/1/orig 2025-12-04T09:49:19.2971269Z * [new branch] gh/yang-yu-hang/2/base -> origin/gh/yang-yu-hang/2/base 2025-12-04T09:49:19.2971479Z * [new branch] gh/yang-yu-hang/2/head -> origin/gh/yang-yu-hang/2/head 2025-12-04T09:49:19.2971689Z * [new branch] gh/yang-yu-hang/2/orig -> origin/gh/yang-yu-hang/2/orig 2025-12-04T09:49:19.2971891Z * [new branch] gh/yang-yu-hang/3/base -> origin/gh/yang-yu-hang/3/base 2025-12-04T09:49:19.2972097Z * [new branch] gh/yang-yu-hang/3/head -> origin/gh/yang-yu-hang/3/head 2025-12-04T09:49:19.2972312Z * [new branch] gh/yang-yu-hang/3/orig -> origin/gh/yang-yu-hang/3/orig 2025-12-04T09:49:19.2972509Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-12-04T09:49:19.2972705Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-12-04T09:49:19.2972906Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-12-04T09:49:19.2973099Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-12-04T09:49:19.2973290Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-12-04T09:49:19.2973491Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-12-04T09:49:19.2973686Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-12-04T09:49:19.2973879Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-12-04T09:49:19.2974074Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-12-04T09:49:19.2974275Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-12-04T09:49:19.2974466Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-12-04T09:49:19.2974656Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-12-04T09:49:19.2974854Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-12-04T09:49:19.2975043Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-12-04T09:49:19.2975238Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-12-04T09:49:19.2975516Z * [new branch] gh/yangw-dev/26/base -> origin/gh/yangw-dev/26/base 2025-12-04T09:49:19.2975712Z * [new branch] gh/yangw-dev/26/head -> origin/gh/yangw-dev/26/head 2025-12-04T09:49:19.2975904Z * [new branch] gh/yangw-dev/26/orig -> origin/gh/yangw-dev/26/orig 2025-12-04T09:49:19.2976108Z * [new branch] gh/yangw-dev/27/base -> origin/gh/yangw-dev/27/base 2025-12-04T09:49:19.2976301Z * [new branch] gh/yangw-dev/27/head -> origin/gh/yangw-dev/27/head 2025-12-04T09:49:19.2976493Z * [new branch] gh/yangw-dev/27/orig -> origin/gh/yangw-dev/27/orig 2025-12-04T09:49:19.2976689Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-12-04T09:49:19.2976870Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-12-04T09:49:19.2977054Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-12-04T09:49:19.2977308Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-12-04T09:49:19.2977581Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-12-04T09:49:19.2977764Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-12-04T09:49:19.2977954Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-12-04T09:49:19.2978134Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-12-04T09:49:19.2978319Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-12-04T09:49:19.2978499Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-12-04T09:49:19.2978694Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-12-04T09:49:19.2978886Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-12-04T09:49:19.2979071Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-12-04T09:49:19.2979267Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-12-04T09:49:19.2979447Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-12-04T09:49:19.2979627Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-12-04T09:49:19.2979812Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-12-04T09:49:19.2979991Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-12-04T09:49:19.2980172Z * [new branch] gh/ydwu4/322/base -> origin/gh/ydwu4/322/base 2025-12-04T09:49:19.2980364Z * [new branch] gh/ydwu4/322/head -> origin/gh/ydwu4/322/head 2025-12-04T09:49:19.2980546Z * [new branch] gh/ydwu4/322/orig -> origin/gh/ydwu4/322/orig 2025-12-04T09:49:19.2980727Z * [new branch] gh/ydwu4/327/base -> origin/gh/ydwu4/327/base 2025-12-04T09:49:19.2980916Z * [new branch] gh/ydwu4/327/head -> origin/gh/ydwu4/327/head 2025-12-04T09:49:19.2981095Z * [new branch] gh/ydwu4/327/orig -> origin/gh/ydwu4/327/orig 2025-12-04T09:49:19.2981274Z * [new branch] gh/ydwu4/328/base -> origin/gh/ydwu4/328/base 2025-12-04T09:49:19.2981461Z * [new branch] gh/ydwu4/328/head -> origin/gh/ydwu4/328/head 2025-12-04T09:49:19.2981639Z * [new branch] gh/ydwu4/328/orig -> origin/gh/ydwu4/328/orig 2025-12-04T09:49:19.2981817Z * [new branch] gh/ydwu4/329/base -> origin/gh/ydwu4/329/base 2025-12-04T09:49:19.2981993Z * [new branch] gh/ydwu4/329/head -> origin/gh/ydwu4/329/head 2025-12-04T09:49:19.2982256Z * [new branch] gh/ydwu4/329/orig -> origin/gh/ydwu4/329/orig 2025-12-04T09:49:19.2982437Z * [new branch] gh/ydwu4/330/base -> origin/gh/ydwu4/330/base 2025-12-04T09:49:19.2982623Z * [new branch] gh/ydwu4/330/head -> origin/gh/ydwu4/330/head 2025-12-04T09:49:19.2982812Z * [new branch] gh/ydwu4/330/orig -> origin/gh/ydwu4/330/orig 2025-12-04T09:49:19.2982996Z * [new branch] gh/ydwu4/331/base -> origin/gh/ydwu4/331/base 2025-12-04T09:49:19.2983181Z * [new branch] gh/ydwu4/331/head -> origin/gh/ydwu4/331/head 2025-12-04T09:49:19.2983374Z * [new branch] gh/ydwu4/331/orig -> origin/gh/ydwu4/331/orig 2025-12-04T09:49:19.2983561Z * [new branch] gh/ydwu4/332/base -> origin/gh/ydwu4/332/base 2025-12-04T09:49:19.2983741Z * [new branch] gh/ydwu4/332/head -> origin/gh/ydwu4/332/head 2025-12-04T09:49:19.2983942Z * [new branch] gh/ydwu4/332/orig -> origin/gh/ydwu4/332/orig 2025-12-04T09:49:19.2984186Z * [new branch] gh/ydwu4/333/base -> origin/gh/ydwu4/333/base 2025-12-04T09:49:19.2984365Z * [new branch] gh/ydwu4/333/head -> origin/gh/ydwu4/333/head 2025-12-04T09:49:19.2984554Z * [new branch] gh/ydwu4/333/orig -> origin/gh/ydwu4/333/orig 2025-12-04T09:49:19.2992724Z * [new branch] gh/ydwu4/334/base -> origin/gh/ydwu4/334/base 2025-12-04T09:49:19.2993026Z * [new branch] gh/ydwu4/334/head -> origin/gh/ydwu4/334/head 2025-12-04T09:49:19.2993231Z * [new branch] gh/ydwu4/334/orig -> origin/gh/ydwu4/334/orig 2025-12-04T09:49:19.2993423Z * [new branch] gh/ydwu4/335/base -> origin/gh/ydwu4/335/base 2025-12-04T09:49:19.2993616Z * [new branch] gh/ydwu4/335/head -> origin/gh/ydwu4/335/head 2025-12-04T09:49:19.2993812Z * [new branch] gh/ydwu4/335/orig -> origin/gh/ydwu4/335/orig 2025-12-04T09:49:19.2993998Z * [new branch] gh/ydwu4/337/base -> origin/gh/ydwu4/337/base 2025-12-04T09:49:19.2994178Z * [new branch] gh/ydwu4/337/head -> origin/gh/ydwu4/337/head 2025-12-04T09:49:19.2994372Z * [new branch] gh/ydwu4/337/orig -> origin/gh/ydwu4/337/orig 2025-12-04T09:49:19.2994550Z * [new branch] gh/ydwu4/339/base -> origin/gh/ydwu4/339/base 2025-12-04T09:49:19.2994733Z * [new branch] gh/ydwu4/339/head -> origin/gh/ydwu4/339/head 2025-12-04T09:49:19.2994926Z * [new branch] gh/ydwu4/339/orig -> origin/gh/ydwu4/339/orig 2025-12-04T09:49:19.2995109Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-12-04T09:49:19.2995285Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-12-04T09:49:19.2995484Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-12-04T09:49:19.2995660Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-12-04T09:49:19.2995862Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-12-04T09:49:19.2996074Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-12-04T09:49:19.2996272Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-12-04T09:49:19.2996473Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-12-04T09:49:19.2996675Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-12-04T09:49:19.2996867Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-12-04T09:49:19.2997072Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-12-04T09:49:19.2997437Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-12-04T09:49:19.2997642Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-12-04T09:49:19.2997840Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-12-04T09:49:19.2998056Z * [new branch] gh/yushangdi/1/base -> origin/gh/yushangdi/1/base 2025-12-04T09:49:19.2998257Z * [new branch] gh/yushangdi/1/head -> origin/gh/yushangdi/1/head 2025-12-04T09:49:19.2998455Z * [new branch] gh/yushangdi/10/base -> origin/gh/yushangdi/10/base 2025-12-04T09:49:19.2998659Z * [new branch] gh/yushangdi/10/head -> origin/gh/yushangdi/10/head 2025-12-04T09:49:19.2998866Z * [new branch] gh/yushangdi/10/orig -> origin/gh/yushangdi/10/orig 2025-12-04T09:49:19.2999066Z * [new branch] gh/yushangdi/11/base -> origin/gh/yushangdi/11/base 2025-12-04T09:49:19.2999343Z * [new branch] gh/yushangdi/11/head -> origin/gh/yushangdi/11/head 2025-12-04T09:49:19.2999555Z * [new branch] gh/yushangdi/11/orig -> origin/gh/yushangdi/11/orig 2025-12-04T09:49:19.2999756Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-12-04T09:49:19.2999954Z * [new branch] gh/yushangdi/2/head -> origin/gh/yushangdi/2/head 2025-12-04T09:49:19.3000169Z * [new branch] gh/yushangdi/7/base -> origin/gh/yushangdi/7/base 2025-12-04T09:49:19.3000364Z * [new branch] gh/yushangdi/7/head -> origin/gh/yushangdi/7/head 2025-12-04T09:49:19.3000558Z * [new branch] gh/yushangdi/7/orig -> origin/gh/yushangdi/7/orig 2025-12-04T09:49:19.3000757Z * [new branch] gh/yushangdi/8/base -> origin/gh/yushangdi/8/base 2025-12-04T09:49:19.3000964Z * [new branch] gh/yushangdi/8/head -> origin/gh/yushangdi/8/head 2025-12-04T09:49:19.3001162Z * [new branch] gh/yushangdi/8/orig -> origin/gh/yushangdi/8/orig 2025-12-04T09:49:19.3001367Z * [new branch] gh/yushangdi/9/base -> origin/gh/yushangdi/9/base 2025-12-04T09:49:19.3001562Z * [new branch] gh/yushangdi/9/head -> origin/gh/yushangdi/9/head 2025-12-04T09:49:19.3001758Z * [new branch] gh/yushangdi/9/orig -> origin/gh/yushangdi/9/orig 2025-12-04T09:49:19.3001954Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-12-04T09:49:19.3002139Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-12-04T09:49:19.3002323Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-12-04T09:49:19.3002513Z * [new branch] gh/zklaus/20/base -> origin/gh/zklaus/20/base 2025-12-04T09:49:19.3002703Z * [new branch] gh/zklaus/20/head -> origin/gh/zklaus/20/head 2025-12-04T09:49:19.3002883Z * [new branch] gh/zklaus/20/orig -> origin/gh/zklaus/20/orig 2025-12-04T09:49:19.3003064Z * [new branch] gh/zklaus/21/base -> origin/gh/zklaus/21/base 2025-12-04T09:49:19.3003252Z * [new branch] gh/zklaus/21/head -> origin/gh/zklaus/21/head 2025-12-04T09:49:19.3003433Z * [new branch] gh/zklaus/21/orig -> origin/gh/zklaus/21/orig 2025-12-04T09:49:19.3003615Z * [new branch] gh/zklaus/22/base -> origin/gh/zklaus/22/base 2025-12-04T09:49:19.3003808Z * [new branch] gh/zklaus/22/head -> origin/gh/zklaus/22/head 2025-12-04T09:49:19.3003994Z * [new branch] gh/zklaus/22/orig -> origin/gh/zklaus/22/orig 2025-12-04T09:49:19.3004177Z * [new branch] gh/zklaus/23/base -> origin/gh/zklaus/23/base 2025-12-04T09:49:19.3004439Z * [new branch] gh/zklaus/23/head -> origin/gh/zklaus/23/head 2025-12-04T09:49:19.3004622Z * [new branch] gh/zklaus/23/orig -> origin/gh/zklaus/23/orig 2025-12-04T09:49:19.3004806Z * [new branch] gh/zklaus/24/base -> origin/gh/zklaus/24/base 2025-12-04T09:49:19.3004998Z * [new branch] gh/zklaus/24/head -> origin/gh/zklaus/24/head 2025-12-04T09:49:19.3005179Z * [new branch] gh/zklaus/24/orig -> origin/gh/zklaus/24/orig 2025-12-04T09:49:19.3005371Z * [new branch] gh/zou3519/1197/base -> origin/gh/zou3519/1197/base 2025-12-04T09:49:19.3005578Z * [new branch] gh/zou3519/1197/head -> origin/gh/zou3519/1197/head 2025-12-04T09:49:19.3005768Z * [new branch] gh/zou3519/1197/orig -> origin/gh/zou3519/1197/orig 2025-12-04T09:49:19.3005962Z * [new branch] gh/zou3519/1199/base -> origin/gh/zou3519/1199/base 2025-12-04T09:49:19.3006237Z * [new branch] gh/zou3519/1199/head -> origin/gh/zou3519/1199/head 2025-12-04T09:49:19.3006430Z * [new branch] gh/zou3519/1199/orig -> origin/gh/zou3519/1199/orig 2025-12-04T09:49:19.3006619Z * [new branch] gh/zou3519/1200/base -> origin/gh/zou3519/1200/base 2025-12-04T09:49:19.3006807Z * [new branch] gh/zou3519/1200/head -> origin/gh/zou3519/1200/head 2025-12-04T09:49:19.3007007Z * [new branch] gh/zou3519/1200/orig -> origin/gh/zou3519/1200/orig 2025-12-04T09:49:19.3007203Z * [new branch] gh/zou3519/1201/base -> origin/gh/zou3519/1201/base 2025-12-04T09:49:19.3007394Z * [new branch] gh/zou3519/1201/head -> origin/gh/zou3519/1201/head 2025-12-04T09:49:19.3007598Z * [new branch] gh/zou3519/1201/orig -> origin/gh/zou3519/1201/orig 2025-12-04T09:49:19.3007794Z * [new branch] gh/zou3519/1202/base -> origin/gh/zou3519/1202/base 2025-12-04T09:49:19.3008068Z * [new branch] gh/zou3519/1202/head -> origin/gh/zou3519/1202/head 2025-12-04T09:49:19.3008299Z * [new branch] gh/zou3519/1202/orig -> origin/gh/zou3519/1202/orig 2025-12-04T09:49:19.3008494Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-12-04T09:49:19.3008685Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-12-04T09:49:19.3008897Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-12-04T09:49:19.3009082Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-12-04T09:49:19.3009266Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-12-04T09:49:19.3009467Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-12-04T09:49:19.3009665Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-12-04T09:49:19.3009861Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-12-04T09:49:19.3010064Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-12-04T09:49:19.3010255Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-12-04T09:49:19.3010445Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-12-04T09:49:19.3010639Z * [new branch] gh/zpcore/14/base -> origin/gh/zpcore/14/base 2025-12-04T09:49:19.3010826Z * [new branch] gh/zpcore/14/head -> origin/gh/zpcore/14/head 2025-12-04T09:49:19.3011022Z * [new branch] gh/zpcore/14/orig -> origin/gh/zpcore/14/orig 2025-12-04T09:49:19.3011208Z * [new branch] gh/zpcore/15/base -> origin/gh/zpcore/15/base 2025-12-04T09:49:19.3011485Z * [new branch] gh/zpcore/15/head -> origin/gh/zpcore/15/head 2025-12-04T09:49:19.3011678Z * [new branch] gh/zpcore/15/orig -> origin/gh/zpcore/15/orig 2025-12-04T09:49:19.3011861Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-12-04T09:49:19.3012055Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-12-04T09:49:19.3012243Z * [new branch] gh/zpcore/21/base -> origin/gh/zpcore/21/base 2025-12-04T09:49:19.3012434Z * [new branch] gh/zpcore/21/head -> origin/gh/zpcore/21/head 2025-12-04T09:49:19.3012638Z * [new branch] gh/zpcore/21/orig -> origin/gh/zpcore/21/orig 2025-12-04T09:49:19.3012827Z * [new branch] gh/zpcore/22/base -> origin/gh/zpcore/22/base 2025-12-04T09:49:19.3013012Z * [new branch] gh/zpcore/22/head -> origin/gh/zpcore/22/head 2025-12-04T09:49:19.3013209Z * [new branch] gh/zpcore/22/orig -> origin/gh/zpcore/22/orig 2025-12-04T09:49:19.3013464Z * [new branch] gh/zpcore/23/base -> origin/gh/zpcore/23/base 2025-12-04T09:49:19.3013648Z * [new branch] gh/zpcore/23/head -> origin/gh/zpcore/23/head 2025-12-04T09:49:19.3013840Z * [new branch] gh/zpcore/23/orig -> origin/gh/zpcore/23/orig 2025-12-04T09:49:19.3014022Z * [new branch] gh/zpcore/24/base -> origin/gh/zpcore/24/base 2025-12-04T09:49:19.3014205Z * [new branch] gh/zpcore/24/head -> origin/gh/zpcore/24/head 2025-12-04T09:49:19.3014401Z * [new branch] gh/zpcore/24/orig -> origin/gh/zpcore/24/orig 2025-12-04T09:49:19.3014586Z * [new branch] gh/zpcore/25/base -> origin/gh/zpcore/25/base 2025-12-04T09:49:19.3014772Z * [new branch] gh/zpcore/25/head -> origin/gh/zpcore/25/head 2025-12-04T09:49:19.3014972Z * [new branch] gh/zpcore/25/orig -> origin/gh/zpcore/25/orig 2025-12-04T09:49:19.3015160Z * [new branch] gh/zpcore/26/base -> origin/gh/zpcore/26/base 2025-12-04T09:49:19.3015353Z * [new branch] gh/zpcore/26/head -> origin/gh/zpcore/26/head 2025-12-04T09:49:19.3015551Z * [new branch] gh/zpcore/26/orig -> origin/gh/zpcore/26/orig 2025-12-04T09:49:19.3015736Z * [new branch] gh/zpcore/27/base -> origin/gh/zpcore/27/base 2025-12-04T09:49:19.3015921Z * [new branch] gh/zpcore/27/head -> origin/gh/zpcore/27/head 2025-12-04T09:49:19.3016117Z * [new branch] gh/zpcore/27/orig -> origin/gh/zpcore/27/orig 2025-12-04T09:49:19.3016300Z * [new branch] gh/zpcore/28/base -> origin/gh/zpcore/28/base 2025-12-04T09:49:19.3016487Z * [new branch] gh/zpcore/28/head -> origin/gh/zpcore/28/head 2025-12-04T09:49:19.3016692Z * [new branch] gh/zpcore/28/orig -> origin/gh/zpcore/28/orig 2025-12-04T09:49:19.3016875Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-12-04T09:49:19.3017057Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-12-04T09:49:19.3017238Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-12-04T09:49:19.3017518Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-12-04T09:49:19.3017702Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-12-04T09:49:19.3017883Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-12-04T09:49:19.3018082Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-12-04T09:49:19.3018259Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-12-04T09:49:19.3018517Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-12-04T09:49:19.3018704Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-12-04T09:49:19.3018886Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-12-04T09:49:19.3019067Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-12-04T09:49:19.3019255Z * [new branch] google-main -> origin/google-main 2025-12-04T09:49:19.3019490Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-12-04T09:49:19.3019687Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-12-04T09:49:19.3020071Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-12-04T09:49:19.3020391Z * [new branch] hameerabbasi/complex_tensor_subclass -> origin/hameerabbasi/complex_tensor_subclass 2025-12-04T09:49:19.3020838Z * [new branch] hameerabbasi/fix-ctensor-gradcheck-tests -> origin/hameerabbasi/fix-ctensor-gradcheck-tests 2025-12-04T09:49:19.3021135Z * [new branch] hameerabbasi/gradcheck-allclose -> origin/hameerabbasi/gradcheck-allclose 2025-12-04T09:49:19.3021309Z * [new branch] hc_baseline -> origin/hc_baseline 2025-12-04T09:49:19.3021464Z * [new branch] hhh_rand -> origin/hhh_rand 2025-12-04T09:49:19.3021625Z * [new branch] huba/f1 -> origin/huba/f1 2025-12-04T09:49:19.3022131Z * [new branch] increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test -> origin/increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test 2025-12-04T09:49:19.3022294Z * [new branch] inlining -> origin/inlining 2025-12-04T09:49:19.3022501Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-12-04T09:49:19.3022732Z * [new branch] install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-12-04T09:49:19.3023232Z * [new branch] instrument-trunk-pull-linux-with-job-test-filters -> origin/instrument-trunk-pull-linux-with-job-test-filters 2025-12-04T09:49:19.3023422Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-12-04T09:49:19.3023596Z * [new branch] issue#58739 -> origin/issue#58739 2025-12-04T09:49:19.3023807Z * [new branch] jainapurva-patch-1 -> origin/jainapurva-patch-1 2025-12-04T09:49:19.3023963Z * [new branch] jathu/o3 -> origin/jathu/o3 2025-12-04T09:49:19.3024134Z * [new branch] jathu/sve -> origin/jathu/sve 2025-12-04T09:49:19.3024461Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-12-04T09:49:19.3024750Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-12-04T09:49:19.3025061Z * [new branch] jiannanWang/memorysnapshot_filter -> origin/jiannanWang/memorysnapshot_filter 2025-12-04T09:49:19.3025357Z * [new branch] jiannanWang/profilerstepwarning -> origin/jiannanWang/profilerstepwarning 2025-12-04T09:49:19.3025588Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-12-04T09:49:19.3025835Z * [new branch] jithunnair-amd-patch-10 -> origin/jithunnair-amd-patch-10 2025-12-04T09:49:19.3026058Z * [new branch] jithunnair-amd-patch-2 -> origin/jithunnair-amd-patch-2 2025-12-04T09:49:19.3026278Z * [new branch] jithunnair-amd-patch-3 -> origin/jithunnair-amd-patch-3 2025-12-04T09:49:19.3026507Z * [new branch] jithunnair-amd-patch-4 -> origin/jithunnair-amd-patch-4 2025-12-04T09:49:19.3026805Z * [new branch] jithunnair-amd-patch-5 -> origin/jithunnair-amd-patch-5 2025-12-04T09:49:19.3027025Z * [new branch] jithunnair-amd-patch-6 -> origin/jithunnair-amd-patch-6 2025-12-04T09:49:19.3027255Z * [new branch] jithunnair-amd-patch-7 -> origin/jithunnair-amd-patch-7 2025-12-04T09:49:19.3027478Z * [new branch] jithunnair-amd-patch-8 -> origin/jithunnair-amd-patch-8 2025-12-04T09:49:19.3027697Z * [new branch] jithunnair-amd-patch-9 -> origin/jithunnair-amd-patch-9 2025-12-04T09:49:19.3027943Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-12-04T09:49:19.3028136Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-12-04T09:49:19.3028305Z * [new branch] kainan_test -> origin/kainan_test 2025-12-04T09:49:19.3028535Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-12-04T09:49:19.3028882Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-12-04T09:49:19.3029156Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-12-04T09:49:19.3029367Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-12-04T09:49:19.3029652Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-12-04T09:49:19.3029874Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-12-04T09:49:19.3030056Z * [new branch] llama4-stable -> origin/llama4-stable 2025-12-04T09:49:19.3030253Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-12-04T09:49:19.3030448Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-12-04T09:49:19.3030664Z * [new branch] lucaskabela/fix_164876 -> origin/lucaskabela/fix_164876 2025-12-04T09:49:19.3030900Z * [new branch] lucaskabela/flop_counter -> origin/lucaskabela/flop_counter 2025-12-04T09:49:19.3031158Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-12-04T09:49:19.3031440Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-12-04T09:49:19.3031794Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-12-04T09:49:19.3032100Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-12-04T09:49:19.3032462Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-12-04T09:49:19.3032702Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-12-04T09:49:19.3032947Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-12-04T09:49:19.3033208Z * [new branch] lucaskabela/typing_ctx_manager -> origin/lucaskabela/typing_ctx_manager 2025-12-04T09:49:19.3033462Z * [new branch] lucaskabela/typing_nn_module -> origin/lucaskabela/typing_nn_module 2025-12-04T09:49:19.3033730Z * [new branch] lucaskabela/typing_user_defined -> origin/lucaskabela/typing_user_defined 2025-12-04T09:49:19.3033979Z * [new branch] lucaskabela/typing_variables -> origin/lucaskabela/typing_variables 2025-12-04T09:49:19.3034286Z * [new branch] lucaskabela/typing_variables_dicts -> origin/lucaskabela/typing_variables_dicts 2025-12-04T09:49:19.3034613Z * [new branch] lucaskabela/typing_variables_functions -> origin/lucaskabela/typing_variables_functions 2025-12-04T09:49:19.3034985Z * [new branch] lucaskabela/typing_variables_lists -> origin/lucaskabela/typing_variables_lists 2025-12-04T09:49:19.3035193Z * [new branch] lw/torch_box_by_ref -> origin/lw/torch_box_by_ref 2025-12-04T09:49:19.3035344Z * [new branch] main -> origin/main 2025-12-04T09:49:19.3035536Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-12-04T09:49:19.3035725Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-12-04T09:49:19.3035910Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-12-04T09:49:19.3036086Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-12-04T09:49:19.3036274Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-12-04T09:49:19.3036449Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-12-04T09:49:19.3036628Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-12-04T09:49:19.3036894Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-12-04T09:49:19.3037100Z * [new branch] malfet/add-3.14-ci -> origin/malfet/add-3.14-ci 2025-12-04T09:49:19.3037540Z * [new branch] malfet/be-do-not-make-typos-in-build-artifacts -> origin/malfet/be-do-not-make-typos-in-build-artifacts 2025-12-04T09:49:19.3038008Z * [new branch] malfet/be-move-more-settings-to-checkout-pytorch -> origin/malfet/be-move-more-settings-to-checkout-pytorch 2025-12-04T09:49:19.3038363Z * [new branch] malfet/be-remove-misisng-neon-headers -> origin/malfet/be-remove-misisng-neon-headers 2025-12-04T09:49:19.3038621Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-12-04T09:49:19.3038935Z * [new branch] manuel/aoti_metal_shimify-thread_safe -> origin/manuel/aoti_metal_shimify-thread_safe 2025-12-04T09:49:19.3039203Z * [new branch] manuel/inductor_link_openmp -> origin/manuel/inductor_link_openmp 2025-12-04T09:49:19.3039411Z * [new branch] masnesral/metaconda -> origin/masnesral/metaconda 2025-12-04T09:49:19.3039622Z * [new branch] mem_profiler_flaky_fix -> origin/mem_profiler_flaky_fix 2025-12-04T09:49:19.3039844Z * [new branch] mem_profiler_stack_trace -> origin/mem_profiler_stack_trace 2025-12-04T09:49:19.3040045Z * [new branch] memory_profiler_stack -> origin/memory_profiler_stack 2025-12-04T09:49:19.3040246Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-12-04T09:49:19.3040423Z * [new branch] mingw_posix -> origin/mingw_posix 2025-12-04T09:49:19.3040620Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-12-04T09:49:19.3040786Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-12-04T09:49:19.3040962Z * [new branch] mlazos/acts -> origin/mlazos/acts 2025-12-04T09:49:19.3041159Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-12-04T09:49:19.3041373Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-12-04T09:49:19.3041642Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-12-04T09:49:19.3041843Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-12-04T09:49:19.3042022Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-12-04T09:49:19.3042213Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-12-04T09:49:19.3042397Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-12-04T09:49:19.3042647Z * [new branch] mlazos/bwd -> origin/mlazos/bwd 2025-12-04T09:49:19.3042847Z * [new branch] mlazos/combo-test -> origin/mlazos/combo-test 2025-12-04T09:49:19.3043061Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-12-04T09:49:19.3043266Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-12-04T09:49:19.3043496Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-12-04T09:49:19.3043783Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-12-04T09:49:19.3043983Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-12-04T09:49:19.3044213Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-12-04T09:49:19.3044439Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-12-04T09:49:19.3044623Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-12-04T09:49:19.3044890Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-12-04T09:49:19.3045087Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-12-04T09:49:19.3045283Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-12-04T09:49:19.3045465Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-12-04T09:49:19.3045660Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-12-04T09:49:19.3045825Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-12-04T09:49:19.3046055Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-12-04T09:49:19.3046263Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-12-04T09:49:19.3046432Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-12-04T09:49:19.3046617Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-12-04T09:49:19.3046848Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-12-04T09:49:19.3047034Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-12-04T09:49:19.3047218Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-12-04T09:49:19.3047391Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-12-04T09:49:19.3047576Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-12-04T09:49:19.3047759Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-12-04T09:49:19.3047922Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-12-04T09:49:19.3048125Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-12-04T09:49:19.3048315Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-12-04T09:49:19.3048501Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-12-04T09:49:19.3048690Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-12-04T09:49:19.3048858Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-12-04T09:49:19.3049030Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-12-04T09:49:19.3049209Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-12-04T09:49:19.3049375Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-12-04T09:49:19.3049538Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-12-04T09:49:19.3050485Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-12-04T09:49:19.3050652Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-12-04T09:49:19.3050817Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-12-04T09:49:19.3050981Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-12-04T09:49:19.3051148Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-12-04T09:49:19.3051310Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-12-04T09:49:19.3051470Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-12-04T09:49:19.3051639Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-12-04T09:49:19.3051796Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-12-04T09:49:19.3051956Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-12-04T09:49:19.3052263Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-12-04T09:49:19.3052498Z * [new branch] mlazos/inductor-streams -> origin/mlazos/inductor-streams 2025-12-04T09:49:19.3052664Z * [new branch] mlazos/main -> origin/mlazos/main 2025-12-04T09:49:19.3052842Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-12-04T09:49:19.3053040Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-12-04T09:49:19.3053324Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-12-04T09:49:19.3053591Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-12-04T09:49:19.3053774Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-12-04T09:49:19.3053963Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-12-04T09:49:19.3054158Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-12-04T09:49:19.3054368Z * [new branch] mlazos/overguarding -> origin/mlazos/overguarding 2025-12-04T09:49:19.3054565Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-12-04T09:49:19.3054764Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-12-04T09:49:19.3054960Z * [new branch] mlazos/resnet-fix -> origin/mlazos/resnet-fix 2025-12-04T09:49:19.3055155Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-12-04T09:49:19.3055328Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-12-04T09:49:19.3055517Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-12-04T09:49:19.3055689Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-12-04T09:49:19.3055912Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-12-04T09:49:19.3056152Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-12-04T09:49:19.3056325Z * [new branch] mlazos/stests -> origin/mlazos/stests 2025-12-04T09:49:19.3056517Z * [new branch] mlazos/stream-ops -> origin/mlazos/stream-ops 2025-12-04T09:49:19.3056702Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-12-04T09:49:19.3056918Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-12-04T09:49:19.3057083Z * [new branch] mlazos/test -> origin/mlazos/test 2025-12-04T09:49:19.3057270Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-12-04T09:49:19.3057696Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-12-04T09:49:19.3057917Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-12-04T09:49:19.3058138Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-12-04T09:49:19.3058347Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-12-04T09:49:19.3058566Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-12-04T09:49:19.3058778Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-12-04T09:49:19.3058975Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-12-04T09:49:19.3059182Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-12-04T09:49:19.3059395Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-12-04T09:49:19.3059632Z * [new branch] mlazos/user-stream-base -> origin/mlazos/user-stream-base 2025-12-04T09:49:19.3060362Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-12-04T09:49:19.3060614Z * [new branch] mlazos/user-streams-backup -> origin/mlazos/user-streams-backup 2025-12-04T09:49:19.3060872Z * [new branch] mlazos/user-streams-backup2 -> origin/mlazos/user-streams-backup2 2025-12-04T09:49:19.3061061Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-12-04T09:49:19.3061251Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-12-04T09:49:19.3061468Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-12-04T09:49:19.3061661Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-12-04T09:49:19.3061833Z * [new branch] module-shim -> origin/module-shim 2025-12-04T09:49:19.3062016Z * [new branch] move_config -> origin/move_config 2025-12-04T09:49:19.3062209Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-12-04T09:49:19.3062396Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-12-04T09:49:19.3062672Z * [new branch] mwizak/fix-triton-block-shape -> origin/mwizak/fix-triton-block-shape 2025-12-04T09:49:19.3062850Z * [new branch] my_varlen_backup -> origin/my_varlen_backup 2025-12-04T09:49:19.3063059Z * [new branch] nativert_num_outputs -> origin/nativert_num_outputs 2025-12-04T09:49:19.3063243Z * [new branch] new-codegen -> origin/new-codegen 2025-12-04T09:49:19.3063414Z * [new branch] newtest-base -> origin/newtest-base 2025-12-04T09:49:19.3063630Z * [new branch] ngimel/addmm_dtype -> origin/ngimel/addmm_dtype 2025-12-04T09:49:19.3063815Z * [new branch] ngimel/div_inv -> origin/ngimel/div_inv 2025-12-04T09:49:19.3064040Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-12-04T09:49:19.3064229Z * [new branch] ngimel/gather_grid -> origin/ngimel/gather_grid 2025-12-04T09:49:19.3064454Z * [new branch] ngimel/gather_grid_release -> origin/ngimel/gather_grid_release 2025-12-04T09:49:19.3064630Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-12-04T09:49:19.3064815Z * [new branch] ngimel/hostalloc -> origin/ngimel/hostalloc 2025-12-04T09:49:19.3065166Z * [new branch] ngimel/storage_id -> origin/ngimel/storage_id 2025-12-04T09:49:19.3065351Z * [new branch] nightly -> origin/nightly 2025-12-04T09:49:19.3065861Z * [new branch] nikitaved/addmm_1_rowcol_lt_path_check -> origin/nikitaved/addmm_1_rowcol_lt_path_check 2025-12-04T09:49:19.3066202Z * [new branch] nikitaved/addmm_epilogue_fusions_2d_bias -> origin/nikitaved/addmm_epilogue_fusions_2d_bias 2025-12-04T09:49:19.3066566Z * [new branch] nikitaved/addmm_epilogue_fusions_inductor -> origin/nikitaved/addmm_epilogue_fusions_inductor 2025-12-04T09:49:19.3066904Z * [new branch] nikitaved/addmm_epilogue_fusions_scratch -> origin/nikitaved/addmm_epilogue_fusions_scratch 2025-12-04T09:49:19.3067217Z * [new branch] nikitaved/grad_addmm_epilogue_fusions -> origin/nikitaved/grad_addmm_epilogue_fusions 2025-12-04T09:49:19.3067532Z * [new branch] nikitaved/simpler_can_use_32bit_index -> origin/nikitaved/simpler_can_use_32bit_index 2025-12-04T09:49:19.3067723Z * [new branch] nikitaved/test -> origin/nikitaved/test 2025-12-04T09:49:19.3068067Z * [new branch] nmacchioni-perf-test-async-autotune -> origin/nmacchioni-perf-test-async-autotune 2025-12-04T09:49:19.3068373Z * [new branch] no_distributed_log_spew -> origin/no_distributed_log_spew 2025-12-04T09:49:19.3068548Z * [new branch] nofun-hack -> origin/nofun-hack 2025-12-04T09:49:19.3068708Z * [new branch] norm_bench -> origin/norm_bench 2025-12-04T09:49:19.3068915Z * [new branch] nullplay/fuse_matmul -> origin/nullplay/fuse_matmul 2025-12-04T09:49:19.3069126Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-12-04T09:49:19.3069306Z * [new branch] optimizer_test -> origin/optimizer_test 2025-12-04T09:49:19.3069500Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-12-04T09:49:19.3069700Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-12-04T09:49:19.3069890Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-12-04T09:49:19.3070077Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-12-04T09:49:19.3070270Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-12-04T09:49:19.3070448Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-12-04T09:49:19.3070631Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-12-04T09:49:19.3070817Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-12-04T09:49:19.3071089Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-12-04T09:49:19.3071268Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-12-04T09:49:19.3071451Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-12-04T09:49:19.3071634Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-12-04T09:49:19.3071819Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-12-04T09:49:19.3072083Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-12-04T09:49:19.3072267Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-12-04T09:49:19.3072442Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-12-04T09:49:19.3072618Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-12-04T09:49:19.3072804Z * [new branch] orig/release/2.9 -> origin/orig/release/2.9 2025-12-04T09:49:19.3073040Z * [new branch] origin/gh/fxdawnn/1/base -> origin/origin/gh/fxdawnn/1/base 2025-12-04T09:49:19.3073263Z * [new branch] origin/gh/fxdawnn/1/orig -> origin/origin/gh/fxdawnn/1/orig 2025-12-04T09:49:19.3073584Z * [new branch] origin/gh/zpcore/14/orig -> origin/origin/gh/zpcore/14/orig 2025-12-04T09:49:19.3073778Z * [new branch] oulgen-patch-1 -> origin/oulgen-patch-1 2025-12-04T09:49:19.3073963Z * [new branch] oulgen-patch-2 -> origin/oulgen-patch-2 2025-12-04T09:49:19.3074156Z * [new branch] oulgen-patch-3 -> origin/oulgen-patch-3 2025-12-04T09:49:19.3074341Z * [new branch] oulgen-patch-4 -> origin/oulgen-patch-4 2025-12-04T09:49:19.3074525Z * [new branch] padded-tensor -> origin/padded-tensor 2025-12-04T09:49:19.3074693Z * [new branch] pca2 -> origin/pca2 2025-12-04T09:49:19.3074893Z * [new branch] per_channel_backup -> origin/per_channel_backup 2025-12-04T09:49:19.3075060Z * [new branch] perf_ops -> origin/perf_ops 2025-12-04T09:49:19.3075250Z * [new branch] perf_ops_2_9 -> origin/perf_ops_2_9 2025-12-04T09:49:19.3075521Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-12-04T09:49:19.3075750Z * [new branch] pianpwk/__draft_debug_mode -> origin/pianpwk/__draft_debug_mode 2025-12-04T09:49:19.3076058Z * [new branch] pianpwk/_debug_mode_for_triton_draft -> origin/pianpwk/_debug_mode_for_triton_draft 2025-12-04T09:49:19.3076329Z * [new branch] pianpwk/_debug_nn_module_compile -> origin/pianpwk/_debug_nn_module_compile 2025-12-04T09:49:19.3076558Z * [new branch] pianpwk/_draft_triton_11_3 -> origin/pianpwk/_draft_triton_11_3 2025-12-04T09:49:19.3076804Z * [new branch] pianpwk/_manual_bucket_draft -> origin/pianpwk/_manual_bucket_draft 2025-12-04T09:49:19.3077094Z * [new branch] pianpwk/_profile_w_dispatch_keys -> origin/pianpwk/_profile_w_dispatch_keys 2025-12-04T09:49:19.3077454Z * [new branch] pianpwk/_super_draft_debug_mode -> origin/pianpwk/_super_draft_debug_mode 2025-12-04T09:49:19.3077742Z * [new branch] pianpwk/_unbacked_local_shard_size -> origin/pianpwk/_unbacked_local_shard_size 2025-12-04T09:49:19.3077958Z * [new branch] pianpwk/anomaly_tb -> origin/pianpwk/anomaly_tb 2025-12-04T09:49:19.3078179Z * [new branch] pianpwk/auto_fx_annotate -> origin/pianpwk/auto_fx_annotate 2025-12-04T09:49:19.3078570Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-12-04T09:49:19.3078814Z * [new branch] pianpwk/bert_dynamic_perf -> origin/pianpwk/bert_dynamic_perf 2025-12-04T09:49:19.3079073Z * [new branch] pianpwk/debug_fwd_stack_traces -> origin/pianpwk/debug_fwd_stack_traces 2025-12-04T09:49:19.3079303Z * [new branch] pianpwk/debug_hash_tensor -> origin/pianpwk/debug_hash_tensor 2025-12-04T09:49:19.3079550Z * [new branch] pianpwk/debug_mode_annotate -> origin/pianpwk/debug_mode_annotate 2025-12-04T09:49:19.3079790Z * [new branch] pianpwk/debug_mode_defaults -> origin/pianpwk/debug_mode_defaults 2025-12-04T09:49:19.3080018Z * [new branch] pianpwk/debug_mode_hacks -> origin/pianpwk/debug_mode_hacks 2025-12-04T09:49:19.3080323Z * [new branch] pianpwk/debug_mode_opcall_refactor -> origin/pianpwk/debug_mode_opcall_refactor 2025-12-04T09:49:19.3080550Z * [new branch] pianpwk/debug_mode_show_ids -> origin/pianpwk/debug_mode_show_ids 2025-12-04T09:49:19.3080773Z * [new branch] pianpwk/debug_mode_triton -> origin/pianpwk/debug_mode_triton 2025-12-04T09:49:19.3081046Z * [new branch] pianpwk/debug_show_stack_trace -> origin/pianpwk/debug_show_stack_trace 2025-12-04T09:49:19.3081324Z * [new branch] pianpwk/debug_wait_on_collective -> origin/pianpwk/debug_wait_on_collective 2025-12-04T09:49:19.3081685Z * [new branch] pianpwk/debugmode_compile_tf -> origin/pianpwk/debugmode_compile_tf 2025-12-04T09:49:19.3082046Z * [new branch] pianpwk/dispatch_key_debugging_for_debug -> origin/pianpwk/dispatch_key_debugging_for_debug 2025-12-04T09:49:19.3082335Z * [new branch] pianpwk/draft_debug_mode_tfcompile -> origin/pianpwk/draft_debug_mode_tfcompile 2025-12-04T09:49:19.3082587Z * [new branch] pianpwk/draft_multikernel_nn -> origin/pianpwk/draft_multikernel_nn 2025-12-04T09:49:19.3082912Z * [new branch] pianpwk/draft_multikernel_status_10_5 -> origin/pianpwk/draft_multikernel_status_10_5 2025-12-04T09:49:19.3083159Z * [new branch] pianpwk/dtensor_custom_chunk -> origin/pianpwk/dtensor_custom_chunk 2025-12-04T09:49:19.3083437Z * [new branch] pianpwk/dtensor_unbacked_keypath -> origin/pianpwk/dtensor_unbacked_keypath 2025-12-04T09:49:19.3083758Z * [new branch] pianpwk/event_list_tree -> origin/pianpwk/event_list_tree 2025-12-04T09:49:19.3083985Z * [new branch] pianpwk/false_numel_refs -> origin/pianpwk/false_numel_refs 2025-12-04T09:49:19.3084287Z * [new branch] pianpwk/maybe_guard_rel -> origin/pianpwk/maybe_guard_rel 2025-12-04T09:49:19.3084670Z * [new branch] pianpwk/multikernel_hints_draft -> origin/pianpwk/multikernel_hints_draft 2025-12-04T09:49:19.3084966Z * [new branch] pianpwk/no_size_oblivious_slice_scat -> origin/pianpwk/no_size_oblivious_slice_scat 2025-12-04T09:49:19.3085283Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-12-04T09:49:19.3085517Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-12-04T09:49:19.3085804Z * [new branch] pianpwk/skip_python_keys_alternate -> origin/pianpwk/skip_python_keys_alternate 2025-12-04T09:49:19.3086085Z * [new branch] pianpwk/skip_python_keys_in_guards -> origin/pianpwk/skip_python_keys_in_guards 2025-12-04T09:49:19.3086322Z * [new branch] pianpwk/sym_tokens_draft -> origin/pianpwk/sym_tokens_draft 2025-12-04T09:49:19.3086535Z * [new branch] pianpwk/symint_one_hot -> origin/pianpwk/symint_one_hot 2025-12-04T09:49:19.3086843Z * [new branch] pianpwk/test_pointwise_guard_or_false -> origin/pianpwk/test_pointwise_guard_or_false 2025-12-04T09:49:19.3087105Z * [new branch] pianpwk/totally_draft_sym_wrap -> origin/pianpwk/totally_draft_sym_wrap 2025-12-04T09:49:19.3087329Z * [new branch] pianpwk/try_dumb_stuff -> origin/pianpwk/try_dumb_stuff 2025-12-04T09:49:19.3087545Z * [new branch] pianpwk/try_dumb_stuff_2 -> origin/pianpwk/try_dumb_stuff_2 2025-12-04T09:49:19.3087787Z * [new branch] pianpwk/unbacked_dtensor_mm -> origin/pianpwk/unbacked_dtensor_mm 2025-12-04T09:49:19.3088048Z * [new branch] pianpwk/unbacked_tracing_12_2 -> origin/pianpwk/unbacked_tracing_12_2 2025-12-04T09:49:19.3088261Z * [new branch] pianpwk/user_symints -> origin/pianpwk/user_symints 2025-12-04T09:49:19.3088466Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-12-04T09:49:19.3088719Z * [new branch] piz/fix_partial_backward_1112 -> origin/piz/fix_partial_backward_1112 2025-12-04T09:49:19.3088919Z * [new branch] piz/prop_cache_clean -> origin/piz/prop_cache_clean 2025-12-04T09:49:19.3089107Z * [new branch] pool-separate -> origin/pool-separate 2025-12-04T09:49:19.3089274Z * [new branch] pr-156087 -> origin/pr-156087 2025-12-04T09:49:19.3089432Z * [new branch] pr/131860 -> origin/pr/131860 2025-12-04T09:49:19.3089616Z * [new branch] predispatch_to -> origin/predispatch_to 2025-12-04T09:49:19.3089791Z * [new branch] protect-c17 -> origin/protect-c17 2025-12-04T09:49:19.3090173Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-12-04T09:49:19.3090398Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-12-04T09:49:19.3090767Z * [new branch] q1l1/fix_device_moved_constant_type_unknown -> origin/q1l1/fix_device_moved_constant_type_unknown 2025-12-04T09:49:19.3091148Z * [new branch] q1l1/fix_wrong_default_type_for_kernel_call_args -> origin/q1l1/fix_wrong_default_type_for_kernel_call_args 2025-12-04T09:49:19.3091461Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-12-04T09:49:19.3091684Z * [new branch] quote-pytest_cache -> origin/quote-pytest_cache 2025-12-04T09:49:19.3091940Z * [new branch] reland-accgrad-stream-warn -> origin/reland-accgrad-stream-warn 2025-12-04T09:49:19.3092110Z * [new branch] release/1.10 -> origin/release/1.10 2025-12-04T09:49:19.3092379Z * [new branch] release/1.11 -> origin/release/1.11 2025-12-04T09:49:19.3092546Z * [new branch] release/1.12 -> origin/release/1.12 2025-12-04T09:49:19.3092716Z * [new branch] release/1.13 -> origin/release/1.13 2025-12-04T09:49:19.3092880Z * [new branch] release/1.4 -> origin/release/1.4 2025-12-04T09:49:19.3093059Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-12-04T09:49:19.3093225Z * [new branch] release/1.5 -> origin/release/1.5 2025-12-04T09:49:19.3093387Z * [new branch] release/1.6 -> origin/release/1.6 2025-12-04T09:49:19.3093559Z * [new branch] release/1.7 -> origin/release/1.7 2025-12-04T09:49:19.3093720Z * [new branch] release/1.8 -> origin/release/1.8 2025-12-04T09:49:19.3093889Z * [new branch] release/1.9 -> origin/release/1.9 2025-12-04T09:49:19.3094063Z * [new branch] release/2.0 -> origin/release/2.0 2025-12-04T09:49:19.3094226Z * [new branch] release/2.1 -> origin/release/2.1 2025-12-04T09:49:19.3094391Z * [new branch] release/2.2 -> origin/release/2.2 2025-12-04T09:49:19.3094558Z * [new branch] release/2.3 -> origin/release/2.3 2025-12-04T09:49:19.3094716Z * [new branch] release/2.4 -> origin/release/2.4 2025-12-04T09:49:19.3094880Z * [new branch] release/2.5 -> origin/release/2.5 2025-12-04T09:49:19.3095048Z * [new branch] release/2.6 -> origin/release/2.6 2025-12-04T09:49:19.3095211Z * [new branch] release/2.7 -> origin/release/2.7 2025-12-04T09:49:19.3095379Z * [new branch] release/2.8 -> origin/release/2.8 2025-12-04T09:49:19.3095541Z * [new branch] release/2.9 -> origin/release/2.9 2025-12-04T09:49:19.3095719Z * [new branch] release_notes -> origin/release_notes 2025-12-04T09:49:19.3095934Z * [new branch] remove_pyinterpreter -> origin/remove_pyinterpreter 2025-12-04T09:49:19.3096271Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-12-04T09:49:19.3096611Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-12-04T09:49:19.3096938Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-12-04T09:49:19.3097372Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-12-04T09:49:19.3097958Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-12-04T09:49:19.3098364Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-12-04T09:49:19.3098639Z * [new branch] revert-152361-gh/fadara01/1/head -> origin/revert-152361-gh/fadara01/1/head 2025-12-04T09:49:19.3098931Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-12-04T09:49:19.3099404Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-12-04T09:49:19.3099660Z * [new branch] revert-hoo-invoke-subgraph -> origin/revert-hoo-invoke-subgraph 2025-12-04T09:49:19.3099936Z * [new branch] revert_always_build_distributed -> origin/revert_always_build_distributed 2025-12-04T09:49:19.3100118Z * [new branch] rms_norm_patch -> origin/rms_norm_patch 2025-12-04T09:49:19.3100463Z * [new branch] ruisi/fix_all_to_all_estimation -> origin/ruisi/fix_all_to_all_estimation 2025-12-04T09:49:19.3100695Z * [new branch] ruisi/fix_comm_estimation -> origin/ruisi/fix_comm_estimation 2025-12-04T09:49:19.3100981Z * [new branch] ruisi/fix_dynamic_shape_estimation -> origin/ruisi/fix_dynamic_shape_estimation 2025-12-04T09:49:19.3101239Z * [new branch] ruisi/fix_llama3_autobucketing -> origin/ruisi/fix_llama3_autobucketing 2025-12-04T09:49:19.3101526Z * [new branch] ruisi/fix_manual_bucketing_ep_pass -> origin/ruisi/fix_manual_bucketing_ep_pass 2025-12-04T09:49:19.3101749Z * [new branch] ruisi/manual_bucket_pass -> origin/ruisi/manual_bucket_pass 2025-12-04T09:49:19.3102159Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-12-04T09:49:19.3102409Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-12-04T09:49:19.3102624Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-12-04T09:49:19.3102783Z * [new branch] rzou/njt -> origin/rzou/njt 2025-12-04T09:49:19.3102955Z * [new branch] rzou/pca -> origin/rzou/pca 2025-12-04T09:49:19.3103139Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-12-04T09:49:19.3103306Z * [new branch] samplevllm -> origin/samplevllm 2025-12-04T09:49:19.3103868Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-12-04T09:49:19.3104148Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-12-04T09:49:19.3104452Z * [new branch] sapling-pr-archive-tushar00jain -> origin/sapling-pr-archive-tushar00jain 2025-12-04T09:49:19.3104663Z * [new branch] save -> origin/save 2025-12-04T09:49:19.3104865Z * [new branch] scaled_mm -> origin/scaled_mm 2025-12-04T09:49:19.3105032Z * [new branch] scan_attempt -> origin/scan_attempt 2025-12-04T09:49:19.3105190Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-12-04T09:49:19.3105489Z * [new branch] sekyondaMeta-dynamoconfig-fix -> origin/sekyondaMeta-dynamoconfig-fix 2025-12-04T09:49:19.3105698Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-12-04T09:49:19.3105906Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-12-04T09:49:19.3106121Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-12-04T09:49:19.3106334Z * [new branch] some_rocm_inductor_skips -> origin/some_rocm_inductor_skips 2025-12-04T09:49:19.3106651Z * [new branch] soulitzer/stash-tls-ac -> origin/soulitzer/stash-tls-ac 2025-12-04T09:49:19.3106883Z * [new branch] sparse-mm-bf16-support -> origin/sparse-mm-bf16-support 2025-12-04T09:49:19.3107086Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-12-04T09:49:19.3107234Z * [new branch] suo -> origin/suo 2025-12-04T09:49:19.3107406Z * [new branch] sve-poc -> origin/sve-poc 2025-12-04T09:49:19.3107570Z * [new branch] switch-bn -> origin/switch-bn 2025-12-04T09:49:19.3107817Z * [new branch] sy_annotation_in_autograd_hop -> origin/sy_annotation_in_autograd_hop 2025-12-04T09:49:19.3108016Z * [new branch] sy_aot_eager_record -> origin/sy_aot_eager_record 2025-12-04T09:49:19.3108209Z * [new branch] sy_custom_bucketing -> origin/sy_custom_bucketing 2025-12-04T09:49:19.3108468Z * [new branch] sy_debug_mode_test -> origin/sy_debug_mode_test 2025-12-04T09:49:19.3108651Z * [new branch] sy_deserialize -> origin/sy_deserialize 2025-12-04T09:49:19.3108824Z * [new branch] sy_dump_gm_code -> origin/sy_dump_gm_code 2025-12-04T09:49:19.3108975Z * [new branch] sy_exp -> origin/sy_exp 2025-12-04T09:49:19.3109186Z * [new branch] sy_export_annotation -> origin/sy_export_annotation 2025-12-04T09:49:19.3109374Z * [new branch] sy_invoke_subgraph -> origin/sy_invoke_subgraph 2025-12-04T09:49:19.3109554Z * [new branch] sy_kernel_bw_name -> origin/sy_kernel_bw_name 2025-12-04T09:49:19.3109725Z * [new branch] sy_multi_arch -> origin/sy_multi_arch 2025-12-04T09:49:19.3109914Z * [new branch] sy_nn_module_stack -> origin/sy_nn_module_stack 2025-12-04T09:49:19.3110111Z * [new branch] sy_original_dtensor -> origin/sy_original_dtensor 2025-12-04T09:49:19.3110383Z * [new branch] sy_profiler_cia -> origin/sy_profiler_cia 2025-12-04T09:49:19.3110561Z * [new branch] symm_mem_sync -> origin/symm_mem_sync 2025-12-04T09:49:19.3110789Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-12-04T09:49:19.3111010Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-12-04T09:49:19.3111322Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-12-04T09:49:19.3111482Z * [new branch] test-old -> origin/test-old 2025-12-04T09:49:19.3111655Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-12-04T09:49:19.3111926Z * [new branch] tianren/customOp_autotune_fix -> origin/tianren/customOp_autotune_fix 2025-12-04T09:49:19.3112231Z * [new branch] tianren/customOp_enable_max_autotune -> origin/tianren/customOp_enable_max_autotune 2025-12-04T09:49:19.3112449Z * [new branch] tianren/customOp_fusion -> origin/tianren/customOp_fusion 2025-12-04T09:49:19.3112800Z * [new branch] tianren/customop_collectiveop_benchmark -> origin/tianren/customop_collectiveop_benchmark 2025-12-04T09:49:19.3113169Z * [new branch] tianren/customop_collectiveop_benchmark_fix -> origin/tianren/customop_collectiveop_benchmark_fix 2025-12-04T09:49:19.3113441Z * [new branch] tianren/customop_dynamic_config -> origin/tianren/customop_dynamic_config 2025-12-04T09:49:19.3113691Z * [new branch] tianren/dynamic_range_input -> origin/tianren/dynamic_range_input 2025-12-04T09:49:19.3113956Z * [new branch] tianren/dynamic_range_input_fix -> origin/tianren/dynamic_range_input_fix 2025-12-04T09:49:19.3114328Z * [new branch] tianren/dynamic_range_input_merge -> origin/tianren/dynamic_range_input_merge 2025-12-04T09:49:19.3114602Z * [new branch] tianren/flex_paged_attn_fix_temp -> origin/tianren/flex_paged_attn_fix_temp 2025-12-04T09:49:19.3114818Z * [new branch] tianren/fx_codegen_dump -> origin/tianren/fx_codegen_dump 2025-12-04T09:49:19.3115052Z * [new branch] tianren/symmetric_memory -> origin/tianren/symmetric_memory 2025-12-04T09:49:19.3115233Z * [new branch] tianren/test -> origin/tianren/test 2025-12-04T09:49:19.3115438Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-12-04T09:49:19.3115583Z * [new branch] tmp -> origin/tmp 2025-12-04T09:49:19.3115758Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-12-04T09:49:19.3115984Z * [new branch] torchtitan_integration -> origin/torchtitan_integration 2025-12-04T09:49:19.3116272Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-12-04T09:49:19.3116495Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-12-04T09:49:19.3116737Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-12-04T09:49:19.3116952Z * [new branch] triton_kernel -> origin/triton_kernel 2025-12-04T09:49:19.3117106Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-12-04T09:49:19.3117271Z * [new branch] type_dec -> origin/type_dec 2025-12-04T09:49:19.3117520Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-12-04T09:49:19.3117988Z * [new branch] update-audio-commit-hash/17630256502-1803-1 -> origin/update-audio-commit-hash/17630256502-1803-1 2025-12-04T09:49:19.3118371Z * [new branch] update-audio-commit-hash/19087141161-1916-1 -> origin/update-audio-commit-hash/19087141161-1916-1 2025-12-04T09:49:19.3118730Z * [new branch] update-audio-commit-hash/19250643381-1929-1 -> origin/update-audio-commit-hash/19250643381-1929-1 2025-12-04T09:49:19.3119084Z * [new branch] update-audio-commit-hash/19397724337-1935-1 -> origin/update-audio-commit-hash/19397724337-1935-1 2025-12-04T09:49:19.3119446Z * [new branch] update-audio-commit-hash/19555670148-1941-1 -> origin/update-audio-commit-hash/19555670148-1941-1 2025-12-04T09:49:19.3119806Z * [new branch] update-audio-commit-hash/19750627930-1946-1 -> origin/update-audio-commit-hash/19750627930-1946-1 2025-12-04T09:49:19.3120176Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-12-04T09:49:19.3120557Z * [new branch] update-vision-commit-hash/19087141161-1916-1 -> origin/update-vision-commit-hash/19087141161-1916-1 2025-12-04T09:49:19.3120928Z * [new branch] update-vision-commit-hash/19184897099-1925-1 -> origin/update-vision-commit-hash/19184897099-1925-1 2025-12-04T09:49:19.3121291Z * [new branch] update-vision-commit-hash/19250643381-1929-1 -> origin/update-vision-commit-hash/19250643381-1929-1 2025-12-04T09:49:19.3121663Z * [new branch] update-vision-commit-hash/19381328640-1934-1 -> origin/update-vision-commit-hash/19381328640-1934-1 2025-12-04T09:49:19.3122028Z * [new branch] update-vision-commit-hash/19485237164-1938-1 -> origin/update-vision-commit-hash/19485237164-1938-1 2025-12-04T09:49:19.3122376Z * [new branch] update-vllm-commit-hash/18451675449-1879-1 -> origin/update-vllm-commit-hash/18451675449-1879-1 2025-12-04T09:49:19.3122619Z * [new branch] update-vllm-dockerfile -> origin/update-vllm-dockerfile 2025-12-04T09:49:19.3123039Z * [new branch] update-xla-commit-hash/19224287370-211-1 -> origin/update-xla-commit-hash/19224287370-211-1 2025-12-04T09:49:19.3123468Z * [new branch] update-xla-commit-hash/19422028566-212-1 -> origin/update-xla-commit-hash/19422028566-212-1 2025-12-04T09:49:19.3123811Z * [new branch] update-xla-commit-hash/19626841311-213-1 -> origin/update-xla-commit-hash/19626841311-213-1 2025-12-04T09:49:19.3124246Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-12-04T09:49:19.3124461Z * [new branch] update_operator_readme -> origin/update_operator_readme 2025-12-04T09:49:19.3124697Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-12-04T09:49:19.3124921Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-12-04T09:49:19.3125142Z * [new branch] update_slow_tests_1762155677 -> origin/update_slow_tests_1762155677 2025-12-04T09:49:19.3125462Z * [new branch] update_slow_tests_1763365283 -> origin/update_slow_tests_1763365283 2025-12-04T09:49:19.3125694Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-12-04T09:49:19.3125907Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-12-04T09:49:19.3126159Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-12-04T09:49:19.3126421Z * [new branch] upload-tests-for-autorevert -> origin/upload-tests-for-autorevert 2025-12-04T09:49:19.3126575Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-12-04T09:49:19.3126742Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-12-04T09:49:19.3126892Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-12-04T09:49:19.3127046Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-12-04T09:49:19.3127203Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-12-04T09:49:19.3127354Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-12-04T09:49:19.3127499Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-12-04T09:49:19.3127666Z * [new branch] validate_fn -> origin/validate_fn 2025-12-04T09:49:19.3127860Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-12-04T09:49:19.3128041Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-12-04T09:49:19.3128211Z * [new branch] varlen-api -> origin/varlen-api 2025-12-04T09:49:19.3128420Z * [new branch] varlen-api-backup -> origin/varlen-api-backup 2025-12-04T09:49:19.3128637Z * [new branch] varlen_batch_invariance -> origin/varlen_batch_invariance 2025-12-04T09:49:19.3128816Z * [new branch] viable/strict -> origin/viable/strict 2025-12-04T09:49:19.3129139Z * [new branch] vishal9-team/dtensor_parallelism_toy -> origin/vishal9-team/dtensor_parallelism_toy 2025-12-04T09:49:19.3129314Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-12-04T09:49:19.3129470Z * [new branch] vllmpin -> origin/vllmpin 2025-12-04T09:49:19.3129832Z * [new branch] vscode-recommend-pyrefly -> origin/vscode-recommend-pyrefly 2025-12-04T09:49:19.3130009Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-12-04T09:49:19.3130182Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-12-04T09:49:19.3130351Z * [new branch] whc/pei -> origin/whc/pei 2025-12-04T09:49:19.3130520Z * [new branch] whc/pp_fix -> origin/whc/pp_fix 2025-12-04T09:49:19.3130866Z * [new branch] whc/sharding -> origin/whc/sharding 2025-12-04T09:49:19.3131053Z * [new branch] whc/sharding2 -> origin/whc/sharding2 2025-12-04T09:49:19.3131216Z * [new branch] whc/uneven -> origin/whc/uneven 2025-12-04T09:49:19.3131406Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-12-04T09:49:19.3131569Z * [new branch] win_warnings -> origin/win_warnings 2025-12-04T09:49:19.3131785Z * [new branch] windows_libtorch_free -> origin/windows_libtorch_free 2025-12-04T09:49:19.3131945Z * [new branch] xmfan-war -> origin/xmfan-war 2025-12-04T09:49:19.3132161Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-12-04T09:49:19.3132361Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-12-04T09:49:19.3132857Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-12-04T09:49:19.3133050Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-12-04T09:49:19.3133247Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-12-04T09:49:19.3133418Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-12-04T09:49:19.3133585Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-12-04T09:49:19.3133784Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-12-04T09:49:19.3133960Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-12-04T09:49:19.3134159Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-12-04T09:49:19.3134377Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-12-04T09:49:19.3134550Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-12-04T09:49:19.3134726Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-12-04T09:49:19.3134903Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-12-04T09:49:19.3135079Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-12-04T09:49:19.3135264Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-12-04T09:49:19.3135502Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-12-04T09:49:19.3135691Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-12-04T09:49:19.3135867Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-12-04T09:49:19.3136044Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-12-04T09:49:19.3136375Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-12-04T09:49:19.3136637Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-12-04T09:49:19.3137054Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:49:19.3137664Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:49:19.3137864Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-12-04T09:49:19.3138039Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-12-04T09:49:19.3138215Z * [new branch] xmfan/test -> origin/xmfan/test 2025-12-04T09:49:19.3138553Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-12-04T09:49:19.3138771Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-12-04T09:49:19.3139027Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-12-04T09:49:19.3139216Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-12-04T09:49:19.3139488Z * [new branch] yiming/run_with_start_end_rng_hop -> origin/yiming/run_with_start_end_rng_hop 2025-12-04T09:49:19.3139672Z * [new branch] yolo-llama3 -> origin/yolo-llama3 2025-12-04T09:49:19.3139866Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-12-04T09:49:19.3140109Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-12-04T09:49:19.3140345Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-12-04T09:49:19.3140584Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-12-04T09:49:19.3140786Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-12-04T09:49:19.3140941Z * [new branch] zb2p -> origin/zb2p 2025-12-04T09:49:19.3141172Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-12-04T09:49:19.3141400Z * [new branch] zhxchen17/ci/vllm_lora_oom -> origin/zhxchen17/ci/vllm_lora_oom 2025-12-04T09:49:19.3141688Z * [new branch] zhxchen17/ci/vllm_multimodal_oom -> origin/zhxchen17/ci/vllm_multimodal_oom 2025-12-04T09:49:19.3141893Z * [new branch] zhxchen17/ci/vllm_pin -> origin/zhxchen17/ci/vllm_pin 2025-12-04T09:49:19.3142223Z * [new branch] zhxchen17/dynamo/unsafe_drop_all_guards -> origin/zhxchen17/dynamo/unsafe_drop_all_guards 2025-12-04T09:49:19.3142497Z * [new branch] zhxchen17/export/call_override -> origin/zhxchen17/export/call_override 2025-12-04T09:49:19.3142847Z * [new branch] zhxchen17/export/codemod1 -> origin/zhxchen17/export/codemod1 2025-12-04T09:49:19.3143090Z * [new branch] zhxchen17/export/ctx_return -> origin/zhxchen17/export/ctx_return 2025-12-04T09:49:19.3143440Z * [new branch] zhxchen17/export/disable_side_effect_warn -> origin/zhxchen17/export/disable_side_effect_warn 2025-12-04T09:49:19.3143803Z * [new branch] zhxchen17/export/pytree_check -> origin/zhxchen17/export/pytree_check 2025-12-04T09:49:19.3144039Z * [new branch] zhxchen17/precompile/aoti -> origin/zhxchen17/precompile/aoti 2025-12-04T09:49:19.3144294Z * [new branch] zhxchen17/precompile/globals -> origin/zhxchen17/precompile/globals 2025-12-04T09:49:19.3144627Z * [new branch] zhxchen17/precompile/inductor_guards -> origin/zhxchen17/precompile/inductor_guards 2025-12-04T09:49:19.3144841Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-12-04T09:49:19.3145123Z * [new branch] zhxchen17/torch_export_api_update -> origin/zhxchen17/torch_export_api_update 2025-12-04T09:49:19.3145339Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-12-04T09:49:19.3145536Z * [new branch] zxiiro/build-times -> origin/zxiiro/build-times 2025-12-04T09:49:19.3145729Z * [new branch] zxiiro/c7i.2xlarge -> origin/zxiiro/c7i.2xlarge 2025-12-04T09:49:19.3145953Z * [new branch] zxiiro/c7i.2xlarge.h100 -> origin/zxiiro/c7i.2xlarge.h100 2025-12-04T09:49:19.3146120Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-12-04T09:49:19.3146288Z * [new branch] zxiiro/risc64 -> origin/zxiiro/risc64 2025-12-04T09:49:19.3146628Z * [new branch] zxiiro/test-multicloud-arc -> origin/zxiiro/test-multicloud-arc 2025-12-04T09:49:19.3147103Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-12-04T09:49:19.3147259Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-12-04T09:49:19.3147415Z * [new tag] ciflow/b200/115316 -> ciflow/b200/115316 2025-12-04T09:49:19.3147561Z * [new tag] ciflow/b200/160685 -> ciflow/b200/160685 2025-12-04T09:49:19.3147712Z * [new tag] ciflow/b200/161607 -> ciflow/b200/161607 2025-12-04T09:49:19.3147866Z * [new tag] ciflow/b200/161938 -> ciflow/b200/161938 2025-12-04T09:49:19.3148013Z * [new tag] ciflow/b200/167207 -> ciflow/b200/167207 2025-12-04T09:49:19.3148157Z * [new tag] ciflow/b200/167989 -> ciflow/b200/167989 2025-12-04T09:49:19.3148306Z * [new tag] ciflow/b200/168096 -> ciflow/b200/168096 2025-12-04T09:49:19.3148532Z * [new tag] ciflow/b200/168175 -> ciflow/b200/168175 2025-12-04T09:49:19.3148676Z * [new tag] ciflow/b200/168195 -> ciflow/b200/168195 2025-12-04T09:49:19.3148820Z * [new tag] ciflow/b200/169200 -> ciflow/b200/169200 2025-12-04T09:49:19.3148980Z * [new tag] ciflow/b200/169216 -> ciflow/b200/169216 2025-12-04T09:49:19.3149170Z * [new tag] ciflow/b200/169380 -> ciflow/b200/169380 2025-12-04T09:49:19.3149359Z * [new tag] ciflow/b200/169412 -> ciflow/b200/169412 2025-12-04T09:49:19.3149511Z * [new tag] ciflow/b200/169470 -> ciflow/b200/169470 2025-12-04T09:49:19.3149653Z * [new tag] ciflow/b200/169471 -> ciflow/b200/169471 2025-12-04T09:49:19.3149799Z * [new tag] ciflow/b200/169472 -> ciflow/b200/169472 2025-12-04T09:49:19.3149955Z * [new tag] ciflow/b200/169514 -> ciflow/b200/169514 2025-12-04T09:49:19.3150195Z * [new tag] ciflow/b200/169517 -> ciflow/b200/169517 2025-12-04T09:49:19.3150370Z * [new tag] ciflow/binaries/165922 -> ciflow/binaries/165922 2025-12-04T09:49:19.3150548Z * [new tag] ciflow/binaries/169510 -> ciflow/binaries/169510 2025-12-04T09:49:19.3150747Z * [new tag] ciflow/binaries_wheel/157994 -> ciflow/binaries_wheel/157994 2025-12-04T09:49:19.3150944Z * [new tag] ciflow/binaries_wheel/166829 -> ciflow/binaries_wheel/166829 2025-12-04T09:49:19.3151154Z * [new tag] ciflow/binaries_wheel/167972 -> ciflow/binaries_wheel/167972 2025-12-04T09:49:19.3151349Z * [new tag] ciflow/binaries_wheel/167981 -> ciflow/binaries_wheel/167981 2025-12-04T09:49:19.3151512Z * [new tag] ciflow/dynamo/167695 -> ciflow/dynamo/167695 2025-12-04T09:49:19.3151670Z * [new tag] ciflow/dynamo/168096 -> ciflow/dynamo/168096 2025-12-04T09:49:19.3151835Z * [new tag] ciflow/dynamo/169525 -> ciflow/dynamo/169525 2025-12-04T09:49:19.3152091Z * [new tag] ciflow/h100-cutlass-backend/161938 -> ciflow/h100-cutlass-backend/161938 2025-12-04T09:49:19.3152341Z * [new tag] ciflow/h100-cutlass-backend/161940 -> ciflow/h100-cutlass-backend/161940 2025-12-04T09:49:19.3152569Z * [new tag] ciflow/h100-distributed/168923 -> ciflow/h100-distributed/168923 2025-12-04T09:49:19.3152757Z * [new tag] ciflow/h100-symm-mem/167552 -> ciflow/h100-symm-mem/167552 2025-12-04T09:49:19.3152939Z * [new tag] ciflow/h100-symm-mem/168129 -> ciflow/h100-symm-mem/168129 2025-12-04T09:49:19.3153127Z * [new tag] ciflow/h100-symm-mem/168917 -> ciflow/h100-symm-mem/168917 2025-12-04T09:49:19.3153380Z * [new tag] ciflow/h100-symm-mem/169156 -> ciflow/h100-symm-mem/169156 2025-12-04T09:49:19.3153563Z * [new tag] ciflow/h100-symm-mem/169200 -> ciflow/h100-symm-mem/169200 2025-12-04T09:49:19.3153753Z * [new tag] ciflow/h100-symm-mem/169216 -> ciflow/h100-symm-mem/169216 2025-12-04T09:49:19.3153932Z * [new tag] ciflow/h100-symm-mem/169338 -> ciflow/h100-symm-mem/169338 2025-12-04T09:49:19.3154114Z * [new tag] ciflow/h100-symm-mem/169355 -> ciflow/h100-symm-mem/169355 2025-12-04T09:49:19.3154318Z * [new tag] ciflow/h100-symm-mem/169543 -> ciflow/h100-symm-mem/169543 2025-12-04T09:49:19.3154466Z * [new tag] ciflow/h100/115316 -> ciflow/h100/115316 2025-12-04T09:49:19.3154615Z * [new tag] ciflow/h100/160685 -> ciflow/h100/160685 2025-12-04T09:49:19.3154769Z * [new tag] ciflow/h100/160729 -> ciflow/h100/160729 2025-12-04T09:49:19.3154919Z * [new tag] ciflow/h100/161607 -> ciflow/h100/161607 2025-12-04T09:49:19.3155128Z * [new tag] ciflow/h100/161938 -> ciflow/h100/161938 2025-12-04T09:49:19.3155279Z * [new tag] ciflow/h100/167207 -> ciflow/h100/167207 2025-12-04T09:49:19.3155422Z * [new tag] ciflow/h100/167989 -> ciflow/h100/167989 2025-12-04T09:49:19.3155660Z * [new tag] ciflow/h100/168096 -> ciflow/h100/168096 2025-12-04T09:49:19.3155806Z * [new tag] ciflow/h100/168175 -> ciflow/h100/168175 2025-12-04T09:49:19.3155956Z * [new tag] ciflow/h100/168195 -> ciflow/h100/168195 2025-12-04T09:49:19.3156103Z * [new tag] ciflow/h100/168980 -> ciflow/h100/168980 2025-12-04T09:49:19.3156244Z * [new tag] ciflow/h100/169200 -> ciflow/h100/169200 2025-12-04T09:49:19.3156447Z * [new tag] ciflow/h100/169216 -> ciflow/h100/169216 2025-12-04T09:49:19.3156633Z * [new tag] ciflow/h100/169380 -> ciflow/h100/169380 2025-12-04T09:49:19.3156776Z * [new tag] ciflow/h100/169412 -> ciflow/h100/169412 2025-12-04T09:49:19.3156925Z * [new tag] ciflow/h100/169470 -> ciflow/h100/169470 2025-12-04T09:49:19.3157064Z * [new tag] ciflow/h100/169471 -> ciflow/h100/169471 2025-12-04T09:49:19.3157206Z * [new tag] ciflow/h100/169472 -> ciflow/h100/169472 2025-12-04T09:49:19.3157358Z * [new tag] ciflow/h100/169514 -> ciflow/h100/169514 2025-12-04T09:49:19.3157559Z * [new tag] ciflow/inductor-cu126/168096 -> ciflow/inductor-cu126/168096 2025-12-04T09:49:19.3157945Z * [new tag] ciflow/inductor-micro-benchmark-cpu-x86/168096 -> ciflow/inductor-micro-benchmark-cpu-x86/168096 2025-12-04T09:49:19.3158260Z * [new tag] ciflow/inductor-micro-benchmark/166165 -> ciflow/inductor-micro-benchmark/166165 2025-12-04T09:49:19.3158560Z * [new tag] ciflow/inductor-micro-benchmark/168096 -> ciflow/inductor-micro-benchmark/168096 2025-12-04T09:49:19.3158831Z * [new tag] ciflow/inductor-perf-compare/168096 -> ciflow/inductor-perf-compare/168096 2025-12-04T09:49:19.3159277Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168073 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168073 2025-12-04T09:49:19.3159704Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168096 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168096 2025-12-04T09:49:19.3160125Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi300/169024 2025-12-04T09:49:19.3160557Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi355/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi355/169024 2025-12-04T09:49:19.3160963Z * [new tag] ciflow/inductor-perf-test-nightly/168096 -> ciflow/inductor-perf-test-nightly/168096 2025-12-04T09:49:19.3161200Z * [new tag] ciflow/inductor-periodic/168096 -> ciflow/inductor-periodic/168096 2025-12-04T09:49:19.3161448Z * [new tag] ciflow/inductor-periodic/169024 -> ciflow/inductor-periodic/169024 2025-12-04T09:49:19.3161677Z * [new tag] ciflow/inductor-periodic/169425 -> ciflow/inductor-periodic/169425 2025-12-04T09:49:19.3161921Z * [new tag] ciflow/inductor-rocm-mi200/165545 -> ciflow/inductor-rocm-mi200/165545 2025-12-04T09:49:19.3162260Z * [new tag] ciflow/inductor-rocm-mi200/165997 -> ciflow/inductor-rocm-mi200/165997 2025-12-04T09:49:19.3162500Z * [new tag] ciflow/inductor-rocm-mi200/168096 -> ciflow/inductor-rocm-mi200/168096 2025-12-04T09:49:19.3162735Z * [new tag] ciflow/inductor-rocm-mi200/169063 -> ciflow/inductor-rocm-mi200/169063 2025-12-04T09:49:19.3163157Z * [new tag] ciflow/inductor-rocm-mi200/169425 -> ciflow/inductor-rocm-mi200/169425 2025-12-04T09:49:19.3163395Z * [new tag] ciflow/inductor-rocm-mi300/165545 -> ciflow/inductor-rocm-mi300/165545 2025-12-04T09:49:19.3163629Z * [new tag] ciflow/inductor-rocm-mi300/168096 -> ciflow/inductor-rocm-mi300/168096 2025-12-04T09:49:19.3163875Z * [new tag] ciflow/inductor-rocm-mi300/169063 -> ciflow/inductor-rocm-mi300/169063 2025-12-04T09:49:19.3164110Z * [new tag] ciflow/inductor-rocm-mi300/169425 -> ciflow/inductor-rocm-mi300/169425 2025-12-04T09:49:19.3164306Z * [new tag] ciflow/inductor-rocm/162052 -> ciflow/inductor-rocm/162052 2025-12-04T09:49:19.3164494Z * [new tag] ciflow/inductor-rocm/168971 -> ciflow/inductor-rocm/168971 2025-12-04T09:49:19.3164724Z * [new tag] ciflow/inductor-windows/168096 -> ciflow/inductor-windows/168096 2025-12-04T09:49:19.3164904Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-12-04T09:49:19.3165071Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-12-04T09:49:19.3165249Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-12-04T09:49:19.3165415Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-12-04T09:49:19.3165585Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-12-04T09:49:19.3165762Z * [new tag] ciflow/inductor/157149 -> ciflow/inductor/157149 2025-12-04T09:49:19.3165928Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-12-04T09:49:19.3166091Z * [new tag] ciflow/inductor/160685 -> ciflow/inductor/160685 2025-12-04T09:49:19.3166262Z * [new tag] ciflow/inductor/160686 -> ciflow/inductor/160686 2025-12-04T09:49:19.3166434Z * [new tag] ciflow/inductor/160687 -> ciflow/inductor/160687 2025-12-04T09:49:19.3166598Z * [new tag] ciflow/inductor/160688 -> ciflow/inductor/160688 2025-12-04T09:49:19.3166774Z * [new tag] ciflow/inductor/160706 -> ciflow/inductor/160706 2025-12-04T09:49:19.3166943Z * [new tag] ciflow/inductor/160729 -> ciflow/inductor/160729 2025-12-04T09:49:19.3167107Z * [new tag] ciflow/inductor/161938 -> ciflow/inductor/161938 2025-12-04T09:49:19.3167285Z * [new tag] ciflow/inductor/161939 -> ciflow/inductor/161939 2025-12-04T09:49:19.3167453Z * [new tag] ciflow/inductor/161940 -> ciflow/inductor/161940 2025-12-04T09:49:19.3167619Z * [new tag] ciflow/inductor/162052 -> ciflow/inductor/162052 2025-12-04T09:49:19.3167783Z * [new tag] ciflow/inductor/162275 -> ciflow/inductor/162275 2025-12-04T09:49:19.3168030Z * [new tag] ciflow/inductor/162795 -> ciflow/inductor/162795 2025-12-04T09:49:19.3168196Z * [new tag] ciflow/inductor/163245 -> ciflow/inductor/163245 2025-12-04T09:49:19.3168364Z * [new tag] ciflow/inductor/163335 -> ciflow/inductor/163335 2025-12-04T09:49:19.3168640Z * [new tag] ciflow/inductor/163503 -> ciflow/inductor/163503 2025-12-04T09:49:19.3168807Z * [new tag] ciflow/inductor/163942 -> ciflow/inductor/163942 2025-12-04T09:49:19.3168972Z * [new tag] ciflow/inductor/165270 -> ciflow/inductor/165270 2025-12-04T09:49:19.3169146Z * [new tag] ciflow/inductor/165274 -> ciflow/inductor/165274 2025-12-04T09:49:19.3169403Z * [new tag] ciflow/inductor/165322 -> ciflow/inductor/165322 2025-12-04T09:49:19.3169570Z * [new tag] ciflow/inductor/165597 -> ciflow/inductor/165597 2025-12-04T09:49:19.3169822Z * [new tag] ciflow/inductor/166063 -> ciflow/inductor/166063 2025-12-04T09:49:19.3169990Z * [new tag] ciflow/inductor/166075 -> ciflow/inductor/166075 2025-12-04T09:49:19.3170155Z * [new tag] ciflow/inductor/166165 -> ciflow/inductor/166165 2025-12-04T09:49:19.3170329Z * [new tag] ciflow/inductor/166254 -> ciflow/inductor/166254 2025-12-04T09:49:19.3170494Z * [new tag] ciflow/inductor/166483 -> ciflow/inductor/166483 2025-12-04T09:49:19.3170658Z * [new tag] ciflow/inductor/166494 -> ciflow/inductor/166494 2025-12-04T09:49:19.3170838Z * [new tag] ciflow/inductor/166545 -> ciflow/inductor/166545 2025-12-04T09:49:19.3171004Z * [new tag] ciflow/inductor/166788 -> ciflow/inductor/166788 2025-12-04T09:49:19.3171171Z * [new tag] ciflow/inductor/166846 -> ciflow/inductor/166846 2025-12-04T09:49:19.3171346Z * [new tag] ciflow/inductor/167300 -> ciflow/inductor/167300 2025-12-04T09:49:19.3171534Z * [new tag] ciflow/inductor/167407 -> ciflow/inductor/167407 2025-12-04T09:49:19.3171698Z * [new tag] ciflow/inductor/167536 -> ciflow/inductor/167536 2025-12-04T09:49:19.3171863Z * [new tag] ciflow/inductor/167552 -> ciflow/inductor/167552 2025-12-04T09:49:19.3172035Z * [new tag] ciflow/inductor/167555 -> ciflow/inductor/167555 2025-12-04T09:49:19.3172198Z * [new tag] ciflow/inductor/167583 -> ciflow/inductor/167583 2025-12-04T09:49:19.3172367Z * [new tag] ciflow/inductor/167599 -> ciflow/inductor/167599 2025-12-04T09:49:19.3172547Z * [new tag] ciflow/inductor/167647 -> ciflow/inductor/167647 2025-12-04T09:49:19.3172715Z * [new tag] ciflow/inductor/167677 -> ciflow/inductor/167677 2025-12-04T09:49:19.3172884Z * [new tag] ciflow/inductor/167680 -> ciflow/inductor/167680 2025-12-04T09:49:19.3173061Z * [new tag] ciflow/inductor/167695 -> ciflow/inductor/167695 2025-12-04T09:49:19.3173226Z * [new tag] ciflow/inductor/167742 -> ciflow/inductor/167742 2025-12-04T09:49:19.3173390Z * [new tag] ciflow/inductor/167768 -> ciflow/inductor/167768 2025-12-04T09:49:19.3173563Z * [new tag] ciflow/inductor/167773 -> ciflow/inductor/167773 2025-12-04T09:49:19.3173725Z * [new tag] ciflow/inductor/167781 -> ciflow/inductor/167781 2025-12-04T09:49:19.3173889Z * [new tag] ciflow/inductor/167880 -> ciflow/inductor/167880 2025-12-04T09:49:19.3174061Z * [new tag] ciflow/inductor/167887 -> ciflow/inductor/167887 2025-12-04T09:49:19.3174225Z * [new tag] ciflow/inductor/167972 -> ciflow/inductor/167972 2025-12-04T09:49:19.3175167Z * [new tag] ciflow/inductor/167989 -> ciflow/inductor/167989 2025-12-04T09:49:19.3175342Z * [new tag] ciflow/inductor/168002 -> ciflow/inductor/168002 2025-12-04T09:49:19.3175524Z * [new tag] ciflow/inductor/168050 -> ciflow/inductor/168050 2025-12-04T09:49:19.3175731Z * [new tag] ciflow/inductor/168051 -> ciflow/inductor/168051 2025-12-04T09:49:19.3175942Z * [new tag] ciflow/inductor/168052 -> ciflow/inductor/168052 2025-12-04T09:49:19.3176114Z * [new tag] ciflow/inductor/168073 -> ciflow/inductor/168073 2025-12-04T09:49:19.3176279Z * [new tag] ciflow/inductor/168096 -> ciflow/inductor/168096 2025-12-04T09:49:19.3176442Z * [new tag] ciflow/inductor/168114 -> ciflow/inductor/168114 2025-12-04T09:49:19.3176615Z * [new tag] ciflow/inductor/168115 -> ciflow/inductor/168115 2025-12-04T09:49:19.3176785Z * [new tag] ciflow/inductor/168127 -> ciflow/inductor/168127 2025-12-04T09:49:19.3177056Z * [new tag] ciflow/inductor/168129 -> ciflow/inductor/168129 2025-12-04T09:49:19.3177237Z * [new tag] ciflow/inductor/168157 -> ciflow/inductor/168157 2025-12-04T09:49:19.3177490Z * [new tag] ciflow/inductor/168175 -> ciflow/inductor/168175 2025-12-04T09:49:19.3177661Z * [new tag] ciflow/inductor/168185 -> ciflow/inductor/168185 2025-12-04T09:49:19.3177834Z * [new tag] ciflow/inductor/168195 -> ciflow/inductor/168195 2025-12-04T09:49:19.3178001Z * [new tag] ciflow/inductor/168209 -> ciflow/inductor/168209 2025-12-04T09:49:19.3178166Z * [new tag] ciflow/inductor/168266 -> ciflow/inductor/168266 2025-12-04T09:49:19.3178343Z * [new tag] ciflow/inductor/168316 -> ciflow/inductor/168316 2025-12-04T09:49:19.3178512Z * [new tag] ciflow/inductor/168326 -> ciflow/inductor/168326 2025-12-04T09:49:19.3178682Z * [new tag] ciflow/inductor/168368 -> ciflow/inductor/168368 2025-12-04T09:49:19.3178850Z * [new tag] ciflow/inductor/168894 -> ciflow/inductor/168894 2025-12-04T09:49:19.3179027Z * [new tag] ciflow/inductor/168934 -> ciflow/inductor/168934 2025-12-04T09:49:19.3179193Z * [new tag] ciflow/inductor/168939 -> ciflow/inductor/168939 2025-12-04T09:49:19.3179356Z * [new tag] ciflow/inductor/168946 -> ciflow/inductor/168946 2025-12-04T09:49:19.3179530Z * [new tag] ciflow/inductor/168950 -> ciflow/inductor/168950 2025-12-04T09:49:19.3179692Z * [new tag] ciflow/inductor/168951 -> ciflow/inductor/168951 2025-12-04T09:49:19.3179854Z * [new tag] ciflow/inductor/168952 -> ciflow/inductor/168952 2025-12-04T09:49:19.3180031Z * [new tag] ciflow/inductor/168955 -> ciflow/inductor/168955 2025-12-04T09:49:19.3180205Z * [new tag] ciflow/inductor/168971 -> ciflow/inductor/168971 2025-12-04T09:49:19.3180368Z * [new tag] ciflow/inductor/168979 -> ciflow/inductor/168979 2025-12-04T09:49:19.3180542Z * [new tag] ciflow/inductor/168980 -> ciflow/inductor/168980 2025-12-04T09:49:19.3180706Z * [new tag] ciflow/inductor/168983 -> ciflow/inductor/168983 2025-12-04T09:49:19.3180870Z * [new tag] ciflow/inductor/169006 -> ciflow/inductor/169006 2025-12-04T09:49:19.3181048Z * [new tag] ciflow/inductor/169023 -> ciflow/inductor/169023 2025-12-04T09:49:19.3181216Z * [new tag] ciflow/inductor/169024 -> ciflow/inductor/169024 2025-12-04T09:49:19.3181489Z * [new tag] ciflow/inductor/169025 -> ciflow/inductor/169025 2025-12-04T09:49:19.3181772Z * [new tag] ciflow/inductor/169066 -> ciflow/inductor/169066 2025-12-04T09:49:19.3181942Z * [new tag] ciflow/inductor/169091 -> ciflow/inductor/169091 2025-12-04T09:49:19.3182109Z * [new tag] ciflow/inductor/169102 -> ciflow/inductor/169102 2025-12-04T09:49:19.3182376Z * [new tag] ciflow/inductor/169103 -> ciflow/inductor/169103 2025-12-04T09:49:19.3182545Z * [new tag] ciflow/inductor/169121 -> ciflow/inductor/169121 2025-12-04T09:49:19.3182712Z * [new tag] ciflow/inductor/169134 -> ciflow/inductor/169134 2025-12-04T09:49:19.3182877Z * [new tag] ciflow/inductor/169135 -> ciflow/inductor/169135 2025-12-04T09:49:19.3183052Z * [new tag] ciflow/inductor/169141 -> ciflow/inductor/169141 2025-12-04T09:49:19.3183217Z * [new tag] ciflow/inductor/169151 -> ciflow/inductor/169151 2025-12-04T09:49:19.3183390Z * [new tag] ciflow/inductor/169161 -> ciflow/inductor/169161 2025-12-04T09:49:19.3184178Z * [new tag] ciflow/inductor/169167 -> ciflow/inductor/169167 2025-12-04T09:49:19.3184355Z * [new tag] ciflow/inductor/169177 -> ciflow/inductor/169177 2025-12-04T09:49:19.3184523Z * [new tag] ciflow/inductor/169185 -> ciflow/inductor/169185 2025-12-04T09:49:19.3184709Z * [new tag] ciflow/inductor/169196 -> ciflow/inductor/169196 2025-12-04T09:49:19.3184873Z * [new tag] ciflow/inductor/169200 -> ciflow/inductor/169200 2025-12-04T09:49:19.3185041Z * [new tag] ciflow/inductor/169204 -> ciflow/inductor/169204 2025-12-04T09:49:19.3185215Z * [new tag] ciflow/inductor/169216 -> ciflow/inductor/169216 2025-12-04T09:49:19.3185381Z * [new tag] ciflow/inductor/169219 -> ciflow/inductor/169219 2025-12-04T09:49:19.3185553Z * [new tag] ciflow/inductor/169220 -> ciflow/inductor/169220 2025-12-04T09:49:19.3185740Z * [new tag] ciflow/inductor/169230 -> ciflow/inductor/169230 2025-12-04T09:49:19.3185907Z * [new tag] ciflow/inductor/169242 -> ciflow/inductor/169242 2025-12-04T09:49:19.3186077Z * [new tag] ciflow/inductor/169245 -> ciflow/inductor/169245 2025-12-04T09:49:19.3186253Z * [new tag] ciflow/inductor/169260 -> ciflow/inductor/169260 2025-12-04T09:49:19.3186423Z * [new tag] ciflow/inductor/169282 -> ciflow/inductor/169282 2025-12-04T09:49:19.3186585Z * [new tag] ciflow/inductor/169286 -> ciflow/inductor/169286 2025-12-04T09:49:19.3186751Z * [new tag] ciflow/inductor/169299 -> ciflow/inductor/169299 2025-12-04T09:49:19.3186926Z * [new tag] ciflow/inductor/169304 -> ciflow/inductor/169304 2025-12-04T09:49:19.3187098Z * [new tag] ciflow/inductor/169305 -> ciflow/inductor/169305 2025-12-04T09:49:19.3187266Z * [new tag] ciflow/inductor/169308 -> ciflow/inductor/169308 2025-12-04T09:49:19.3187445Z * [new tag] ciflow/inductor/169319 -> ciflow/inductor/169319 2025-12-04T09:49:19.3187610Z * [new tag] ciflow/inductor/169326 -> ciflow/inductor/169326 2025-12-04T09:49:19.3187777Z * [new tag] ciflow/inductor/169332 -> ciflow/inductor/169332 2025-12-04T09:49:19.3188078Z * [new tag] ciflow/inductor/169333 -> ciflow/inductor/169333 2025-12-04T09:49:19.3188250Z * [new tag] ciflow/inductor/169336 -> ciflow/inductor/169336 2025-12-04T09:49:19.3188421Z * [new tag] ciflow/inductor/169340 -> ciflow/inductor/169340 2025-12-04T09:49:19.3188609Z * [new tag] ciflow/inductor/169341 -> ciflow/inductor/169341 2025-12-04T09:49:19.3189001Z * [new tag] ciflow/inductor/169343 -> ciflow/inductor/169343 2025-12-04T09:49:19.3189175Z * [new tag] ciflow/inductor/169346 -> ciflow/inductor/169346 2025-12-04T09:49:19.3189353Z * [new tag] ciflow/inductor/169348 -> ciflow/inductor/169348 2025-12-04T09:49:19.3189520Z * [new tag] ciflow/inductor/169350 -> ciflow/inductor/169350 2025-12-04T09:49:19.3189688Z * [new tag] ciflow/inductor/169355 -> ciflow/inductor/169355 2025-12-04T09:49:19.3189869Z * [new tag] ciflow/inductor/169370 -> ciflow/inductor/169370 2025-12-04T09:49:19.3190034Z * [new tag] ciflow/inductor/169375 -> ciflow/inductor/169375 2025-12-04T09:49:19.3190201Z * [new tag] ciflow/inductor/169389 -> ciflow/inductor/169389 2025-12-04T09:49:19.3190370Z * [new tag] ciflow/inductor/169391 -> ciflow/inductor/169391 2025-12-04T09:49:19.3190551Z * [new tag] ciflow/inductor/169393 -> ciflow/inductor/169393 2025-12-04T09:49:19.3190802Z * [new tag] ciflow/inductor/169399 -> ciflow/inductor/169399 2025-12-04T09:49:19.3190969Z * [new tag] ciflow/inductor/169400 -> ciflow/inductor/169400 2025-12-04T09:49:19.3191141Z * [new tag] ciflow/inductor/169415 -> ciflow/inductor/169415 2025-12-04T09:49:19.3191307Z * [new tag] ciflow/inductor/169417 -> ciflow/inductor/169417 2025-12-04T09:49:19.3191473Z * [new tag] ciflow/inductor/169418 -> ciflow/inductor/169418 2025-12-04T09:49:19.3191652Z * [new tag] ciflow/inductor/169430 -> ciflow/inductor/169430 2025-12-04T09:49:19.3191818Z * [new tag] ciflow/inductor/169432 -> ciflow/inductor/169432 2025-12-04T09:49:19.3191983Z * [new tag] ciflow/inductor/169436 -> ciflow/inductor/169436 2025-12-04T09:49:19.3192166Z * [new tag] ciflow/inductor/169437 -> ciflow/inductor/169437 2025-12-04T09:49:19.3192336Z * [new tag] ciflow/inductor/169438 -> ciflow/inductor/169438 2025-12-04T09:49:19.3192501Z * [new tag] ciflow/inductor/169441 -> ciflow/inductor/169441 2025-12-04T09:49:19.3192678Z * [new tag] ciflow/inductor/169446 -> ciflow/inductor/169446 2025-12-04T09:49:19.3192844Z * [new tag] ciflow/inductor/169447 -> ciflow/inductor/169447 2025-12-04T09:49:19.3193011Z * [new tag] ciflow/inductor/169452 -> ciflow/inductor/169452 2025-12-04T09:49:19.3193185Z * [new tag] ciflow/inductor/169455 -> ciflow/inductor/169455 2025-12-04T09:49:19.3193352Z * [new tag] ciflow/inductor/169459 -> ciflow/inductor/169459 2025-12-04T09:49:19.3193520Z * [new tag] ciflow/inductor/169463 -> ciflow/inductor/169463 2025-12-04T09:49:19.3193685Z * [new tag] ciflow/inductor/169476 -> ciflow/inductor/169476 2025-12-04T09:49:19.3193874Z * [new tag] ciflow/inductor/169485 -> ciflow/inductor/169485 2025-12-04T09:49:19.3194039Z * [new tag] ciflow/inductor/169493 -> ciflow/inductor/169493 2025-12-04T09:49:19.3194208Z * [new tag] ciflow/inductor/169496 -> ciflow/inductor/169496 2025-12-04T09:49:19.3194482Z * [new tag] ciflow/inductor/169497 -> ciflow/inductor/169497 2025-12-04T09:49:19.3194646Z * [new tag] ciflow/inductor/169503 -> ciflow/inductor/169503 2025-12-04T09:49:19.3194810Z * [new tag] ciflow/inductor/169504 -> ciflow/inductor/169504 2025-12-04T09:49:19.3194982Z * [new tag] ciflow/inductor/169505 -> ciflow/inductor/169505 2025-12-04T09:49:19.3195148Z * [new tag] ciflow/inductor/169508 -> ciflow/inductor/169508 2025-12-04T09:49:19.3195402Z * [new tag] ciflow/inductor/169509 -> ciflow/inductor/169509 2025-12-04T09:49:19.3195687Z * [new tag] ciflow/inductor/169513 -> ciflow/inductor/169513 2025-12-04T09:49:19.3195853Z * [new tag] ciflow/inductor/169514 -> ciflow/inductor/169514 2025-12-04T09:49:19.3196017Z * [new tag] ciflow/inductor/169515 -> ciflow/inductor/169515 2025-12-04T09:49:19.3196191Z * [new tag] ciflow/inductor/169517 -> ciflow/inductor/169517 2025-12-04T09:49:19.3196356Z * [new tag] ciflow/inductor/169519 -> ciflow/inductor/169519 2025-12-04T09:49:19.3196520Z * [new tag] ciflow/inductor/169520 -> ciflow/inductor/169520 2025-12-04T09:49:19.3196695Z * [new tag] ciflow/inductor/169521 -> ciflow/inductor/169521 2025-12-04T09:49:19.3196859Z * [new tag] ciflow/inductor/169524 -> ciflow/inductor/169524 2025-12-04T09:49:19.3197022Z * [new tag] ciflow/inductor/169527 -> ciflow/inductor/169527 2025-12-04T09:49:19.3197269Z * [new tag] ciflow/inductor/169528 -> ciflow/inductor/169528 2025-12-04T09:49:19.3197448Z * [new tag] ciflow/inductor/169532 -> ciflow/inductor/169532 2025-12-04T09:49:19.3197612Z * [new tag] ciflow/inductor/169535 -> ciflow/inductor/169535 2025-12-04T09:49:19.3197782Z * [new tag] ciflow/inductor/169536 -> ciflow/inductor/169536 2025-12-04T09:49:19.3197962Z * [new tag] ciflow/inductor/169547 -> ciflow/inductor/169547 2025-12-04T09:49:19.3198124Z * [new tag] ciflow/inductor/169548 -> ciflow/inductor/169548 2025-12-04T09:49:19.3198291Z * [new tag] ciflow/inductor/169549 -> ciflow/inductor/169549 2025-12-04T09:49:19.3198461Z * [new tag] ciflow/inductor/169551 -> ciflow/inductor/169551 2025-12-04T09:49:19.3198624Z * [new tag] ciflow/inductor/169552 -> ciflow/inductor/169552 2025-12-04T09:49:19.3198795Z * [new tag] ciflow/inductor/169553 -> ciflow/inductor/169553 2025-12-04T09:49:19.3198967Z * [new tag] ciflow/inductor/169557 -> ciflow/inductor/169557 2025-12-04T09:49:19.3199145Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-12-04T09:49:19.3199320Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-12-04T09:49:19.3199501Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-12-04T09:49:19.3199702Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-12-04T09:49:19.3199890Z * [new tag] ciflow/linux-aarch64/166075 -> ciflow/linux-aarch64/166075 2025-12-04T09:49:19.3200087Z * [new tag] ciflow/linux-aarch64/166876 -> ciflow/linux-aarch64/166876 2025-12-04T09:49:19.3200271Z * [new tag] ciflow/linux-aarch64/167981 -> ciflow/linux-aarch64/167981 2025-12-04T09:49:19.3200431Z * [new tag] ciflow/mps/166254 -> ciflow/mps/166254 2025-12-04T09:49:19.3200579Z * [new tag] ciflow/mps/169017 -> ciflow/mps/169017 2025-12-04T09:49:19.3200735Z * [new tag] ciflow/mps/169372 -> ciflow/mps/169372 2025-12-04T09:49:19.3200990Z * [new tag] ciflow/mps/169478 -> ciflow/mps/169478 2025-12-04T09:49:19.3201179Z * [new tag] ciflow/op-benchmark/157994 -> ciflow/op-benchmark/157994 2025-12-04T09:49:19.3201376Z * [new tag] ciflow/op-benchmark/166075 -> ciflow/op-benchmark/166075 2025-12-04T09:49:19.3201559Z * [new tag] ciflow/op-benchmark/169544 -> ciflow/op-benchmark/169544 2025-12-04T09:49:19.3201918Z * [new tag] ciflow/periodic-rocm-mi200/165997 -> ciflow/periodic-rocm-mi200/165997 2025-12-04T09:49:19.3202177Z * [new tag] ciflow/periodic-rocm-mi200/166517 -> ciflow/periodic-rocm-mi200/166517 2025-12-04T09:49:19.3202524Z * [new tag] ciflow/periodic-rocm-mi200/169063 -> ciflow/periodic-rocm-mi200/169063 2025-12-04T09:49:19.3202764Z * [new tag] ciflow/periodic-rocm-mi200/169425 -> ciflow/periodic-rocm-mi200/169425 2025-12-04T09:49:19.3203012Z * [new tag] ciflow/periodic-rocm-mi300/166517 -> ciflow/periodic-rocm-mi300/166517 2025-12-04T09:49:19.3203255Z * [new tag] ciflow/periodic-rocm-mi300/169063 -> ciflow/periodic-rocm-mi300/169063 2025-12-04T09:49:19.3203498Z * [new tag] ciflow/periodic-rocm-mi300/169425 -> ciflow/periodic-rocm-mi300/169425 2025-12-04T09:49:19.3203689Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-12-04T09:49:19.3203862Z * [new tag] ciflow/periodic/167207 -> ciflow/periodic/167207 2025-12-04T09:49:19.3204033Z * [new tag] ciflow/periodic/167978 -> ciflow/periodic/167978 2025-12-04T09:49:19.3204294Z * [new tag] ciflow/periodic/168096 -> ciflow/periodic/168096 2025-12-04T09:49:19.3204465Z * [new tag] ciflow/periodic/169286 -> ciflow/periodic/169286 2025-12-04T09:49:19.3204642Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-12-04T09:49:19.3204826Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-12-04T09:49:19.3204989Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-12-04T09:49:19.3205162Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-12-04T09:49:19.3205656Z * [new tag] ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T09:49:19.3205854Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-12-04T09:49:19.3206076Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-12-04T09:49:19.3206297Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-12-04T09:49:19.3206512Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-12-04T09:49:19.3206714Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-12-04T09:49:19.3206935Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-12-04T09:49:19.3207138Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-12-04T09:49:19.3207404Z * [new tag] ciflow/pull/167207 -> ciflow/pull/167207 2025-12-04T09:49:19.3207689Z * [new tag] ciflow/quantization-periodic/169207 -> ciflow/quantization-periodic/169207 2025-12-04T09:49:19.3207875Z * [new tag] ciflow/rocm-mi200/165545 -> ciflow/rocm-mi200/165545 2025-12-04T09:49:19.3208053Z * [new tag] ciflow/rocm-mi200/165997 -> ciflow/rocm-mi200/165997 2025-12-04T09:49:19.3208308Z * [new tag] ciflow/rocm-mi200/168096 -> ciflow/rocm-mi200/168096 2025-12-04T09:49:19.3208490Z * [new tag] ciflow/rocm-mi200/168275 -> ciflow/rocm-mi200/168275 2025-12-04T09:49:19.3208656Z * [new tag] ciflow/rocm-mi200/169063 -> ciflow/rocm-mi200/169063 2025-12-04T09:49:19.3208824Z * [new tag] ciflow/rocm-mi200/169356 -> ciflow/rocm-mi200/169356 2025-12-04T09:49:19.3209002Z * [new tag] ciflow/rocm-mi200/169425 -> ciflow/rocm-mi200/169425 2025-12-04T09:49:19.3209173Z * [new tag] ciflow/rocm-mi300/165545 -> ciflow/rocm-mi300/165545 2025-12-04T09:49:19.3209339Z * [new tag] ciflow/rocm-mi300/167157 -> ciflow/rocm-mi300/167157 2025-12-04T09:49:19.3209515Z * [new tag] ciflow/rocm-mi300/168096 -> ciflow/rocm-mi300/168096 2025-12-04T09:49:19.3209803Z * [new tag] ciflow/rocm-mi300/169063 -> ciflow/rocm-mi300/169063 2025-12-04T09:49:19.3209975Z * [new tag] ciflow/rocm-mi300/169425 -> ciflow/rocm-mi300/169425 2025-12-04T09:49:19.3210155Z * [new tag] ciflow/rocm-mi355/167157 -> ciflow/rocm-mi355/167157 2025-12-04T09:49:19.3210324Z * [new tag] ciflow/rocm-mi355/168275 -> ciflow/rocm-mi355/168275 2025-12-04T09:49:19.3210494Z * [new tag] ciflow/rocm-mi355/169425 -> ciflow/rocm-mi355/169425 2025-12-04T09:49:19.3210676Z * [new tag] ciflow/rocm-navi31/168275 -> ciflow/rocm-navi31/168275 2025-12-04T09:49:19.3210864Z * [new tag] ciflow/rocm-navi31/169425 -> ciflow/rocm-navi31/169425 2025-12-04T09:49:19.3211018Z * [new tag] ciflow/rocm/115316 -> ciflow/rocm/115316 2025-12-04T09:49:19.3211168Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-12-04T09:49:19.3211414Z * [new tag] ciflow/rocm/160685 -> ciflow/rocm/160685 2025-12-04T09:49:19.3211564Z * [new tag] ciflow/rocm/161607 -> ciflow/rocm/161607 2025-12-04T09:49:19.3211713Z * [new tag] ciflow/rocm/162052 -> ciflow/rocm/162052 2025-12-04T09:49:19.3211872Z * [new tag] ciflow/rocm/165997 -> ciflow/rocm/165997 2025-12-04T09:49:19.3212017Z * [new tag] ciflow/rocm/166165 -> ciflow/rocm/166165 2025-12-04T09:49:19.3212165Z * [new tag] ciflow/rocm/166517 -> ciflow/rocm/166517 2025-12-04T09:49:19.3212321Z * [new tag] ciflow/rocm/167207 -> ciflow/rocm/167207 2025-12-04T09:49:19.3212466Z * [new tag] ciflow/rocm/167536 -> ciflow/rocm/167536 2025-12-04T09:49:19.3212612Z * [new tag] ciflow/rocm/167781 -> ciflow/rocm/167781 2025-12-04T09:49:19.3212775Z * [new tag] ciflow/rocm/167989 -> ciflow/rocm/167989 2025-12-04T09:49:19.3212924Z * [new tag] ciflow/rocm/168073 -> ciflow/rocm/168073 2025-12-04T09:49:19.3213071Z * [new tag] ciflow/rocm/168195 -> ciflow/rocm/168195 2025-12-04T09:49:19.3213219Z * [new tag] ciflow/rocm/168939 -> ciflow/rocm/168939 2025-12-04T09:49:19.3213376Z * [new tag] ciflow/rocm/168971 -> ciflow/rocm/168971 2025-12-04T09:49:19.3213523Z * [new tag] ciflow/rocm/169024 -> ciflow/rocm/169024 2025-12-04T09:49:19.3213668Z * [new tag] ciflow/rocm/169200 -> ciflow/rocm/169200 2025-12-04T09:49:19.3213918Z * [new tag] ciflow/rocm/169216 -> ciflow/rocm/169216 2025-12-04T09:49:19.3214075Z * [new tag] ciflow/rocm/169312 -> ciflow/rocm/169312 2025-12-04T09:49:19.3214226Z * [new tag] ciflow/rocm/169380 -> ciflow/rocm/169380 2025-12-04T09:49:19.3214385Z * [new tag] ciflow/rocm/169427 -> ciflow/rocm/169427 2025-12-04T09:49:19.3214531Z * [new tag] ciflow/rocm/169455 -> ciflow/rocm/169455 2025-12-04T09:49:19.3214676Z * [new tag] ciflow/rocm/169470 -> ciflow/rocm/169470 2025-12-04T09:49:19.3214925Z * [new tag] ciflow/rocm/169471 -> ciflow/rocm/169471 2025-12-04T09:49:19.3215075Z * [new tag] ciflow/rocm/169472 -> ciflow/rocm/169472 2025-12-04T09:49:19.3215223Z * [new tag] ciflow/rocm/169514 -> ciflow/rocm/169514 2025-12-04T09:49:19.3215383Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-12-04T09:49:19.3215530Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-12-04T09:49:19.3216041Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-12-04T09:49:19.3216333Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-12-04T09:49:19.3216487Z * [new tag] ciflow/slow/167207 -> ciflow/slow/167207 2025-12-04T09:49:19.3216640Z * [new tag] ciflow/slow/168050 -> ciflow/slow/168050 2025-12-04T09:49:19.3216791Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-12-04T09:49:19.3216956Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-12-04T09:49:19.3217110Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-12-04T09:49:19.3217258Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-12-04T09:49:19.3217522Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-12-04T09:49:19.3217677Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-12-04T09:49:19.3217912Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-12-04T09:49:19.3218074Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-12-04T09:49:19.3218530Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-12-04T09:49:19.3218681Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-12-04T09:49:19.3218845Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-12-04T09:49:19.3218999Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-12-04T09:49:19.3219150Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-12-04T09:49:19.3219314Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-12-04T09:49:19.3219813Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-12-04T09:49:19.3219999Z * [new tag] ciflow/torchbench/168175 -> ciflow/torchbench/168175 2025-12-04T09:49:19.3220160Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-12-04T09:49:19.3220310Z * [new tag] ciflow/trunk/157149 -> ciflow/trunk/157149 2025-12-04T09:49:19.3220562Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-12-04T09:49:19.3220718Z * [new tag] ciflow/trunk/159718 -> ciflow/trunk/159718 2025-12-04T09:49:19.3220868Z * [new tag] ciflow/trunk/160685 -> ciflow/trunk/160685 2025-12-04T09:49:19.3221017Z * [new tag] ciflow/trunk/160729 -> ciflow/trunk/160729 2025-12-04T09:49:19.3221166Z * [new tag] ciflow/trunk/162275 -> ciflow/trunk/162275 2025-12-04T09:49:19.3221417Z * [new tag] ciflow/trunk/162795 -> ciflow/trunk/162795 2025-12-04T09:49:19.3221571Z * [new tag] ciflow/trunk/163245 -> ciflow/trunk/163245 2025-12-04T09:49:19.3221725Z * [new tag] ciflow/trunk/163942 -> ciflow/trunk/163942 2025-12-04T09:49:19.3221884Z * [new tag] ciflow/trunk/165274 -> ciflow/trunk/165274 2025-12-04T09:49:19.3222034Z * [new tag] ciflow/trunk/165483 -> ciflow/trunk/165483 2025-12-04T09:49:19.3222183Z * [new tag] ciflow/trunk/165728 -> ciflow/trunk/165728 2025-12-04T09:49:19.3222341Z * [new tag] ciflow/trunk/165922 -> ciflow/trunk/165922 2025-12-04T09:49:19.3222494Z * [new tag] ciflow/trunk/166075 -> ciflow/trunk/166075 2025-12-04T09:49:19.3222641Z * [new tag] ciflow/trunk/166165 -> ciflow/trunk/166165 2025-12-04T09:49:19.3222891Z * [new tag] ciflow/trunk/166829 -> ciflow/trunk/166829 2025-12-04T09:49:19.3223044Z * [new tag] ciflow/trunk/166843 -> ciflow/trunk/166843 2025-12-04T09:49:19.3223193Z * [new tag] ciflow/trunk/166876 -> ciflow/trunk/166876 2025-12-04T09:49:19.3223352Z * [new tag] ciflow/trunk/167207 -> ciflow/trunk/167207 2025-12-04T09:49:19.3223505Z * [new tag] ciflow/trunk/167536 -> ciflow/trunk/167536 2025-12-04T09:49:19.3223656Z * [new tag] ciflow/trunk/167552 -> ciflow/trunk/167552 2025-12-04T09:49:19.3223819Z * [new tag] ciflow/trunk/167555 -> ciflow/trunk/167555 2025-12-04T09:49:19.3223969Z * [new tag] ciflow/trunk/167599 -> ciflow/trunk/167599 2025-12-04T09:49:19.3224121Z * [new tag] ciflow/trunk/167659 -> ciflow/trunk/167659 2025-12-04T09:49:19.3224283Z * [new tag] ciflow/trunk/167672 -> ciflow/trunk/167672 2025-12-04T09:49:19.3224523Z * [new tag] ciflow/trunk/167742 -> ciflow/trunk/167742 2025-12-04T09:49:19.3224675Z * [new tag] ciflow/trunk/167781 -> ciflow/trunk/167781 2025-12-04T09:49:19.3224824Z * [new tag] ciflow/trunk/167837 -> ciflow/trunk/167837 2025-12-04T09:49:19.3224986Z * [new tag] ciflow/trunk/167887 -> ciflow/trunk/167887 2025-12-04T09:49:19.3225139Z * [new tag] ciflow/trunk/167978 -> ciflow/trunk/167978 2025-12-04T09:49:19.3225288Z * [new tag] ciflow/trunk/168050 -> ciflow/trunk/168050 2025-12-04T09:49:19.3225448Z * [new tag] ciflow/trunk/168051 -> ciflow/trunk/168051 2025-12-04T09:49:19.3225595Z * [new tag] ciflow/trunk/168096 -> ciflow/trunk/168096 2025-12-04T09:49:19.3225744Z * [new tag] ciflow/trunk/168127 -> ciflow/trunk/168127 2025-12-04T09:49:19.3225915Z * [new tag] ciflow/trunk/168157 -> ciflow/trunk/168157 2025-12-04T09:49:19.3226071Z * [new tag] ciflow/trunk/168175 -> ciflow/trunk/168175 2025-12-04T09:49:19.3226223Z * [new tag] ciflow/trunk/168209 -> ciflow/trunk/168209 2025-12-04T09:49:19.3226383Z * [new tag] ciflow/trunk/168213 -> ciflow/trunk/168213 2025-12-04T09:49:19.3226534Z * [new tag] ciflow/trunk/168226 -> ciflow/trunk/168226 2025-12-04T09:49:19.3226688Z * [new tag] ciflow/trunk/168262 -> ciflow/trunk/168262 2025-12-04T09:49:19.3226938Z * [new tag] ciflow/trunk/168275 -> ciflow/trunk/168275 2025-12-04T09:49:19.3227101Z * [new tag] ciflow/trunk/168328 -> ciflow/trunk/168328 2025-12-04T09:49:19.3227250Z * [new tag] ciflow/trunk/168368 -> ciflow/trunk/168368 2025-12-04T09:49:19.3227409Z * [new tag] ciflow/trunk/168917 -> ciflow/trunk/168917 2025-12-04T09:49:19.3227568Z * [new tag] ciflow/trunk/168933 -> ciflow/trunk/168933 2025-12-04T09:49:19.3227810Z * [new tag] ciflow/trunk/168941 -> ciflow/trunk/168941 2025-12-04T09:49:19.3227962Z * [new tag] ciflow/trunk/168955 -> ciflow/trunk/168955 2025-12-04T09:49:19.3228120Z * [new tag] ciflow/trunk/168980 -> ciflow/trunk/168980 2025-12-04T09:49:19.3228270Z * [new tag] ciflow/trunk/169004 -> ciflow/trunk/169004 2025-12-04T09:49:19.3228420Z * [new tag] ciflow/trunk/169006 -> ciflow/trunk/169006 2025-12-04T09:49:19.3228581Z * [new tag] ciflow/trunk/169023 -> ciflow/trunk/169023 2025-12-04T09:49:19.3228732Z * [new tag] ciflow/trunk/169025 -> ciflow/trunk/169025 2025-12-04T09:49:19.3229004Z * [new tag] ciflow/trunk/169048 -> ciflow/trunk/169048 2025-12-04T09:49:19.3229171Z * [new tag] ciflow/trunk/169066 -> ciflow/trunk/169066 2025-12-04T09:49:19.3229320Z * [new tag] ciflow/trunk/169091 -> ciflow/trunk/169091 2025-12-04T09:49:19.3229470Z * [new tag] ciflow/trunk/169102 -> ciflow/trunk/169102 2025-12-04T09:49:19.3229621Z * [new tag] ciflow/trunk/169103 -> ciflow/trunk/169103 2025-12-04T09:49:19.3229786Z * [new tag] ciflow/trunk/169125 -> ciflow/trunk/169125 2025-12-04T09:49:19.3229937Z * [new tag] ciflow/trunk/169139 -> ciflow/trunk/169139 2025-12-04T09:49:19.3230089Z * [new tag] ciflow/trunk/169148 -> ciflow/trunk/169148 2025-12-04T09:49:19.3230248Z * [new tag] ciflow/trunk/169151 -> ciflow/trunk/169151 2025-12-04T09:49:19.3230397Z * [new tag] ciflow/trunk/169156 -> ciflow/trunk/169156 2025-12-04T09:49:19.3230652Z * [new tag] ciflow/trunk/169176 -> ciflow/trunk/169176 2025-12-04T09:49:19.3230813Z * [new tag] ciflow/trunk/169204 -> ciflow/trunk/169204 2025-12-04T09:49:19.3230962Z * [new tag] ciflow/trunk/169207 -> ciflow/trunk/169207 2025-12-04T09:49:19.3231111Z * [new tag] ciflow/trunk/169211 -> ciflow/trunk/169211 2025-12-04T09:49:19.3231266Z * [new tag] ciflow/trunk/169231 -> ciflow/trunk/169231 2025-12-04T09:49:19.3231414Z * [new tag] ciflow/trunk/169260 -> ciflow/trunk/169260 2025-12-04T09:49:19.3231562Z * [new tag] ciflow/trunk/169271 -> ciflow/trunk/169271 2025-12-04T09:49:19.3231721Z * [new tag] ciflow/trunk/169280 -> ciflow/trunk/169280 2025-12-04T09:49:19.3231870Z * [new tag] ciflow/trunk/169281 -> ciflow/trunk/169281 2025-12-04T09:49:19.3232023Z * [new tag] ciflow/trunk/169286 -> ciflow/trunk/169286 2025-12-04T09:49:19.3232184Z * [new tag] ciflow/trunk/169293 -> ciflow/trunk/169293 2025-12-04T09:49:19.3232333Z * [new tag] ciflow/trunk/169296 -> ciflow/trunk/169296 2025-12-04T09:49:19.3232481Z * [new tag] ciflow/trunk/169304 -> ciflow/trunk/169304 2025-12-04T09:49:19.3232628Z * [new tag] ciflow/trunk/169305 -> ciflow/trunk/169305 2025-12-04T09:49:19.3232785Z * [new tag] ciflow/trunk/169312 -> ciflow/trunk/169312 2025-12-04T09:49:19.3232934Z * [new tag] ciflow/trunk/169328 -> ciflow/trunk/169328 2025-12-04T09:49:19.3233083Z * [new tag] ciflow/trunk/169343 -> ciflow/trunk/169343 2025-12-04T09:49:19.3233238Z * [new tag] ciflow/trunk/169355 -> ciflow/trunk/169355 2025-12-04T09:49:19.3233487Z * [new tag] ciflow/trunk/169370 -> ciflow/trunk/169370 2025-12-04T09:49:19.3233644Z * [new tag] ciflow/trunk/169379 -> ciflow/trunk/169379 2025-12-04T09:49:19.3233798Z * [new tag] ciflow/trunk/169380 -> ciflow/trunk/169380 2025-12-04T09:49:19.3233950Z * [new tag] ciflow/trunk/169385 -> ciflow/trunk/169385 2025-12-04T09:49:19.3234101Z * [new tag] ciflow/trunk/169387 -> ciflow/trunk/169387 2025-12-04T09:49:19.3234343Z * [new tag] ciflow/trunk/169410 -> ciflow/trunk/169410 2025-12-04T09:49:19.3234492Z * [new tag] ciflow/trunk/169412 -> ciflow/trunk/169412 2025-12-04T09:49:19.3234639Z * [new tag] ciflow/trunk/169418 -> ciflow/trunk/169418 2025-12-04T09:49:19.3234800Z * [new tag] ciflow/trunk/169423 -> ciflow/trunk/169423 2025-12-04T09:49:19.3234952Z * [new tag] ciflow/trunk/169427 -> ciflow/trunk/169427 2025-12-04T09:49:19.3235192Z * [new tag] ciflow/trunk/169430 -> ciflow/trunk/169430 2025-12-04T09:49:19.3235339Z * [new tag] ciflow/trunk/169437 -> ciflow/trunk/169437 2025-12-04T09:49:19.3235495Z * [new tag] ciflow/trunk/169442 -> ciflow/trunk/169442 2025-12-04T09:49:19.3235643Z * [new tag] ciflow/trunk/169452 -> ciflow/trunk/169452 2025-12-04T09:49:19.3235794Z * [new tag] ciflow/trunk/169454 -> ciflow/trunk/169454 2025-12-04T09:49:19.3235959Z * [new tag] ciflow/trunk/169459 -> ciflow/trunk/169459 2025-12-04T09:49:19.3236108Z * [new tag] ciflow/trunk/169474 -> ciflow/trunk/169474 2025-12-04T09:49:19.3236259Z * [new tag] ciflow/trunk/169475 -> ciflow/trunk/169475 2025-12-04T09:49:19.3236418Z * [new tag] ciflow/trunk/169476 -> ciflow/trunk/169476 2025-12-04T09:49:19.3236579Z * [new tag] ciflow/trunk/169487 -> ciflow/trunk/169487 2025-12-04T09:49:19.3236800Z * [new tag] ciflow/trunk/169497 -> ciflow/trunk/169497 2025-12-04T09:49:19.3236958Z * [new tag] ciflow/trunk/169503 -> ciflow/trunk/169503 2025-12-04T09:49:19.3237107Z * [new tag] ciflow/trunk/169505 -> ciflow/trunk/169505 2025-12-04T09:49:19.3237257Z * [new tag] ciflow/trunk/169507 -> ciflow/trunk/169507 2025-12-04T09:49:19.3237413Z * [new tag] ciflow/trunk/169514 -> ciflow/trunk/169514 2025-12-04T09:49:19.3237563Z * [new tag] ciflow/trunk/169517 -> ciflow/trunk/169517 2025-12-04T09:49:19.3237711Z * [new tag] ciflow/trunk/169519 -> ciflow/trunk/169519 2025-12-04T09:49:19.3237867Z * [new tag] ciflow/trunk/169528 -> ciflow/trunk/169528 2025-12-04T09:49:19.3238018Z * [new tag] ciflow/trunk/169541 -> ciflow/trunk/169541 2025-12-04T09:49:19.3238172Z * [new tag] ciflow/trunk/169555 -> ciflow/trunk/169555 2025-12-04T09:49:19.3238328Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-12-04T09:49:19.3238486Z * [new tag] ciflow/vllm/165270 -> ciflow/vllm/165270 2025-12-04T09:49:19.3238637Z * [new tag] ciflow/vllm/165274 -> ciflow/vllm/165274 2025-12-04T09:49:19.3238784Z * [new tag] ciflow/vllm/166494 -> ciflow/vllm/166494 2025-12-04T09:49:19.3238942Z * [new tag] ciflow/vllm/169219 -> ciflow/vllm/169219 2025-12-04T09:49:19.3239093Z * [new tag] ciflow/vllm/169220 -> ciflow/vllm/169220 2025-12-04T09:49:19.3239248Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-12-04T09:49:19.3239401Z * [new tag] ciflow/xpu/159718 -> ciflow/xpu/159718 2025-12-04T09:49:19.3239552Z * [new tag] ciflow/xpu/161940 -> ciflow/xpu/161940 2025-12-04T09:49:19.3239796Z * [new tag] ciflow/xpu/163251 -> ciflow/xpu/163251 2025-12-04T09:49:19.3239953Z * [new tag] ciflow/xpu/166829 -> ciflow/xpu/166829 2025-12-04T09:49:19.3240096Z * [new tag] ciflow/xpu/166843 -> ciflow/xpu/166843 2025-12-04T09:49:19.3240242Z * [new tag] ciflow/xpu/167972 -> ciflow/xpu/167972 2025-12-04T09:49:19.3240399Z * [new tag] ciflow/xpu/167981 -> ciflow/xpu/167981 2025-12-04T09:49:19.3240549Z * [new tag] ciflow/xpu/168213 -> ciflow/xpu/168213 2025-12-04T09:49:19.3240782Z * [new tag] ciflow/xpu/168262 -> ciflow/xpu/168262 2025-12-04T09:49:19.3240932Z * [new tag] ciflow/xpu/168328 -> ciflow/xpu/168328 2025-12-04T09:49:19.3241161Z * [new tag] ciflow/xpu/168950 -> ciflow/xpu/168950 2025-12-04T09:49:19.3241315Z * [new tag] ciflow/xpu/169039 -> ciflow/xpu/169039 2025-12-04T09:49:19.3241461Z * [new tag] ciflow/xpu/169200 -> ciflow/xpu/169200 2025-12-04T09:49:19.3241615Z * [new tag] ciflow/xpu/169203 -> ciflow/xpu/169203 2025-12-04T09:49:19.3241763Z * [new tag] ciflow/xpu/169230 -> ciflow/xpu/169230 2025-12-04T09:49:19.3241907Z * [new tag] ciflow/xpu/169231 -> ciflow/xpu/169231 2025-12-04T09:49:19.3242058Z * [new tag] ciflow/xpu/169241 -> ciflow/xpu/169241 2025-12-04T09:49:19.3242204Z * [new tag] ciflow/xpu/169280 -> ciflow/xpu/169280 2025-12-04T09:49:19.3242348Z * [new tag] ciflow/xpu/169296 -> ciflow/xpu/169296 2025-12-04T09:49:19.3242512Z * [new tag] ciflow/xpu/169353 -> ciflow/xpu/169353 2025-12-04T09:49:19.3242729Z * [new tag] ciflow/xpu/169410 -> ciflow/xpu/169410 2025-12-04T09:49:19.3242875Z * [new tag] ciflow/xpu/169442 -> ciflow/xpu/169442 2025-12-04T09:49:19.3250389Z * [new tag] ciflow/xpu/169555 -> ciflow/xpu/169555 2025-12-04T09:49:19.3250617Z * [new tag] cslpull75 -> cslpull75 2025-12-04T09:49:19.3250760Z * [new tag] cslpull76 -> cslpull76 2025-12-04T09:49:19.3250904Z * [new tag] cslpull77 -> cslpull77 2025-12-04T09:49:19.3251033Z * [new tag] cslpull78 -> cslpull78 2025-12-04T09:49:19.3251160Z * [new tag] cslpull79 -> cslpull79 2025-12-04T09:49:19.3251303Z * [new tag] cslpull80 -> cslpull80 2025-12-04T09:49:19.3251444Z * [new tag] cslpull81 -> cslpull81 2025-12-04T09:49:19.3251574Z * [new tag] cslpull82 -> cslpull82 2025-12-04T09:49:19.3251707Z * [new tag] cslpull83 -> cslpull83 2025-12-04T09:49:19.3251831Z * [new tag] cslpull84 -> cslpull84 2025-12-04T09:49:19.3251954Z * [new tag] cslpull85 -> cslpull85 2025-12-04T09:49:19.3252081Z * [new tag] cslpull86 -> cslpull86 2025-12-04T09:49:19.3252215Z * [new tag] cslpull87 -> cslpull87 2025-12-04T09:49:19.3252343Z * [new tag] cslpull88 -> cslpull88 2025-12-04T09:49:19.3252470Z * [new tag] cslpull89 -> cslpull89 2025-12-04T09:49:19.3252603Z * [new tag] cslpull90 -> cslpull90 2025-12-04T09:49:19.3252852Z * [new tag] cslpull91 -> cslpull91 2025-12-04T09:49:19.3252987Z * [new tag] cslpull92 -> cslpull92 2025-12-04T09:49:19.3253137Z * [new tag] flight_5 -> flight_5 2025-12-04T09:49:19.3253273Z * [new tag] flight_5.1 -> flight_5.1 2025-12-04T09:49:19.3253404Z * [new tag] flight_5.2 -> flight_5.2 2025-12-04T09:49:19.3253629Z * [new tag] flight_5.3 -> flight_5.3 2025-12-04T09:49:19.3253757Z * [new tag] forpull1 -> forpull1 2025-12-04T09:49:19.3253917Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-12-04T09:49:19.3254082Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-12-04T09:49:19.3254322Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-12-04T09:49:19.3254479Z * [new tag] nightly-binary -> nightly-binary 2025-12-04T09:49:19.3254808Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-12-04T09:49:19.3255064Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-12-04T09:49:19.3255447Z * [new tag] trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 -> trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 2025-12-04T09:49:19.3255907Z * [new tag] trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e -> trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e 2025-12-04T09:49:19.3256283Z * [new tag] trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 -> trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 2025-12-04T09:49:19.3256734Z * [new tag] trunk/07dcc0b83db3211653a38565a24e15acdba75654 -> trunk/07dcc0b83db3211653a38565a24e15acdba75654 2025-12-04T09:49:19.3257111Z * [new tag] trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb -> trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb 2025-12-04T09:49:19.3257768Z * [new tag] trunk/088048f2fea28ff7d450f65c72419ca45780d30b -> trunk/088048f2fea28ff7d450f65c72419ca45780d30b 2025-12-04T09:49:19.3258224Z * [new tag] trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 -> trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 2025-12-04T09:49:19.3258578Z * [new tag] trunk/0b80a4c62b94402844bf221791c096b0035c6d75 -> trunk/0b80a4c62b94402844bf221791c096b0035c6d75 2025-12-04T09:49:19.3259049Z * [new tag] trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 -> trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 2025-12-04T09:49:19.3259420Z * [new tag] trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 -> trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 2025-12-04T09:49:19.3259852Z * [new tag] trunk/135f3753c418a6879b1954904184937b67e61688 -> trunk/135f3753c418a6879b1954904184937b67e61688 2025-12-04T09:49:19.3260227Z * [new tag] trunk/15da21026cb13cd20257dc9e96830db108743c10 -> trunk/15da21026cb13cd20257dc9e96830db108743c10 2025-12-04T09:49:19.3260686Z * [new tag] trunk/166efdad2ac827f30fb02504c6017520257f88ec -> trunk/166efdad2ac827f30fb02504c6017520257f88ec 2025-12-04T09:49:19.3261045Z * [new tag] trunk/174272c15fae553d8488140af931f7d8050a313f -> trunk/174272c15fae553d8488140af931f7d8050a313f 2025-12-04T09:49:19.3261514Z * [new tag] trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 -> trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 2025-12-04T09:49:19.3261968Z * [new tag] trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 -> trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 2025-12-04T09:49:19.3262336Z * [new tag] trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 -> trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 2025-12-04T09:49:19.3262807Z * [new tag] trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 -> trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 2025-12-04T09:49:19.3263194Z * [new tag] trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e -> trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e 2025-12-04T09:49:19.3263651Z * [new tag] trunk/1c87554d74140eaee964ca8b1832cede67f5f520 -> trunk/1c87554d74140eaee964ca8b1832cede67f5f520 2025-12-04T09:49:19.3264019Z * [new tag] trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 -> trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 2025-12-04T09:49:19.3264469Z * [new tag] trunk/1cee47d6ce0a02227185b566593f002dd639ca0c -> trunk/1cee47d6ce0a02227185b566593f002dd639ca0c 2025-12-04T09:49:19.3264940Z * [new tag] trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d -> trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d 2025-12-04T09:49:19.3265314Z * [new tag] trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 -> trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 2025-12-04T09:49:19.3265859Z * [new tag] trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de -> trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de 2025-12-04T09:49:19.3266436Z * [new tag] trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 -> trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 2025-12-04T09:49:19.3266797Z * [new tag] trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 -> trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 2025-12-04T09:49:19.3267256Z * [new tag] trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f -> trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f 2025-12-04T09:49:19.3267620Z * [new tag] trunk/285779b1621cf9f073a062b0889a642d200308d9 -> trunk/285779b1621cf9f073a062b0889a642d200308d9 2025-12-04T09:49:19.3268070Z * [new tag] trunk/2887faaec6295d081580d09fce161201826c6d87 -> trunk/2887faaec6295d081580d09fce161201826c6d87 2025-12-04T09:49:19.3268430Z * [new tag] trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc -> trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc 2025-12-04T09:49:19.3268893Z * [new tag] trunk/29856679769b3dede478767e2fe6cfb51197cb25 -> trunk/29856679769b3dede478767e2fe6cfb51197cb25 2025-12-04T09:49:19.3269412Z * [new tag] trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 -> trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 2025-12-04T09:49:19.3269779Z * [new tag] trunk/2ac3ef882afb23136adc188975f0a8802fc68adf -> trunk/2ac3ef882afb23136adc188975f0a8802fc68adf 2025-12-04T09:49:19.3270255Z * [new tag] trunk/2bec68e73b64715354af076ad309335f943e36cd -> trunk/2bec68e73b64715354af076ad309335f943e36cd 2025-12-04T09:49:19.3270617Z * [new tag] trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 -> trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 2025-12-04T09:49:19.3271091Z * [new tag] trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 -> trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 2025-12-04T09:49:19.3271472Z * [new tag] trunk/2df6058f116a65722a0e03073402feb242572d35 -> trunk/2df6058f116a65722a0e03073402feb242572d35 2025-12-04T09:49:19.3271956Z * [new tag] trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec -> trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec 2025-12-04T09:49:19.3272318Z * [new tag] trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 -> trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 2025-12-04T09:49:19.3272775Z * [new tag] trunk/305168768a95d69c444df5cd334bb774edfe06f1 -> trunk/305168768a95d69c444df5cd334bb774edfe06f1 2025-12-04T09:49:19.3273129Z * [new tag] trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 -> trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 2025-12-04T09:49:19.3273592Z * [new tag] trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 -> trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 2025-12-04T09:49:19.3274054Z * [new tag] trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 -> trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 2025-12-04T09:49:19.3274432Z * [new tag] trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf -> trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf 2025-12-04T09:49:19.3274909Z * [new tag] trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee -> trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee 2025-12-04T09:49:19.3275285Z * [new tag] trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 -> trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 2025-12-04T09:49:19.3275749Z * [new tag] trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 -> trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 2025-12-04T09:49:19.3276119Z * [new tag] trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae -> trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae 2025-12-04T09:49:19.3276616Z * [new tag] trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f -> trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f 2025-12-04T09:49:19.3276980Z * [new tag] trunk/42e9005cda22da3f1c559c3649218cebd671027c -> trunk/42e9005cda22da3f1c559c3649218cebd671027c 2025-12-04T09:49:19.3277562Z * [new tag] trunk/43b94713bbf340d3c124fde02d0f73add4021247 -> trunk/43b94713bbf340d3c124fde02d0f73add4021247 2025-12-04T09:49:19.3277958Z * [new tag] trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c -> trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c 2025-12-04T09:49:19.3278454Z * [new tag] trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a -> trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a 2025-12-04T09:49:19.3278868Z * [new tag] trunk/45d310ad84854dff730c0b12e577d7998d978686 -> trunk/45d310ad84854dff730c0b12e577d7998d978686 2025-12-04T09:49:19.3279302Z * [new tag] trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 -> trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 2025-12-04T09:49:19.3279667Z * [new tag] trunk/481e5ab336275bd3acd5fa8a611b05b4469012af -> trunk/481e5ab336275bd3acd5fa8a611b05b4469012af 2025-12-04T09:49:19.3280116Z * [new tag] trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 -> trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 2025-12-04T09:49:19.3280665Z * [new tag] trunk/49a04d26088acc17d948ddd66920f3e16371e873 -> trunk/49a04d26088acc17d948ddd66920f3e16371e873 2025-12-04T09:49:19.3281035Z * [new tag] trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 -> trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 2025-12-04T09:49:19.3281492Z * [new tag] trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f -> trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f 2025-12-04T09:49:19.3281860Z * [new tag] trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa -> trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa 2025-12-04T09:49:19.3282329Z * [new tag] trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c -> trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c 2025-12-04T09:49:19.3282702Z * [new tag] trunk/4fefb8e7e942386ffac764a41b232241f82bea3a -> trunk/4fefb8e7e942386ffac764a41b232241f82bea3a 2025-12-04T09:49:19.3283158Z * [new tag] trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d -> trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d 2025-12-04T09:49:19.3283618Z * [new tag] trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 -> trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 2025-12-04T09:49:19.3283984Z * [new tag] trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 -> trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 2025-12-04T09:49:19.3284469Z * [new tag] trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a -> trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a 2025-12-04T09:49:19.3284826Z * [new tag] trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 -> trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 2025-12-04T09:49:19.3285300Z * [new tag] trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 -> trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 2025-12-04T09:49:19.3285657Z * [new tag] trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 -> trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 2025-12-04T09:49:19.3286110Z * [new tag] trunk/5634469fda9e5d98869c82c7d03bb08914245f96 -> trunk/5634469fda9e5d98869c82c7d03bb08914245f96 2025-12-04T09:49:19.3286560Z * [new tag] trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc -> trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc 2025-12-04T09:49:19.3286939Z * [new tag] trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 -> trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 2025-12-04T09:49:19.3287384Z * [new tag] trunk/597930f6b568852356ca9795dac76f9e4653adbd -> trunk/597930f6b568852356ca9795dac76f9e4653adbd 2025-12-04T09:49:19.3287753Z * [new tag] trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 -> trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 2025-12-04T09:49:19.3288222Z * [new tag] trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 -> trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 2025-12-04T09:49:19.3288780Z * [new tag] trunk/5a607febc04c3a2b5824c75f3f60307867439a2c -> trunk/5a607febc04c3a2b5824c75f3f60307867439a2c 2025-12-04T09:49:19.3289147Z * [new tag] trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b -> trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b 2025-12-04T09:49:19.3289622Z * [new tag] trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c -> trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c 2025-12-04T09:49:19.3289981Z * [new tag] trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 -> trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 2025-12-04T09:49:19.3290444Z * [new tag] trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 -> trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 2025-12-04T09:49:19.3290880Z * [new tag] trunk/61be54a31dc09b59d99b62176fb935aee0b924ef -> trunk/61be54a31dc09b59d99b62176fb935aee0b924ef 2025-12-04T09:49:19.3291284Z * [new tag] trunk/62d3ccd71484ed6a760d909b41487101bbc65719 -> trunk/62d3ccd71484ed6a760d909b41487101bbc65719 2025-12-04T09:49:19.3291827Z * [new tag] trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b -> trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b 2025-12-04T09:49:19.3292205Z * [new tag] trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a -> trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a 2025-12-04T09:49:19.3292661Z * [new tag] trunk/66004b993744b4106bf8afaba71f3c228a804206 -> trunk/66004b993744b4106bf8afaba71f3c228a804206 2025-12-04T09:49:19.3293024Z * [new tag] trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 -> trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 2025-12-04T09:49:19.3293495Z * [new tag] trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 -> trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 2025-12-04T09:49:19.3293862Z * [new tag] trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d -> trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d 2025-12-04T09:49:19.3294320Z * [new tag] trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b -> trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b 2025-12-04T09:49:19.3294705Z * [new tag] trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 -> trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 2025-12-04T09:49:19.3295067Z * [new tag] trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 -> trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 2025-12-04T09:49:19.3295446Z * [new tag] trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec -> trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec 2025-12-04T09:49:19.3295817Z * [new tag] trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 -> trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 2025-12-04T09:49:19.3296200Z * [new tag] trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d -> trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d 2025-12-04T09:49:19.3296573Z * [new tag] trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a -> trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a 2025-12-04T09:49:19.3296959Z * [new tag] trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e -> trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e 2025-12-04T09:49:19.3297327Z * [new tag] trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 -> trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 2025-12-04T09:49:19.3297786Z * [new tag] trunk/70d797a5fc109b20a517646fcaa819477cd0d485 -> trunk/70d797a5fc109b20a517646fcaa819477cd0d485 2025-12-04T09:49:19.3298160Z * [new tag] trunk/7348cb355ff0a6f79cd4871215aea72185748734 -> trunk/7348cb355ff0a6f79cd4871215aea72185748734 2025-12-04T09:49:19.3298518Z * [new tag] trunk/74fe26a1ebe32931783569f2e762e3c2c974901f -> trunk/74fe26a1ebe32931783569f2e762e3c2c974901f 2025-12-04T09:49:19.3298901Z * [new tag] trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 -> trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 2025-12-04T09:49:19.3299276Z * [new tag] trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f -> trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f 2025-12-04T09:49:19.3299875Z * [new tag] trunk/7741edd4ed665f3988052e260863efb508d61a03 -> trunk/7741edd4ed665f3988052e260863efb508d61a03 2025-12-04T09:49:19.3300236Z * [new tag] trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 -> trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 2025-12-04T09:49:19.3300713Z * [new tag] trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 -> trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 2025-12-04T09:49:19.3301176Z * [new tag] trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 -> trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 2025-12-04T09:49:19.3301544Z * [new tag] trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca -> trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca 2025-12-04T09:49:19.3301915Z * [new tag] trunk/7b7af390ea8541c611d1ce2018a6934188fc197b -> trunk/7b7af390ea8541c611d1ce2018a6934188fc197b 2025-12-04T09:49:19.3302367Z * [new tag] trunk/7ba4680f3755a560af81aa0f688791e367aa3609 -> trunk/7ba4680f3755a560af81aa0f688791e367aa3609 2025-12-04T09:49:19.3302740Z * [new tag] trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b -> trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b 2025-12-04T09:49:19.3303107Z * [new tag] trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T09:49:19.3303479Z * [new tag] trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 -> trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 2025-12-04T09:49:19.3303860Z * [new tag] trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed -> trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed 2025-12-04T09:49:19.3304245Z * [new tag] trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 -> trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 2025-12-04T09:49:19.3304594Z * [new tag] trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e -> trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e 2025-12-04T09:49:19.3305688Z * [new tag] trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead -> trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead 2025-12-04T09:49:19.3306054Z * [new tag] trunk/81af382128efa094d8702e18f2c133760904c718 -> trunk/81af382128efa094d8702e18f2c133760904c718 2025-12-04T09:49:19.3306404Z * [new tag] trunk/84149583d483e9c973c9a0feda70e4f3964947b0 -> trunk/84149583d483e9c973c9a0feda70e4f3964947b0 2025-12-04T09:49:19.3306868Z * [new tag] trunk/85a315917efe82c24306be805c584ec044951c75 -> trunk/85a315917efe82c24306be805c584ec044951c75 2025-12-04T09:49:19.3307244Z * [new tag] trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece -> trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece 2025-12-04T09:49:19.3307693Z * [new tag] trunk/892640e25aeefa8007c5af837214b4502b6b62a6 -> trunk/892640e25aeefa8007c5af837214b4502b6b62a6 2025-12-04T09:49:19.3308142Z * [new tag] trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 -> trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 2025-12-04T09:49:19.3308553Z * [new tag] trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c -> trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c 2025-12-04T09:49:19.3308932Z * [new tag] trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 -> trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 2025-12-04T09:49:19.3309303Z * [new tag] trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 -> trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 2025-12-04T09:49:19.3309668Z * [new tag] trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca -> trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca 2025-12-04T09:49:19.3310031Z * [new tag] trunk/90b27e7e8352cde97d32ddad24740ef819633f38 -> trunk/90b27e7e8352cde97d32ddad24740ef819633f38 2025-12-04T09:49:19.3310391Z * [new tag] trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 -> trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 2025-12-04T09:49:19.3311702Z * [new tag] trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c -> trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c 2025-12-04T09:49:19.3312071Z * [new tag] trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 -> trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 2025-12-04T09:49:19.3312461Z * [new tag] trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 -> trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 2025-12-04T09:49:19.3312822Z * [new tag] trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa -> trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa 2025-12-04T09:49:19.3313185Z * [new tag] trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d -> trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d 2025-12-04T09:49:19.3313563Z * [new tag] trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 -> trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 2025-12-04T09:49:19.3314039Z * [new tag] trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 -> trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 2025-12-04T09:49:19.3314588Z * [new tag] trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d -> trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d 2025-12-04T09:49:19.3314974Z * [new tag] trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a -> trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a 2025-12-04T09:49:19.3315437Z * [new tag] trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 -> trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 2025-12-04T09:49:19.3315802Z * [new tag] trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 -> trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 2025-12-04T09:49:19.3316186Z * [new tag] trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa -> trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa 2025-12-04T09:49:19.3316537Z * [new tag] trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d -> trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d 2025-12-04T09:49:19.3316902Z * [new tag] trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c -> trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c 2025-12-04T09:49:19.3317269Z * [new tag] trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 -> trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 2025-12-04T09:49:19.3317636Z * [new tag] trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c -> trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c 2025-12-04T09:49:19.3317996Z * [new tag] trunk/a7dc6dab9ad911259d4801c502907e531594db45 -> trunk/a7dc6dab9ad911259d4801c502907e531594db45 2025-12-04T09:49:19.3318375Z * [new tag] trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 -> trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 2025-12-04T09:49:19.3318740Z * [new tag] trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e -> trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e 2025-12-04T09:49:19.3319097Z * [new tag] trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e -> trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e 2025-12-04T09:49:19.3319485Z * [new tag] trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e -> trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e 2025-12-04T09:49:19.3319856Z * [new tag] trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 -> trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 2025-12-04T09:49:19.3320229Z * [new tag] trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 -> trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 2025-12-04T09:49:19.3320596Z * [new tag] trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 -> trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 2025-12-04T09:49:19.3320942Z * [new tag] trunk/b39813b4a04931682b0491adba2138d01d716d99 -> trunk/b39813b4a04931682b0491adba2138d01d716d99 2025-12-04T09:49:19.3321307Z * [new tag] trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 -> trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 2025-12-04T09:49:19.3321793Z * [new tag] trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 -> trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 2025-12-04T09:49:19.3322145Z * [new tag] trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a -> trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a 2025-12-04T09:49:19.3322507Z * [new tag] trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 -> trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 2025-12-04T09:49:19.3322888Z * [new tag] trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 -> trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 2025-12-04T09:49:19.3323245Z * [new tag] trunk/b7d60685f8cbc939b68a20871e90db67e729329b -> trunk/b7d60685f8cbc939b68a20871e90db67e729329b 2025-12-04T09:49:19.3323606Z * [new tag] trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e -> trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e 2025-12-04T09:49:19.3323985Z * [new tag] trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf -> trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf 2025-12-04T09:49:19.3324826Z * [new tag] trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 -> trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 2025-12-04T09:49:19.3325187Z * [new tag] trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f -> trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f 2025-12-04T09:49:19.3325577Z * [new tag] trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f -> trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f 2025-12-04T09:49:19.3326040Z * [new tag] trunk/bb3034198b459401fabeab254e1b99f0115046e2 -> trunk/bb3034198b459401fabeab254e1b99f0115046e2 2025-12-04T09:49:19.3326405Z * [new tag] trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 -> trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 2025-12-04T09:49:19.3326882Z * [new tag] trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 -> trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 2025-12-04T09:49:19.3327349Z * [new tag] trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 -> trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 2025-12-04T09:49:19.3327727Z * [new tag] trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 -> trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 2025-12-04T09:49:19.3328095Z * [new tag] trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 -> trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 2025-12-04T09:49:19.3328447Z * [new tag] trunk/c0660bcee27e7d7731634e274576a7081882bede -> trunk/c0660bcee27e7d7731634e274576a7081882bede 2025-12-04T09:49:19.3328824Z * [new tag] trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac -> trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac 2025-12-04T09:49:19.3329196Z * [new tag] trunk/c55b1e8f61d041ee436d697449eb028931d574fb -> trunk/c55b1e8f61d041ee436d697449eb028931d574fb 2025-12-04T09:49:19.3329553Z * [new tag] trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 -> trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 2025-12-04T09:49:19.3329937Z * [new tag] trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 -> trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 2025-12-04T09:49:19.3330293Z * [new tag] trunk/cc0853af42122f8185321f542616f4474e717f09 -> trunk/cc0853af42122f8185321f542616f4474e717f09 2025-12-04T09:49:19.3330666Z * [new tag] trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 -> trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 2025-12-04T09:49:19.3331037Z * [new tag] trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a -> trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a 2025-12-04T09:49:19.3331405Z * [new tag] trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace -> trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace 2025-12-04T09:49:19.3331768Z * [new tag] trunk/d16447dacaf2420ea175f0c275c75da951f57d39 -> trunk/d16447dacaf2420ea175f0c275c75da951f57d39 2025-12-04T09:49:19.3332209Z * [new tag] trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 -> trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 2025-12-04T09:49:19.3332590Z * [new tag] trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 -> trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 2025-12-04T09:49:19.3332951Z * [new tag] trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf -> trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf 2025-12-04T09:49:19.3333316Z * [new tag] trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 -> trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 2025-12-04T09:49:19.3333684Z * [new tag] trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d -> trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d 2025-12-04T09:49:19.3334043Z * [new tag] trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 -> trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 2025-12-04T09:49:19.3334392Z * [new tag] trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 -> trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 2025-12-04T09:49:19.3334836Z * [new tag] trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e -> trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e 2025-12-04T09:49:19.3335198Z * [new tag] trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a -> trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a 2025-12-04T09:49:19.3335561Z * [new tag] trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b -> trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b 2025-12-04T09:49:19.3335939Z * [new tag] trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec -> trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec 2025-12-04T09:49:19.3336309Z * [new tag] trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf -> trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf 2025-12-04T09:49:19.3336675Z * [new tag] trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd -> trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd 2025-12-04T09:49:19.3337040Z * [new tag] trunk/dd18a75336a4fbd7497955cc5665904724fce889 -> trunk/dd18a75336a4fbd7497955cc5665904724fce889 2025-12-04T09:49:19.3337511Z * [new tag] trunk/ded9bcd61a059bf723e6e84689552962b480ea77 -> trunk/ded9bcd61a059bf723e6e84689552962b480ea77 2025-12-04T09:49:19.3337879Z * [new tag] trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c -> trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c 2025-12-04T09:49:19.3338263Z * [new tag] trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b -> trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b 2025-12-04T09:49:19.3338617Z * [new tag] trunk/e3f24fd73ad74c6e7176687986436956c7c18235 -> trunk/e3f24fd73ad74c6e7176687986436956c7c18235 2025-12-04T09:49:19.3338974Z * [new tag] trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e -> trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e 2025-12-04T09:49:19.3339340Z * [new tag] trunk/ea7035f462a0d2830865ee86c832bd101e1427fc -> trunk/ea7035f462a0d2830865ee86c832bd101e1427fc 2025-12-04T09:49:19.3339717Z * [new tag] trunk/eabb7ad2128580ef674446027b95bcf4e21e8df3 -> trunk/eabb7ad2128580ef674446027b95bcf4e21e8df3 2025-12-04T09:49:19.3340088Z * [new tag] trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf -> trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf 2025-12-04T09:49:19.3340456Z * [new tag] trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e -> trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e 2025-12-04T09:49:19.3340824Z * [new tag] trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e -> trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e 2025-12-04T09:49:19.3341191Z * [new tag] trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 -> trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 2025-12-04T09:49:19.3341555Z * [new tag] trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 -> trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 2025-12-04T09:49:19.3341925Z * [new tag] trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 -> trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 2025-12-04T09:49:19.3342363Z * [new tag] trunk/f1076f5510920044912247b1abb8760cb820f598 -> trunk/f1076f5510920044912247b1abb8760cb820f598 2025-12-04T09:49:19.3342836Z * [new tag] trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 -> trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 2025-12-04T09:49:19.3343202Z * [new tag] trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 -> trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 2025-12-04T09:49:19.3343680Z * [new tag] trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 -> trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 2025-12-04T09:49:19.3344147Z * [new tag] trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 -> trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 2025-12-04T09:49:19.3344515Z * [new tag] trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 -> trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 2025-12-04T09:49:19.3344958Z * [new tag] trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 -> trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 2025-12-04T09:49:19.3345318Z * [new tag] trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 -> trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 2025-12-04T09:49:19.3345683Z * [new tag] trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b -> trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b 2025-12-04T09:49:19.3346050Z * [new tag] trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 -> trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 2025-12-04T09:49:19.3346429Z * [new tag] trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 -> trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 2025-12-04T09:49:19.3346788Z * [new tag] trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 -> trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 2025-12-04T09:49:19.3347174Z * [new tag] trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:49:19.3347316Z * [new tag] v0.1.1 -> v0.1.1 2025-12-04T09:49:19.3347443Z * [new tag] v0.1.10 -> v0.1.10 2025-12-04T09:49:19.3347577Z * [new tag] v0.1.11 -> v0.1.11 2025-12-04T09:49:19.3347694Z * [new tag] v0.1.12 -> v0.1.12 2025-12-04T09:49:19.3347813Z * [new tag] v0.1.2 -> v0.1.2 2025-12-04T09:49:19.3347932Z * [new tag] v0.1.3 -> v0.1.3 2025-12-04T09:49:19.3348055Z * [new tag] v0.1.4 -> v0.1.4 2025-12-04T09:49:19.3348167Z * [new tag] v0.1.5 -> v0.1.5 2025-12-04T09:49:19.3348282Z * [new tag] v0.1.6 -> v0.1.6 2025-12-04T09:49:19.3348411Z * [new tag] v0.1.7 -> v0.1.7 2025-12-04T09:49:19.3348529Z * [new tag] v0.1.8 -> v0.1.8 2025-12-04T09:49:19.3348647Z * [new tag] v0.1.9 -> v0.1.9 2025-12-04T09:49:19.3348770Z * [new tag] v0.2.0 -> v0.2.0 2025-12-04T09:49:19.3348885Z * [new tag] v0.3.0 -> v0.3.0 2025-12-04T09:49:19.3349000Z * [new tag] v0.3.1 -> v0.3.1 2025-12-04T09:49:19.3349125Z * [new tag] v0.4.0 -> v0.4.0 2025-12-04T09:49:19.3349242Z * [new tag] v0.4.1 -> v0.4.1 2025-12-04T09:49:19.3349363Z * [new tag] v1.0.0 -> v1.0.0 2025-12-04T09:49:19.3349492Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-12-04T09:49:19.3349617Z * [new tag] v1.0.1 -> v1.0.1 2025-12-04T09:49:19.3349809Z * [new tag] v1.0rc0 -> v1.0rc0 2025-12-04T09:49:19.3349934Z * [new tag] v1.0rc1 -> v1.0rc1 2025-12-04T09:49:19.3350060Z * [new tag] v1.1.0 -> v1.1.0 2025-12-04T09:49:19.3350184Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-12-04T09:49:19.3350303Z * [new tag] v1.10.0 -> v1.10.0 2025-12-04T09:49:19.3350458Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-12-04T09:49:19.3350590Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-12-04T09:49:19.3350723Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-12-04T09:49:19.3350854Z * [new tag] v1.10.1 -> v1.10.1 2025-12-04T09:49:19.3350981Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-12-04T09:49:19.3351098Z * [new tag] v1.10.2 -> v1.10.2 2025-12-04T09:49:19.3351307Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-12-04T09:49:19.3351438Z * [new tag] v1.11.0 -> v1.11.0 2025-12-04T09:49:19.3351565Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-12-04T09:49:19.3351692Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-12-04T09:49:19.3351829Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-12-04T09:49:19.3351957Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-12-04T09:49:19.3352085Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-12-04T09:49:19.3352225Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-12-04T09:49:19.3352350Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-12-04T09:49:19.3352472Z * [new tag] v1.12.0 -> v1.12.0 2025-12-04T09:49:19.3352619Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-12-04T09:49:19.3352748Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-12-04T09:49:19.3352880Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-12-04T09:49:19.3353025Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-12-04T09:49:19.3353149Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-12-04T09:49:19.3353279Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-12-04T09:49:19.3353403Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-12-04T09:49:19.3353540Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-12-04T09:49:19.3353661Z * [new tag] v1.12.1 -> v1.12.1 2025-12-04T09:49:19.3353789Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-12-04T09:49:19.3353933Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-12-04T09:49:19.3354064Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-12-04T09:49:19.3354192Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-12-04T09:49:19.3354334Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-12-04T09:49:19.3354458Z * [new tag] v1.13.0 -> v1.13.0 2025-12-04T09:49:19.3354582Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-12-04T09:49:19.3354723Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-12-04T09:49:19.3354852Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-12-04T09:49:19.3354976Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-12-04T09:49:19.3355104Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-12-04T09:49:19.3355308Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-12-04T09:49:19.3355431Z * [new tag] v1.13.1 -> v1.13.1 2025-12-04T09:49:19.3355561Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-12-04T09:49:19.3355693Z * [new tag] v1.2.0 -> v1.2.0 2025-12-04T09:49:19.3355818Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-12-04T09:49:19.3355943Z * [new tag] v1.3.0 -> v1.3.0 2025-12-04T09:49:19.3356083Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-12-04T09:49:19.3356204Z * [new tag] v1.3.1 -> v1.3.1 2025-12-04T09:49:19.3356345Z * [new tag] v1.4.0 -> v1.4.0 2025-12-04T09:49:19.3356473Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-12-04T09:49:19.3356605Z * [new tag] v1.4.1 -> v1.4.1 2025-12-04T09:49:19.3356790Z * [new tag] v1.5.0 -> v1.5.0 2025-12-04T09:49:19.3356920Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-12-04T09:49:19.3357060Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-12-04T09:49:19.3357186Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-12-04T09:49:19.3357310Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-12-04T09:49:19.3357434Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-12-04T09:49:19.3357567Z * [new tag] v1.5.1 -> v1.5.1 2025-12-04T09:49:19.3357696Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-12-04T09:49:19.3357816Z * [new tag] v1.6.0 -> v1.6.0 2025-12-04T09:49:19.3357956Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-12-04T09:49:19.3358087Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-12-04T09:49:19.3358212Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-12-04T09:49:19.3358344Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-12-04T09:49:19.3358470Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-12-04T09:49:19.3358599Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-12-04T09:49:19.3358731Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-12-04T09:49:19.3358850Z * [new tag] v1.7.0 -> v1.7.0 2025-12-04T09:49:19.3358979Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-12-04T09:49:19.3359114Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-12-04T09:49:19.3359244Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-12-04T09:49:19.3359370Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-12-04T09:49:19.3359497Z * [new tag] v1.7.1 -> v1.7.1 2025-12-04T09:49:19.3359636Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-12-04T09:49:19.3359763Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-12-04T09:49:19.3359888Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-12-04T09:49:19.3360021Z * [new tag] v1.8.0 -> v1.8.0 2025-12-04T09:49:19.3360144Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-12-04T09:49:19.3360269Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-12-04T09:49:19.3360406Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-12-04T09:49:19.3360532Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-12-04T09:49:19.3360732Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-12-04T09:49:19.3360865Z * [new tag] v1.8.1 -> v1.8.1 2025-12-04T09:49:19.3360988Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-12-04T09:49:19.3361114Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-12-04T09:49:19.3361240Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-12-04T09:49:19.3361373Z * [new tag] v1.8.2 -> v1.8.2 2025-12-04T09:49:19.3361497Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-12-04T09:49:19.3361615Z * [new tag] v1.9.0 -> v1.9.0 2025-12-04T09:49:19.3361750Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-12-04T09:49:19.3361880Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-12-04T09:49:19.3362009Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-12-04T09:49:19.3362249Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-12-04T09:49:19.3362368Z * [new tag] v1.9.1 -> v1.9.1 2025-12-04T09:49:19.3362493Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-12-04T09:49:19.3362624Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-12-04T09:49:19.3362743Z * [new tag] v2.0.0 -> v2.0.0 2025-12-04T09:49:19.3362869Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-12-04T09:49:19.3363009Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-12-04T09:49:19.3363133Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-12-04T09:49:19.3363256Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-12-04T09:49:19.3363387Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-12-04T09:49:19.3363525Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-12-04T09:49:19.3363646Z * [new tag] v2.0.1 -> v2.0.1 2025-12-04T09:49:19.3363773Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-12-04T09:49:19.3363912Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-12-04T09:49:19.3364040Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-12-04T09:49:19.3364163Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-12-04T09:49:19.3364293Z * [new tag] v2.1.0 -> v2.1.0 2025-12-04T09:49:19.3364417Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-12-04T09:49:19.3364541Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-12-04T09:49:19.3364676Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-12-04T09:49:19.3364807Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-12-04T09:49:19.3364930Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-12-04T09:49:19.3365053Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-12-04T09:49:19.3365179Z * [new tag] v2.1.1 -> v2.1.1 2025-12-04T09:49:19.3365302Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-12-04T09:49:19.3365423Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-12-04T09:49:19.3365556Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-12-04T09:49:19.3365681Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-12-04T09:49:19.3365806Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-12-04T09:49:19.3365939Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-12-04T09:49:19.3366136Z * [new tag] v2.1.2 -> v2.1.2 2025-12-04T09:49:19.3366268Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-12-04T09:49:19.3366398Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-12-04T09:49:19.3366523Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-12-04T09:49:19.3366641Z * [new tag] v2.2.0 -> v2.2.0 2025-12-04T09:49:19.3366766Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-12-04T09:49:19.3366905Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-12-04T09:49:19.3367028Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-12-04T09:49:19.3367159Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-12-04T09:49:19.3367302Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-12-04T09:49:19.3367433Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-12-04T09:49:19.3367630Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-12-04T09:49:19.3367765Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-12-04T09:49:19.3367884Z * [new tag] v2.2.1 -> v2.2.1 2025-12-04T09:49:19.3368009Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-12-04T09:49:19.3368139Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-12-04T09:49:19.3368264Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-12-04T09:49:19.3368384Z * [new tag] v2.2.2 -> v2.2.2 2025-12-04T09:49:19.3368519Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-12-04T09:49:19.3368647Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-12-04T09:49:19.3368777Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-12-04T09:49:19.3368903Z * [new tag] v2.3.0 -> v2.3.0 2025-12-04T09:49:19.3369034Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-12-04T09:49:19.3369163Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-12-04T09:49:19.3369290Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-12-04T09:49:19.3369429Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-12-04T09:49:19.3369704Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-12-04T09:49:19.3369855Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-12-04T09:49:19.3369993Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-12-04T09:49:19.3370122Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-12-04T09:49:19.3370252Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-12-04T09:49:19.3370387Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-12-04T09:49:19.3370608Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-12-04T09:49:19.3370732Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-12-04T09:49:19.3370850Z * [new tag] v2.3.1 -> v2.3.1 2025-12-04T09:49:19.3370982Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-12-04T09:49:19.3371105Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-12-04T09:49:19.3371332Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-12-04T09:49:19.3371462Z * [new tag] v2.4.0 -> v2.4.0 2025-12-04T09:49:19.3371585Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-12-04T09:49:19.3371707Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-12-04T09:49:19.3371938Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-12-04T09:49:19.3372066Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-12-04T09:49:19.3372191Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-12-04T09:49:19.3372323Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-12-04T09:49:19.3372448Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-12-04T09:49:19.3372573Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-12-04T09:49:19.3372711Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-12-04T09:49:19.3372834Z * [new tag] v2.4.1 -> v2.4.1 2025-12-04T09:49:19.3372957Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-12-04T09:49:19.3373081Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-12-04T09:49:19.3373222Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-12-04T09:49:19.3373418Z * [new tag] v2.5.0 -> v2.5.0 2025-12-04T09:49:19.3373542Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-12-04T09:49:19.3373685Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-12-04T09:49:19.3373812Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-12-04T09:49:19.3373934Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-12-04T09:49:19.3374072Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-12-04T09:49:19.3374200Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-12-04T09:49:19.3374329Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-12-04T09:49:19.3374470Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-12-04T09:49:19.3374606Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-12-04T09:49:19.3374737Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-12-04T09:49:19.3374858Z * [new tag] v2.5.1 -> v2.5.1 2025-12-04T09:49:19.3374998Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-12-04T09:49:19.3375115Z * [new tag] v2.6.0 -> v2.6.0 2025-12-04T09:49:19.3375244Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-12-04T09:49:19.3375379Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-12-04T09:49:19.3375506Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-12-04T09:49:19.3375629Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-12-04T09:49:19.3375767Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-12-04T09:49:19.3375895Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-12-04T09:49:19.3376026Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-12-04T09:49:19.3376156Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-12-04T09:49:19.3376283Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-12-04T09:49:19.3376400Z * [new tag] v2.7.0 -> v2.7.0 2025-12-04T09:49:19.3376539Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-12-04T09:49:19.3376670Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-12-04T09:49:19.3376794Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-12-04T09:49:19.3376918Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-12-04T09:49:19.3377052Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-12-04T09:49:19.3377253Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-12-04T09:49:19.3377378Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-12-04T09:49:19.3377646Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-12-04T09:49:19.3377781Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-12-04T09:49:19.3377909Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-12-04T09:49:19.3378042Z * [new tag] v2.7.1 -> v2.7.1 2025-12-04T09:49:19.3378170Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-12-04T09:49:19.3378295Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-12-04T09:49:19.3378431Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-12-04T09:49:19.3378557Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-12-04T09:49:19.3378688Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-12-04T09:49:19.3378901Z * [new tag] v2.8.0 -> v2.8.0 2025-12-04T09:49:19.3379038Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-12-04T09:49:19.3379161Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-12-04T09:49:19.3379294Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-12-04T09:49:19.3379436Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-12-04T09:49:19.3379563Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-12-04T09:49:19.3379690Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-12-04T09:49:19.3379830Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-12-04T09:49:19.3379958Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-12-04T09:49:19.3380081Z * [new tag] v2.9.0 -> v2.9.0 2025-12-04T09:49:19.3380218Z * [new tag] v2.9.0-rc1 -> v2.9.0-rc1 2025-12-04T09:49:19.3380352Z * [new tag] v2.9.0-rc10 -> v2.9.0-rc10 2025-12-04T09:49:19.3380481Z * [new tag] v2.9.0-rc11 -> v2.9.0-rc11 2025-12-04T09:49:19.3380607Z * [new tag] v2.9.0-rc2 -> v2.9.0-rc2 2025-12-04T09:49:19.3380742Z * [new tag] v2.9.0-rc3 -> v2.9.0-rc3 2025-12-04T09:49:19.3380864Z * [new tag] v2.9.0-rc4 -> v2.9.0-rc4 2025-12-04T09:49:19.3380990Z * [new tag] v2.9.0-rc5 -> v2.9.0-rc5 2025-12-04T09:49:19.3381123Z * [new tag] v2.9.0-rc6 -> v2.9.0-rc6 2025-12-04T09:49:19.3381249Z * [new tag] v2.9.0-rc7 -> v2.9.0-rc7 2025-12-04T09:49:19.3381373Z * [new tag] v2.9.0-rc8 -> v2.9.0-rc8 2025-12-04T09:49:19.3381513Z * [new tag] v2.9.0-rc9 -> v2.9.0-rc9 2025-12-04T09:49:19.3381643Z * [new tag] v2.9.1 -> v2.9.1 2025-12-04T09:49:19.3381765Z * [new tag] v2.9.1-rc1 -> v2.9.1-rc1 2025-12-04T09:49:19.3381899Z * [new tag] v2.9.1-rc2 -> v2.9.1-rc2 2025-12-04T09:49:19.3382083Z * [new tag] viable/strict/1759343184 -> viable/strict/1759343184 2025-12-04T09:49:19.3382258Z * [new tag] viable/strict/1759346540 -> viable/strict/1759346540 2025-12-04T09:49:19.3382439Z * [new tag] viable/strict/1759348181 -> viable/strict/1759348181 2025-12-04T09:49:19.3382611Z * [new tag] viable/strict/1759350324 -> viable/strict/1759350324 2025-12-04T09:49:19.3382780Z * [new tag] viable/strict/1759351793 -> viable/strict/1759351793 2025-12-04T09:49:19.3383044Z * [new tag] viable/strict/1759353844 -> viable/strict/1759353844 2025-12-04T09:49:19.3383228Z * [new tag] viable/strict/1759355374 -> viable/strict/1759355374 2025-12-04T09:49:19.3383396Z * [new tag] viable/strict/1759357472 -> viable/strict/1759357472 2025-12-04T09:49:19.3383565Z * [new tag] viable/strict/1759361002 -> viable/strict/1759361002 2025-12-04T09:49:19.3383741Z * [new tag] viable/strict/1759362585 -> viable/strict/1759362585 2025-12-04T09:49:19.3383909Z * [new tag] viable/strict/1759365359 -> viable/strict/1759365359 2025-12-04T09:49:19.3384080Z * [new tag] viable/strict/1759370089 -> viable/strict/1759370089 2025-12-04T09:49:19.3384270Z * [new tag] viable/strict/1759377554 -> viable/strict/1759377554 2025-12-04T09:49:19.3384442Z * [new tag] viable/strict/1759379133 -> viable/strict/1759379133 2025-12-04T09:49:19.3384616Z * [new tag] viable/strict/1759389871 -> viable/strict/1759389871 2025-12-04T09:49:19.3384874Z * [new tag] viable/strict/1759393562 -> viable/strict/1759393562 2025-12-04T09:49:19.3385044Z * [new tag] viable/strict/1759395076 -> viable/strict/1759395076 2025-12-04T09:49:19.3385212Z * [new tag] viable/strict/1759398579 -> viable/strict/1759398579 2025-12-04T09:49:19.3385389Z * [new tag] viable/strict/1759404142 -> viable/strict/1759404142 2025-12-04T09:49:19.3385557Z * [new tag] viable/strict/1759405773 -> viable/strict/1759405773 2025-12-04T09:49:19.3385727Z * [new tag] viable/strict/1759408041 -> viable/strict/1759408041 2025-12-04T09:49:19.3385902Z * [new tag] viable/strict/1759411593 -> viable/strict/1759411593 2025-12-04T09:49:19.3386068Z * [new tag] viable/strict/1759427395 -> viable/strict/1759427395 2025-12-04T09:49:19.3386237Z * [new tag] viable/strict/1759434582 -> viable/strict/1759434582 2025-12-04T09:49:19.3386409Z * [new tag] viable/strict/1759436720 -> viable/strict/1759436720 2025-12-04T09:49:19.3386590Z * [new tag] viable/strict/1759440219 -> viable/strict/1759440219 2025-12-04T09:49:19.3386755Z * [new tag] viable/strict/1759441948 -> viable/strict/1759441948 2025-12-04T09:49:19.3386935Z * [new tag] viable/strict/1759443860 -> viable/strict/1759443860 2025-12-04T09:49:19.3387109Z * [new tag] viable/strict/1759445377 -> viable/strict/1759445377 2025-12-04T09:49:19.3387278Z * [new tag] viable/strict/1759447415 -> viable/strict/1759447415 2025-12-04T09:49:19.3387444Z * [new tag] viable/strict/1759451750 -> viable/strict/1759451750 2025-12-04T09:49:19.3387623Z * [new tag] viable/strict/1759453910 -> viable/strict/1759453910 2025-12-04T09:49:19.3387794Z * [new tag] viable/strict/1759456483 -> viable/strict/1759456483 2025-12-04T09:49:19.3387963Z * [new tag] viable/strict/1759459279 -> viable/strict/1759459279 2025-12-04T09:49:19.3388142Z * [new tag] viable/strict/1759460742 -> viable/strict/1759460742 2025-12-04T09:49:19.3388311Z * [new tag] viable/strict/1759462025 -> viable/strict/1759462025 2025-12-04T09:49:19.3388477Z * [new tag] viable/strict/1759469086 -> viable/strict/1759469086 2025-12-04T09:49:19.3388659Z * [new tag] viable/strict/1759470581 -> viable/strict/1759470581 2025-12-04T09:49:19.3388824Z * [new tag] viable/strict/1759472786 -> viable/strict/1759472786 2025-12-04T09:49:19.3388993Z * [new tag] viable/strict/1759476294 -> viable/strict/1759476294 2025-12-04T09:49:19.3389168Z * [new tag] viable/strict/1759479963 -> viable/strict/1759479963 2025-12-04T09:49:19.3389454Z * [new tag] viable/strict/1759492177 -> viable/strict/1759492177 2025-12-04T09:49:19.3389627Z * [new tag] viable/strict/1759519278 -> viable/strict/1759519278 2025-12-04T09:49:19.3389795Z * [new tag] viable/strict/1759524580 -> viable/strict/1759524580 2025-12-04T09:49:19.3389973Z * [new tag] viable/strict/1759528193 -> viable/strict/1759528193 2025-12-04T09:49:19.3390139Z * [new tag] viable/strict/1759533797 -> viable/strict/1759533797 2025-12-04T09:49:19.3390308Z * [new tag] viable/strict/1759542780 -> viable/strict/1759542780 2025-12-04T09:49:19.3390500Z * [new tag] viable/strict/1759549779 -> viable/strict/1759549779 2025-12-04T09:49:19.3390667Z * [new tag] viable/strict/1759555455 -> viable/strict/1759555455 2025-12-04T09:49:19.3390837Z * [new tag] viable/strict/1759559176 -> viable/strict/1759559176 2025-12-04T09:49:19.3391021Z * [new tag] viable/strict/1759560629 -> viable/strict/1759560629 2025-12-04T09:49:19.3391262Z * [new tag] viable/strict/1759569848 -> viable/strict/1759569848 2025-12-04T09:49:19.3391427Z * [new tag] viable/strict/1759571382 -> viable/strict/1759571382 2025-12-04T09:49:19.3391602Z * [new tag] viable/strict/1759573474 -> viable/strict/1759573474 2025-12-04T09:49:19.3391770Z * [new tag] viable/strict/1759618187 -> viable/strict/1759618187 2025-12-04T09:49:19.3391938Z * [new tag] viable/strict/1759626742 -> viable/strict/1759626742 2025-12-04T09:49:19.3392115Z * [new tag] viable/strict/1759632427 -> viable/strict/1759632427 2025-12-04T09:49:19.3392281Z * [new tag] viable/strict/1759634971 -> viable/strict/1759634971 2025-12-04T09:49:19.3392450Z * [new tag] viable/strict/1759661382 -> viable/strict/1759661382 2025-12-04T09:49:19.3392633Z * [new tag] viable/strict/1759663294 -> viable/strict/1759663294 2025-12-04T09:49:19.3392799Z * [new tag] viable/strict/1759708178 -> viable/strict/1759708178 2025-12-04T09:49:19.3392967Z * [new tag] viable/strict/1759715695 -> viable/strict/1759715695 2025-12-04T09:49:19.3393142Z * [new tag] viable/strict/1759728293 -> viable/strict/1759728293 2025-12-04T09:49:19.3393311Z * [new tag] viable/strict/1759735513 -> viable/strict/1759735513 2025-12-04T09:49:19.3393480Z * [new tag] viable/strict/1759739177 -> viable/strict/1759739177 2025-12-04T09:49:19.3393645Z * [new tag] viable/strict/1759758635 -> viable/strict/1759758635 2025-12-04T09:49:19.3393821Z * [new tag] viable/strict/1759765784 -> viable/strict/1759765784 2025-12-04T09:49:19.3393988Z * [new tag] viable/strict/1759767948 -> viable/strict/1759767948 2025-12-04T09:49:19.3394166Z * [new tag] viable/strict/1759771461 -> viable/strict/1759771461 2025-12-04T09:49:19.3394338Z * [new tag] viable/strict/1759776706 -> viable/strict/1759776706 2025-12-04T09:49:19.3394506Z * [new tag] viable/strict/1759782317 -> viable/strict/1759782317 2025-12-04T09:49:19.3394675Z * [new tag] viable/strict/1759783777 -> viable/strict/1759783777 2025-12-04T09:49:19.3394853Z * [new tag] viable/strict/1759785815 -> viable/strict/1759785815 2025-12-04T09:49:19.3395018Z * [new tag] viable/strict/1759789459 -> viable/strict/1759789459 2025-12-04T09:49:19.3395191Z * [new tag] viable/strict/1759790974 -> viable/strict/1759790974 2025-12-04T09:49:19.3395371Z * [new tag] viable/strict/1759794583 -> viable/strict/1759794583 2025-12-04T09:49:19.3395537Z * [new tag] viable/strict/1759797408 -> viable/strict/1759797408 2025-12-04T09:49:19.3395799Z * [new tag] viable/strict/1759799518 -> viable/strict/1759799518 2025-12-04T09:49:19.3395974Z * [new tag] viable/strict/1759804909 -> viable/strict/1759804909 2025-12-04T09:49:19.3396142Z * [new tag] viable/strict/1759807643 -> viable/strict/1759807643 2025-12-04T09:49:19.3396310Z * [new tag] viable/strict/1759809089 -> viable/strict/1759809089 2025-12-04T09:49:19.3396483Z * [new tag] viable/strict/1759811145 -> viable/strict/1759811145 2025-12-04T09:49:19.3396650Z * [new tag] viable/strict/1759812581 -> viable/strict/1759812581 2025-12-04T09:49:19.3396816Z * [new tag] viable/strict/1759814683 -> viable/strict/1759814683 2025-12-04T09:49:19.3396986Z * [new tag] viable/strict/1759821889 -> viable/strict/1759821889 2025-12-04T09:49:19.3397168Z * [new tag] viable/strict/1759823376 -> viable/strict/1759823376 2025-12-04T09:49:19.3397413Z * [new tag] viable/strict/1759827107 -> viable/strict/1759827107 2025-12-04T09:49:19.3397581Z * [new tag] viable/strict/1759830577 -> viable/strict/1759830577 2025-12-04T09:49:19.3397757Z * [new tag] viable/strict/1759832720 -> viable/strict/1759832720 2025-12-04T09:49:19.3397930Z * [new tag] viable/strict/1759842063 -> viable/strict/1759842063 2025-12-04T09:49:19.3398096Z * [new tag] viable/strict/1759847121 -> viable/strict/1759847121 2025-12-04T09:49:19.3398272Z * [new tag] viable/strict/1759850721 -> viable/strict/1759850721 2025-12-04T09:49:19.3398438Z * [new tag] viable/strict/1759857870 -> viable/strict/1759857870 2025-12-04T09:49:19.3398605Z * [new tag] viable/strict/1759863143 -> viable/strict/1759863143 2025-12-04T09:49:19.3398794Z * [new tag] viable/strict/1759875874 -> viable/strict/1759875874 2025-12-04T09:49:19.3398968Z * [new tag] viable/strict/1759877385 -> viable/strict/1759877385 2025-12-04T09:49:19.3399135Z * [new tag] viable/strict/1759883801 -> viable/strict/1759883801 2025-12-04T09:49:19.3399310Z * [new tag] viable/strict/1759885922 -> viable/strict/1759885922 2025-12-04T09:49:19.3399479Z * [new tag] viable/strict/1759888488 -> viable/strict/1759888488 2025-12-04T09:49:19.3399646Z * [new tag] viable/strict/1759895471 -> viable/strict/1759895471 2025-12-04T09:49:19.3399825Z * [new tag] viable/strict/1759904803 -> viable/strict/1759904803 2025-12-04T09:49:19.3399991Z * [new tag] viable/strict/1759908300 -> viable/strict/1759908300 2025-12-04T09:49:19.3400158Z * [new tag] viable/strict/1759915520 -> viable/strict/1759915520 2025-12-04T09:49:19.3400329Z * [new tag] viable/strict/1759916978 -> viable/strict/1759916978 2025-12-04T09:49:19.3400513Z * [new tag] viable/strict/1759930024 -> viable/strict/1759930024 2025-12-04T09:49:19.3400678Z * [new tag] viable/strict/1759948122 -> viable/strict/1759948122 2025-12-04T09:49:19.3400842Z * [new tag] viable/strict/1759952983 -> viable/strict/1759952983 2025-12-04T09:49:19.3401019Z * [new tag] viable/strict/1759955121 -> viable/strict/1759955121 2025-12-04T09:49:19.3401184Z * [new tag] viable/strict/1759962298 -> viable/strict/1759962298 2025-12-04T09:49:19.3401357Z * [new tag] viable/strict/1759965837 -> viable/strict/1759965837 2025-12-04T09:49:19.3401533Z * [new tag] viable/strict/1759970213 -> viable/strict/1759970213 2025-12-04T09:49:19.3401698Z * [new tag] viable/strict/1759974894 -> viable/strict/1759974894 2025-12-04T09:49:19.3401947Z * [new tag] viable/strict/1759977763 -> viable/strict/1759977763 2025-12-04T09:49:19.3402126Z * [new tag] viable/strict/1759979241 -> viable/strict/1759979241 2025-12-04T09:49:19.3402296Z * [new tag] viable/strict/1759985417 -> viable/strict/1759985417 2025-12-04T09:49:19.3402464Z * [new tag] viable/strict/1759987490 -> viable/strict/1759987490 2025-12-04T09:49:19.3402641Z * [new tag] viable/strict/1759996180 -> viable/strict/1759996180 2025-12-04T09:49:19.3402806Z * [new tag] viable/strict/1760065682 -> viable/strict/1760065682 2025-12-04T09:49:19.3402973Z * [new tag] viable/strict/1760066894 -> viable/strict/1760066894 2025-12-04T09:49:19.3403153Z * [new tag] viable/strict/1760070345 -> viable/strict/1760070345 2025-12-04T09:49:19.3403319Z * [new tag] viable/strict/1760089782 -> viable/strict/1760089782 2025-12-04T09:49:19.3403487Z * [new tag] viable/strict/1760091921 -> viable/strict/1760091921 2025-12-04T09:49:19.3403716Z * [new tag] viable/strict/1760127924 -> viable/strict/1760127924 2025-12-04T09:49:19.3403896Z * [new tag] viable/strict/1760129489 -> viable/strict/1760129489 2025-12-04T09:49:19.3404062Z * [new tag] viable/strict/1760132980 -> viable/strict/1760132980 2025-12-04T09:49:19.3404233Z * [new tag] viable/strict/1760135060 -> viable/strict/1760135060 2025-12-04T09:49:19.3404408Z * [new tag] viable/strict/1760215782 -> viable/strict/1760215782 2025-12-04T09:49:19.3404576Z * [new tag] viable/strict/1760273849 -> viable/strict/1760273849 2025-12-04T09:49:19.3404748Z * [new tag] viable/strict/1760275517 -> viable/strict/1760275517 2025-12-04T09:49:19.3404930Z * [new tag] viable/strict/1760276979 -> viable/strict/1760276979 2025-12-04T09:49:19.3405101Z * [new tag] viable/strict/1760279007 -> viable/strict/1760279007 2025-12-04T09:49:19.3405274Z * [new tag] viable/strict/1760286328 -> viable/strict/1760286328 2025-12-04T09:49:19.3405455Z * [new tag] viable/strict/1760493304 -> viable/strict/1760493304 2025-12-04T09:49:19.3405625Z * [new tag] viable/strict/1760496298 -> viable/strict/1760496298 2025-12-04T09:49:19.3405793Z * [new tag] viable/strict/1760518396 -> viable/strict/1760518396 2025-12-04T09:49:19.3405971Z * [new tag] viable/strict/1760534864 -> viable/strict/1760534864 2025-12-04T09:49:19.3406143Z * [new tag] viable/strict/1760549062 -> viable/strict/1760549062 2025-12-04T09:49:19.3406311Z * [new tag] viable/strict/1760552799 -> viable/strict/1760552799 2025-12-04T09:49:19.3406491Z * [new tag] viable/strict/1760554355 -> viable/strict/1760554355 2025-12-04T09:49:19.3406662Z * [new tag] viable/strict/1760556275 -> viable/strict/1760556275 2025-12-04T09:49:19.3406831Z * [new tag] viable/strict/1760564979 -> viable/strict/1760564979 2025-12-04T09:49:19.3407001Z * [new tag] viable/strict/1760567049 -> viable/strict/1760567049 2025-12-04T09:49:19.3407178Z * [new tag] viable/strict/1760568585 -> viable/strict/1760568585 2025-12-04T09:49:19.3407347Z * [new tag] viable/strict/1760570630 -> viable/strict/1760570630 2025-12-04T09:49:19.3407514Z * [new tag] viable/strict/1760572180 -> viable/strict/1760572180 2025-12-04T09:49:19.3407692Z * [new tag] viable/strict/1760575094 -> viable/strict/1760575094 2025-12-04T09:49:19.3407862Z * [new tag] viable/strict/1760579709 -> viable/strict/1760579709 2025-12-04T09:49:19.3408027Z * [new tag] viable/strict/1760582614 -> viable/strict/1760582614 2025-12-04T09:49:19.3408284Z * [new tag] viable/strict/1760586815 -> viable/strict/1760586815 2025-12-04T09:49:19.3408453Z * [new tag] viable/strict/1760588829 -> viable/strict/1760588829 2025-12-04T09:49:19.3408622Z * [new tag] viable/strict/1760590200 -> viable/strict/1760590200 2025-12-04T09:49:19.3408800Z * [new tag] viable/strict/1760592311 -> viable/strict/1760592311 2025-12-04T09:49:19.3408967Z * [new tag] viable/strict/1760619733 -> viable/strict/1760619733 2025-12-04T09:49:19.3409140Z * [new tag] viable/strict/1760628335 -> viable/strict/1760628335 2025-12-04T09:49:19.3409318Z * [new tag] viable/strict/1760635490 -> viable/strict/1760635490 2025-12-04T09:49:19.3409496Z * [new tag] viable/strict/1760640743 -> viable/strict/1760640743 2025-12-04T09:49:19.3409668Z * [new tag] viable/strict/1760642528 -> viable/strict/1760642528 2025-12-04T09:49:19.3409919Z * [new tag] viable/strict/1760646330 -> viable/strict/1760646330 2025-12-04T09:49:19.3410087Z * [new tag] viable/strict/1760666101 -> viable/strict/1760666101 2025-12-04T09:49:19.3410254Z * [new tag] viable/strict/1760668990 -> viable/strict/1760668990 2025-12-04T09:49:19.3410429Z * [new tag] viable/strict/1760670600 -> viable/strict/1760670600 2025-12-04T09:49:19.3410604Z * [new tag] viable/strict/1760671704 -> viable/strict/1760671704 2025-12-04T09:49:19.3410776Z * [new tag] viable/strict/1760673121 -> viable/strict/1760673121 2025-12-04T09:49:19.3410950Z * [new tag] viable/strict/1760675352 -> viable/strict/1760675352 2025-12-04T09:49:19.3411127Z * [new tag] viable/strict/1760696731 -> viable/strict/1760696731 2025-12-04T09:49:19.3411294Z * [new tag] viable/strict/1760723515 -> viable/strict/1760723515 2025-12-04T09:49:19.3411468Z * [new tag] viable/strict/1760727234 -> viable/strict/1760727234 2025-12-04T09:49:19.3411647Z * [new tag] viable/strict/1760730578 -> viable/strict/1760730578 2025-12-04T09:49:19.3411816Z * [new tag] viable/strict/1760732726 -> viable/strict/1760732726 2025-12-04T09:49:19.3412177Z * [new tag] viable/strict/1760734180 -> viable/strict/1760734180 2025-12-04T09:49:19.3412357Z * [new tag] viable/strict/1760736251 -> viable/strict/1760736251 2025-12-04T09:49:19.3412529Z * [new tag] viable/strict/1760737772 -> viable/strict/1760737772 2025-12-04T09:49:19.3412698Z * [new tag] viable/strict/1760758005 -> viable/strict/1760758005 2025-12-04T09:49:19.3412876Z * [new tag] viable/strict/1760761532 -> viable/strict/1760761532 2025-12-04T09:49:19.3413053Z * [new tag] viable/strict/1760802581 -> viable/strict/1760802581 2025-12-04T09:49:19.3413229Z * [new tag] viable/strict/1760827772 -> viable/strict/1760827772 2025-12-04T09:49:19.3413411Z * [new tag] viable/strict/1760834524 -> viable/strict/1760834524 2025-12-04T09:49:19.3413585Z * [new tag] viable/strict/1760845009 -> viable/strict/1760845009 2025-12-04T09:49:19.3413754Z * [new tag] viable/strict/1760876836 -> viable/strict/1760876836 2025-12-04T09:49:19.3413925Z * [new tag] viable/strict/1760880329 -> viable/strict/1760880329 2025-12-04T09:49:19.3414102Z * [new tag] viable/strict/1760888987 -> viable/strict/1760888987 2025-12-04T09:49:19.3414271Z * [new tag] viable/strict/1760912664 -> viable/strict/1760912664 2025-12-04T09:49:19.3414438Z * [new tag] viable/strict/1760925321 -> viable/strict/1760925321 2025-12-04T09:49:19.3414712Z * [new tag] viable/strict/1760931488 -> viable/strict/1760931488 2025-12-04T09:49:19.3414889Z * [new tag] viable/strict/1760932693 -> viable/strict/1760932693 2025-12-04T09:49:19.3415058Z * [new tag] viable/strict/1761004184 -> viable/strict/1761004184 2025-12-04T09:49:19.3415246Z * [new tag] viable/strict/1761014748 -> viable/strict/1761014748 2025-12-04T09:49:19.3415415Z * [new tag] viable/strict/1761017491 -> viable/strict/1761017491 2025-12-04T09:49:19.3415588Z * [new tag] viable/strict/1761018806 -> viable/strict/1761018806 2025-12-04T09:49:19.3415774Z * [new tag] viable/strict/1761020754 -> viable/strict/1761020754 2025-12-04T09:49:19.3415946Z * [new tag] viable/strict/1761024303 -> viable/strict/1761024303 2025-12-04T09:49:19.3416114Z * [new tag] viable/strict/1761029582 -> viable/strict/1761029582 2025-12-04T09:49:19.3416298Z * [new tag] viable/strict/1761031535 -> viable/strict/1761031535 2025-12-04T09:49:19.3416542Z * [new tag] viable/strict/1761035196 -> viable/strict/1761035196 2025-12-04T09:49:19.3416714Z * [new tag] viable/strict/1761045825 -> viable/strict/1761045825 2025-12-04T09:49:19.3416891Z * [new tag] viable/strict/1761054796 -> viable/strict/1761054796 2025-12-04T09:49:19.3417061Z * [new tag] viable/strict/1761060314 -> viable/strict/1761060314 2025-12-04T09:49:19.3417228Z * [new tag] viable/strict/1761071198 -> viable/strict/1761071198 2025-12-04T09:49:19.3417396Z * [new tag] viable/strict/1761074628 -> viable/strict/1761074628 2025-12-04T09:49:19.3417712Z * [new tag] viable/strict/1761078351 -> viable/strict/1761078351 2025-12-04T09:49:19.3417884Z * [new tag] viable/strict/1761079822 -> viable/strict/1761079822 2025-12-04T09:49:19.3418058Z * [new tag] viable/strict/1761081873 -> viable/strict/1761081873 2025-12-04T09:49:19.3418244Z * [new tag] viable/strict/1761083392 -> viable/strict/1761083392 2025-12-04T09:49:19.3418426Z * [new tag] viable/strict/1761085465 -> viable/strict/1761085465 2025-12-04T09:49:19.3418594Z * [new tag] viable/strict/1761089099 -> viable/strict/1761089099 2025-12-04T09:49:19.3418776Z * [new tag] viable/strict/1761095535 -> viable/strict/1761095535 2025-12-04T09:49:19.3418943Z * [new tag] viable/strict/1761098119 -> viable/strict/1761098119 2025-12-04T09:49:19.3419112Z * [new tag] viable/strict/1761101330 -> viable/strict/1761101330 2025-12-04T09:49:19.3419291Z * [new tag] viable/strict/1761114425 -> viable/strict/1761114425 2025-12-04T09:49:19.3419458Z * [new tag] viable/strict/1761116036 -> viable/strict/1761116036 2025-12-04T09:49:19.3419634Z * [new tag] viable/strict/1761119379 -> viable/strict/1761119379 2025-12-04T09:49:19.3419813Z * [new tag] viable/strict/1761121601 -> viable/strict/1761121601 2025-12-04T09:49:19.3419983Z * [new tag] viable/strict/1761123234 -> viable/strict/1761123234 2025-12-04T09:49:19.3420149Z * [new tag] viable/strict/1761126621 -> viable/strict/1761126621 2025-12-04T09:49:19.3420323Z * [new tag] viable/strict/1761132259 -> viable/strict/1761132259 2025-12-04T09:49:19.3420492Z * [new tag] viable/strict/1761146746 -> viable/strict/1761146746 2025-12-04T09:49:19.3420657Z * [new tag] viable/strict/1761164752 -> viable/strict/1761164752 2025-12-04T09:49:19.3420831Z * [new tag] viable/strict/1761166198 -> viable/strict/1761166198 2025-12-04T09:49:19.3421001Z * [new tag] viable/strict/1761175424 -> viable/strict/1761175424 2025-12-04T09:49:19.3421821Z * [new tag] viable/strict/1761176983 -> viable/strict/1761176983 2025-12-04T09:49:19.3421992Z * [new tag] viable/strict/1761179891 -> viable/strict/1761179891 2025-12-04T09:49:19.3422169Z * [new tag] viable/strict/1761181930 -> viable/strict/1761181930 2025-12-04T09:49:19.3422344Z * [new tag] viable/strict/1761184516 -> viable/strict/1761184516 2025-12-04T09:49:19.3422516Z * [new tag] viable/strict/1761190179 -> viable/strict/1761190179 2025-12-04T09:49:19.3422700Z * [new tag] viable/strict/1761193558 -> viable/strict/1761193558 2025-12-04T09:49:19.3422872Z * [new tag] viable/strict/1761207990 -> viable/strict/1761207990 2025-12-04T09:49:19.3423044Z * [new tag] viable/strict/1761229539 -> viable/strict/1761229539 2025-12-04T09:49:19.3423221Z * [new tag] viable/strict/1761244031 -> viable/strict/1761244031 2025-12-04T09:49:19.3423391Z * [new tag] viable/strict/1761248986 -> viable/strict/1761248986 2025-12-04T09:49:19.3423626Z * [new tag] viable/strict/1761259791 -> viable/strict/1761259791 2025-12-04T09:49:19.3423807Z * [new tag] viable/strict/1761266139 -> viable/strict/1761266139 2025-12-04T09:49:19.3423974Z * [new tag] viable/strict/1761268316 -> viable/strict/1761268316 2025-12-04T09:49:19.3424145Z * [new tag] viable/strict/1761273805 -> viable/strict/1761273805 2025-12-04T09:49:19.3424319Z * [new tag] viable/strict/1761275261 -> viable/strict/1761275261 2025-12-04T09:49:19.3424487Z * [new tag] viable/strict/1761277913 -> viable/strict/1761277913 2025-12-04T09:49:19.3424654Z * [new tag] viable/strict/1761290701 -> viable/strict/1761290701 2025-12-04T09:49:19.3424836Z * [new tag] viable/strict/1761294396 -> viable/strict/1761294396 2025-12-04T09:49:19.3425010Z * [new tag] viable/strict/1761303047 -> viable/strict/1761303047 2025-12-04T09:49:19.3425180Z * [new tag] viable/strict/1761335388 -> viable/strict/1761335388 2025-12-04T09:49:19.3425349Z * [new tag] viable/strict/1761337551 -> viable/strict/1761337551 2025-12-04T09:49:19.3425524Z * [new tag] viable/strict/1761339007 -> viable/strict/1761339007 2025-12-04T09:49:19.3425690Z * [new tag] viable/strict/1761341050 -> viable/strict/1761341050 2025-12-04T09:49:19.3425859Z * [new tag] viable/strict/1761346188 -> viable/strict/1761346188 2025-12-04T09:49:19.3426038Z * [new tag] viable/strict/1761349792 -> viable/strict/1761349792 2025-12-04T09:49:19.3426204Z * [new tag] viable/strict/1761352620 -> viable/strict/1761352620 2025-12-04T09:49:19.3426369Z * [new tag] viable/strict/1761354730 -> viable/strict/1761354730 2025-12-04T09:49:19.3426552Z * [new tag] viable/strict/1761357298 -> viable/strict/1761357298 2025-12-04T09:49:19.3426718Z * [new tag] viable/strict/1761360201 -> viable/strict/1761360201 2025-12-04T09:49:19.3426885Z * [new tag] viable/strict/1761361753 -> viable/strict/1761361753 2025-12-04T09:49:19.3427066Z * [new tag] viable/strict/1761364351 -> viable/strict/1761364351 2025-12-04T09:49:19.3427234Z * [new tag] viable/strict/1761366338 -> viable/strict/1761366338 2025-12-04T09:49:19.3427399Z * [new tag] viable/strict/1761367802 -> viable/strict/1761367802 2025-12-04T09:49:19.3427577Z * [new tag] viable/strict/1761369889 -> viable/strict/1761369889 2025-12-04T09:49:19.3427744Z * [new tag] viable/strict/1761371385 -> viable/strict/1761371385 2025-12-04T09:49:19.3427913Z * [new tag] viable/strict/1761373581 -> viable/strict/1761373581 2025-12-04T09:49:19.3428219Z * [new tag] viable/strict/1761375054 -> viable/strict/1761375054 2025-12-04T09:49:19.3428393Z * [new tag] viable/strict/1761421785 -> viable/strict/1761421785 2025-12-04T09:49:19.3428560Z * [new tag] viable/strict/1761434614 -> viable/strict/1761434614 2025-12-04T09:49:19.3428726Z * [new tag] viable/strict/1761439254 -> viable/strict/1761439254 2025-12-04T09:49:19.3428900Z * [new tag] viable/strict/1761454187 -> viable/strict/1761454187 2025-12-04T09:49:19.3429065Z * [new tag] viable/strict/1761459991 -> viable/strict/1761459991 2025-12-04T09:49:19.3429234Z * [new tag] viable/strict/1761470668 -> viable/strict/1761470668 2025-12-04T09:49:19.3429415Z * [new tag] viable/strict/1761472188 -> viable/strict/1761472188 2025-12-04T09:49:19.3429588Z * [new tag] viable/strict/1761503178 -> viable/strict/1761503178 2025-12-04T09:49:19.3430515Z * [new tag] viable/strict/1761517492 -> viable/strict/1761517492 2025-12-04T09:49:19.3430699Z * [new tag] viable/strict/1761518981 -> viable/strict/1761518981 2025-12-04T09:49:19.3430868Z * [new tag] viable/strict/1761533609 -> viable/strict/1761533609 2025-12-04T09:49:19.3431035Z * [new tag] viable/strict/1761546438 -> viable/strict/1761546438 2025-12-04T09:49:19.3431220Z * [new tag] viable/strict/1761548133 -> viable/strict/1761548133 2025-12-04T09:49:19.3431395Z * [new tag] viable/strict/1761555186 -> viable/strict/1761555186 2025-12-04T09:49:19.3431566Z * [new tag] viable/strict/1761557178 -> viable/strict/1761557178 2025-12-04T09:49:19.3431745Z * [new tag] viable/strict/1761560772 -> viable/strict/1761560772 2025-12-04T09:49:19.3431919Z * [new tag] viable/strict/1761562266 -> viable/strict/1761562266 2025-12-04T09:49:19.3432092Z * [new tag] viable/strict/1761564260 -> viable/strict/1761564260 2025-12-04T09:49:19.3432270Z * [new tag] viable/strict/1761568072 -> viable/strict/1761568072 2025-12-04T09:49:19.3432438Z * [new tag] viable/strict/1761571683 -> viable/strict/1761571683 2025-12-04T09:49:19.3432606Z * [new tag] viable/strict/1761580199 -> viable/strict/1761580199 2025-12-04T09:49:19.3432773Z * [new tag] viable/strict/1761587383 -> viable/strict/1761587383 2025-12-04T09:49:19.3432953Z * [new tag] viable/strict/1761591165 -> viable/strict/1761591165 2025-12-04T09:49:19.3433121Z * [new tag] viable/strict/1761594575 -> viable/strict/1761594575 2025-12-04T09:49:19.3433290Z * [new tag] viable/strict/1761596710 -> viable/strict/1761596710 2025-12-04T09:49:19.3433469Z * [new tag] viable/strict/1761598189 -> viable/strict/1761598189 2025-12-04T09:49:19.3433642Z * [new tag] viable/strict/1761600254 -> viable/strict/1761600254 2025-12-04T09:49:19.3433809Z * [new tag] viable/strict/1761603879 -> viable/strict/1761603879 2025-12-04T09:49:19.3433984Z * [new tag] viable/strict/1761605429 -> viable/strict/1761605429 2025-12-04T09:49:19.3434154Z * [new tag] viable/strict/1761607468 -> viable/strict/1761607468 2025-12-04T09:49:19.3434321Z * [new tag] viable/strict/1761608983 -> viable/strict/1761608983 2025-12-04T09:49:19.3434497Z * [new tag] viable/strict/1761611846 -> viable/strict/1761611846 2025-12-04T09:49:19.3434664Z * [new tag] viable/strict/1761613922 -> viable/strict/1761613922 2025-12-04T09:49:19.3434830Z * [new tag] viable/strict/1761616504 -> viable/strict/1761616504 2025-12-04T09:49:19.3435109Z * [new tag] viable/strict/1761619599 -> viable/strict/1761619599 2025-12-04T09:49:19.3435281Z * [new tag] viable/strict/1761686693 -> viable/strict/1761686693 2025-12-04T09:49:19.3435449Z * [new tag] viable/strict/1761688179 -> viable/strict/1761688179 2025-12-04T09:49:19.3435628Z * [new tag] viable/strict/1761691973 -> viable/strict/1761691973 2025-12-04T09:49:19.3435797Z * [new tag] viable/strict/1761693884 -> viable/strict/1761693884 2025-12-04T09:49:19.3435973Z * [new tag] viable/strict/1761695389 -> viable/strict/1761695389 2025-12-04T09:49:19.3436142Z * [new tag] viable/strict/1761698408 -> viable/strict/1761698408 2025-12-04T09:49:19.3436322Z * [new tag] viable/strict/1761702931 -> viable/strict/1761702931 2025-12-04T09:49:19.3436495Z * [new tag] viable/strict/1761706307 -> viable/strict/1761706307 2025-12-04T09:49:19.3436668Z * [new tag] viable/strict/1761709065 -> viable/strict/1761709065 2025-12-04T09:49:19.3436922Z * [new tag] viable/strict/1761710285 -> viable/strict/1761710285 2025-12-04T09:49:19.3437092Z * [new tag] viable/strict/1761711983 -> viable/strict/1761711983 2025-12-04T09:49:19.3437260Z * [new tag] viable/strict/1761713514 -> viable/strict/1761713514 2025-12-04T09:49:19.3437442Z * [new tag] viable/strict/1761715523 -> viable/strict/1761715523 2025-12-04T09:49:19.3437610Z * [new tag] viable/strict/1761727973 -> viable/strict/1761727973 2025-12-04T09:49:19.3437776Z * [new tag] viable/strict/1761751558 -> viable/strict/1761751558 2025-12-04T09:49:19.3437956Z * [new tag] viable/strict/1761755187 -> viable/strict/1761755187 2025-12-04T09:49:19.3438123Z * [new tag] viable/strict/1761756826 -> viable/strict/1761756826 2025-12-04T09:49:19.3438296Z * [new tag] viable/strict/1761769551 -> viable/strict/1761769551 2025-12-04T09:49:19.3438478Z * [new tag] viable/strict/1761771032 -> viable/strict/1761771032 2025-12-04T09:49:19.3438646Z * [new tag] viable/strict/1761773101 -> viable/strict/1761773101 2025-12-04T09:49:19.3438818Z * [new tag] viable/strict/1761781792 -> viable/strict/1761781792 2025-12-04T09:49:19.3438993Z * [new tag] viable/strict/1761784788 -> viable/strict/1761784788 2025-12-04T09:49:19.3439164Z * [new tag] viable/strict/1761786740 -> viable/strict/1761786740 2025-12-04T09:49:19.3439337Z * [new tag] viable/strict/1761789332 -> viable/strict/1761789332 2025-12-04T09:49:19.3439503Z * [new tag] viable/strict/1761792569 -> viable/strict/1761792569 2025-12-04T09:49:19.3439681Z * [new tag] viable/strict/1761795289 -> viable/strict/1761795289 2025-12-04T09:49:19.3439855Z * [new tag] viable/strict/1761798345 -> viable/strict/1761798345 2025-12-04T09:49:19.3440027Z * [new tag] viable/strict/1761799827 -> viable/strict/1761799827 2025-12-04T09:49:19.3440206Z * [new tag] viable/strict/1761805604 -> viable/strict/1761805604 2025-12-04T09:49:19.3440372Z * [new tag] viable/strict/1761807202 -> viable/strict/1761807202 2025-12-04T09:49:19.3440538Z * [new tag] viable/strict/1761809094 -> viable/strict/1761809094 2025-12-04T09:49:19.3440716Z * [new tag] viable/strict/1761810576 -> viable/strict/1761810576 2025-12-04T09:49:19.3440885Z * [new tag] viable/strict/1761812771 -> viable/strict/1761812771 2025-12-04T09:49:19.3441059Z * [new tag] viable/strict/1761814363 -> viable/strict/1761814363 2025-12-04T09:49:19.3441241Z * [new tag] viable/strict/1761857410 -> viable/strict/1761857410 2025-12-04T09:49:19.3441486Z * [new tag] viable/strict/1761860985 -> viable/strict/1761860985 2025-12-04T09:49:19.3441659Z * [new tag] viable/strict/1761863094 -> viable/strict/1761863094 2025-12-04T09:49:19.3441836Z * [new tag] viable/strict/1761864590 -> viable/strict/1761864590 2025-12-04T09:49:19.3442006Z * [new tag] viable/strict/1761866675 -> viable/strict/1761866675 2025-12-04T09:49:19.3442174Z * [new tag] viable/strict/1761868178 -> viable/strict/1761868178 2025-12-04T09:49:19.3442351Z * [new tag] viable/strict/1761871111 -> viable/strict/1761871111 2025-12-04T09:49:19.3442519Z * [new tag] viable/strict/1761873126 -> viable/strict/1761873126 2025-12-04T09:49:19.3442687Z * [new tag] viable/strict/1761875714 -> viable/strict/1761875714 2025-12-04T09:49:19.3442861Z * [new tag] viable/strict/1761878924 -> viable/strict/1761878924 2025-12-04T09:49:19.3443117Z * [new tag] viable/strict/1761881727 -> viable/strict/1761881727 2025-12-04T09:49:19.3443285Z * [new tag] viable/strict/1761882959 -> viable/strict/1761882959 2025-12-04T09:49:19.3443457Z * [new tag] viable/strict/1761886268 -> viable/strict/1761886268 2025-12-04T09:49:19.3443634Z * [new tag] viable/strict/1761893641 -> viable/strict/1761893641 2025-12-04T09:49:19.3443803Z * [new tag] viable/strict/1761931517 -> viable/strict/1761931517 2025-12-04T09:49:19.3443970Z * [new tag] viable/strict/1761933080 -> viable/strict/1761933080 2025-12-04T09:49:19.3444151Z * [new tag] viable/strict/1761935217 -> viable/strict/1761935217 2025-12-04T09:49:19.3444318Z * [new tag] viable/strict/1761938533 -> viable/strict/1761938533 2025-12-04T09:49:19.3444484Z * [new tag] viable/strict/1761940184 -> viable/strict/1761940184 2025-12-04T09:49:19.3444676Z * [new tag] viable/strict/1761942338 -> viable/strict/1761942338 2025-12-04T09:49:19.3444843Z * [new tag] viable/strict/1761946100 -> viable/strict/1761946100 2025-12-04T09:49:19.3445013Z * [new tag] viable/strict/1761947374 -> viable/strict/1761947374 2025-12-04T09:49:19.3445186Z * [new tag] viable/strict/1761950978 -> viable/strict/1761950978 2025-12-04T09:49:19.3445356Z * [new tag] viable/strict/1761957727 -> viable/strict/1761957727 2025-12-04T09:49:19.3445523Z * [new tag] viable/strict/1761959532 -> viable/strict/1761959532 2025-12-04T09:49:19.3445698Z * [new tag] viable/strict/1761965366 -> viable/strict/1761965366 2025-12-04T09:49:19.3445864Z * [new tag] viable/strict/1761968066 -> viable/strict/1761968066 2025-12-04T09:49:19.3446039Z * [new tag] viable/strict/1761969322 -> viable/strict/1761969322 2025-12-04T09:49:19.3446218Z * [new tag] viable/strict/1761974723 -> viable/strict/1761974723 2025-12-04T09:49:19.3446395Z * [new tag] viable/strict/1761981837 -> viable/strict/1761981837 2025-12-04T09:49:19.3446564Z * [new tag] viable/strict/1761985546 -> viable/strict/1761985546 2025-12-04T09:49:19.3446731Z * [new tag] viable/strict/1761987030 -> viable/strict/1761987030 2025-12-04T09:49:19.3446905Z * [new tag] viable/strict/1762003554 -> viable/strict/1762003554 2025-12-04T09:49:19.3447074Z * [new tag] viable/strict/1762021560 -> viable/strict/1762021560 2025-12-04T09:49:19.3447242Z * [new tag] viable/strict/1762032190 -> viable/strict/1762032190 2025-12-04T09:49:19.3447416Z * [new tag] viable/strict/1762040981 -> viable/strict/1762040981 2025-12-04T09:49:19.3447674Z * [new tag] viable/strict/1762048525 -> viable/strict/1762048525 2025-12-04T09:49:19.3447846Z * [new tag] viable/strict/1762104223 -> viable/strict/1762104223 2025-12-04T09:49:19.3448025Z * [new tag] viable/strict/1762105778 -> viable/strict/1762105778 2025-12-04T09:49:19.3448197Z * [new tag] viable/strict/1762115109 -> viable/strict/1762115109 2025-12-04T09:49:19.3448367Z * [new tag] viable/strict/1762125840 -> viable/strict/1762125840 2025-12-04T09:49:19.3448552Z * [new tag] viable/strict/1762127377 -> viable/strict/1762127377 2025-12-04T09:49:19.3448723Z * [new tag] viable/strict/1762134925 -> viable/strict/1762134925 2025-12-04T09:49:19.3448895Z * [new tag] viable/strict/1762138338 -> viable/strict/1762138338 2025-12-04T09:49:19.3449077Z * [new tag] viable/strict/1762148993 -> viable/strict/1762148993 2025-12-04T09:49:19.3449253Z * [new tag] viable/strict/1762152871 -> viable/strict/1762152871 2025-12-04T09:49:19.3449500Z * [new tag] viable/strict/1762156183 -> viable/strict/1762156183 2025-12-04T09:49:19.3449680Z * [new tag] viable/strict/1762163457 -> viable/strict/1762163457 2025-12-04T09:49:19.3449850Z * [new tag] viable/strict/1762165569 -> viable/strict/1762165569 2025-12-04T09:49:19.3450021Z * [new tag] viable/strict/1762169035 -> viable/strict/1762169035 2025-12-04T09:49:19.3450191Z * [new tag] viable/strict/1762174936 -> viable/strict/1762174936 2025-12-04T09:49:19.3450369Z * [new tag] viable/strict/1762194412 -> viable/strict/1762194412 2025-12-04T09:49:19.3450537Z * [new tag] viable/strict/1762195876 -> viable/strict/1762195876 2025-12-04T09:49:19.3450704Z * [new tag] viable/strict/1762197788 -> viable/strict/1762197788 2025-12-04T09:49:19.3450888Z * [new tag] viable/strict/1762199389 -> viable/strict/1762199389 2025-12-04T09:49:19.3451065Z * [new tag] viable/strict/1762206585 -> viable/strict/1762206585 2025-12-04T09:49:19.3451239Z * [new tag] viable/strict/1762210184 -> viable/strict/1762210184 2025-12-04T09:49:19.3451418Z * [new tag] viable/strict/1762218736 -> viable/strict/1762218736 2025-12-04T09:49:19.3451589Z * [new tag] viable/strict/1762224529 -> viable/strict/1762224529 2025-12-04T09:49:19.3451761Z * [new tag] viable/strict/1762227253 -> viable/strict/1762227253 2025-12-04T09:49:19.3451939Z * [new tag] viable/strict/1762228515 -> viable/strict/1762228515 2025-12-04T09:49:19.3452111Z * [new tag] viable/strict/1762230349 -> viable/strict/1762230349 2025-12-04T09:49:19.3452282Z * [new tag] viable/strict/1762231859 -> viable/strict/1762231859 2025-12-04T09:49:19.3452472Z * [new tag] viable/strict/1762233925 -> viable/strict/1762233925 2025-12-04T09:49:19.3452651Z * [new tag] viable/strict/1762237630 -> viable/strict/1762237630 2025-12-04T09:49:19.3452820Z * [new tag] viable/strict/1762253522 -> viable/strict/1762253522 2025-12-04T09:49:19.3452995Z * [new tag] viable/strict/1762278588 -> viable/strict/1762278588 2025-12-04T09:49:19.3453171Z * [new tag] viable/strict/1762284203 -> viable/strict/1762284203 2025-12-04T09:49:19.3453337Z * [new tag] viable/strict/1762289446 -> viable/strict/1762289446 2025-12-04T09:49:19.3453510Z * [new tag] viable/strict/1762291515 -> viable/strict/1762291515 2025-12-04T09:49:19.3453687Z * [new tag] viable/strict/1762295100 -> viable/strict/1762295100 2025-12-04T09:49:19.3453856Z * [new tag] viable/strict/1762296590 -> viable/strict/1762296590 2025-12-04T09:49:19.3454113Z * [new tag] viable/strict/1762300179 -> viable/strict/1762300179 2025-12-04T09:49:19.3454295Z * [new tag] viable/strict/1762303207 -> viable/strict/1762303207 2025-12-04T09:49:19.3454462Z * [new tag] viable/strict/1762386584 -> viable/strict/1762386584 2025-12-04T09:49:19.3454627Z * [new tag] viable/strict/1762391537 -> viable/strict/1762391537 2025-12-04T09:49:19.3454806Z * [new tag] viable/strict/1762394119 -> viable/strict/1762394119 2025-12-04T09:49:19.3454979Z * [new tag] viable/strict/1762397437 -> viable/strict/1762397437 2025-12-04T09:49:19.3455149Z * [new tag] viable/strict/1762400256 -> viable/strict/1762400256 2025-12-04T09:49:19.3455331Z * [new tag] viable/strict/1762401469 -> viable/strict/1762401469 2025-12-04T09:49:19.3455498Z * [new tag] viable/strict/1762408195 -> viable/strict/1762408195 2025-12-04T09:49:19.3455672Z * [new tag] viable/strict/1762410411 -> viable/strict/1762410411 2025-12-04T09:49:19.3455923Z * [new tag] viable/strict/1762417613 -> viable/strict/1762417613 2025-12-04T09:49:19.3456091Z * [new tag] viable/strict/1762419198 -> viable/strict/1762419198 2025-12-04T09:49:19.3456257Z * [new tag] viable/strict/1762422656 -> viable/strict/1762422656 2025-12-04T09:49:19.3456429Z * [new tag] viable/strict/1762424746 -> viable/strict/1762424746 2025-12-04T09:49:19.3456599Z * [new tag] viable/strict/1762446386 -> viable/strict/1762446386 2025-12-04T09:49:19.3456770Z * [new tag] viable/strict/1762449912 -> viable/strict/1762449912 2025-12-04T09:49:19.3456940Z * [new tag] viable/strict/1762457031 -> viable/strict/1762457031 2025-12-04T09:49:19.3457118Z * [new tag] viable/strict/1762462441 -> viable/strict/1762462441 2025-12-04T09:49:19.3457289Z * [new tag] viable/strict/1762467909 -> viable/strict/1762467909 2025-12-04T09:49:19.3457587Z * [new tag] viable/strict/1762471493 -> viable/strict/1762471493 2025-12-04T09:49:19.3457768Z * [new tag] viable/strict/1762475990 -> viable/strict/1762475990 2025-12-04T09:49:19.3457935Z * [new tag] viable/strict/1762477933 -> viable/strict/1762477933 2025-12-04T09:49:19.3458106Z * [new tag] viable/strict/1762491053 -> viable/strict/1762491053 2025-12-04T09:49:19.3458282Z * [new tag] viable/strict/1762493118 -> viable/strict/1762493118 2025-12-04T09:49:19.3458450Z * [new tag] viable/strict/1762498442 -> viable/strict/1762498442 2025-12-04T09:49:19.3458618Z * [new tag] viable/strict/1762501778 -> viable/strict/1762501778 2025-12-04T09:49:19.3458799Z * [new tag] viable/strict/1762504001 -> viable/strict/1762504001 2025-12-04T09:49:19.3458978Z * [new tag] viable/strict/1762505583 -> viable/strict/1762505583 2025-12-04T09:49:19.3459149Z * [new tag] viable/strict/1762507523 -> viable/strict/1762507523 2025-12-04T09:49:19.3459326Z * [new tag] viable/strict/1762511140 -> viable/strict/1762511140 2025-12-04T09:49:19.3459501Z * [new tag] viable/strict/1762512632 -> viable/strict/1762512632 2025-12-04T09:49:19.3459669Z * [new tag] viable/strict/1762520467 -> viable/strict/1762520467 2025-12-04T09:49:19.3459841Z * [new tag] viable/strict/1762522016 -> viable/strict/1762522016 2025-12-04T09:49:19.3460008Z * [new tag] viable/strict/1762530591 -> viable/strict/1762530591 2025-12-04T09:49:19.3460178Z * [new tag] viable/strict/1762543405 -> viable/strict/1762543405 2025-12-04T09:49:19.3460342Z * [new tag] viable/strict/1762544998 -> viable/strict/1762544998 2025-12-04T09:49:19.3460605Z * [new tag] viable/strict/1762552182 -> viable/strict/1762552182 2025-12-04T09:49:19.3460774Z * [new tag] viable/strict/1762554297 -> viable/strict/1762554297 2025-12-04T09:49:19.3460943Z * [new tag] viable/strict/1762559381 -> viable/strict/1762559381 2025-12-04T09:49:19.3461126Z * [new tag] viable/strict/1762562222 -> viable/strict/1762562222 2025-12-04T09:49:19.3461297Z * [new tag] viable/strict/1762564319 -> viable/strict/1762564319 2025-12-04T09:49:19.3461465Z * [new tag] viable/strict/1762566904 -> viable/strict/1762566904 2025-12-04T09:49:19.3461645Z * [new tag] viable/strict/1762569781 -> viable/strict/1762569781 2025-12-04T09:49:19.3461813Z * [new tag] viable/strict/1762575940 -> viable/strict/1762575940 2025-12-04T09:49:19.3461978Z * [new tag] viable/strict/1762580974 -> viable/strict/1762580974 2025-12-04T09:49:19.3462231Z * [new tag] viable/strict/1762583185 -> viable/strict/1762583185 2025-12-04T09:49:19.3462397Z * [new tag] viable/strict/1762586647 -> viable/strict/1762586647 2025-12-04T09:49:19.3462562Z * [new tag] viable/strict/1762588183 -> viable/strict/1762588183 2025-12-04T09:49:19.3462734Z * [new tag] viable/strict/1762593886 -> viable/strict/1762593886 2025-12-04T09:49:19.3462901Z * [new tag] viable/strict/1762650743 -> viable/strict/1762650743 2025-12-04T09:49:19.3463070Z * [new tag] viable/strict/1762653328 -> viable/strict/1762653328 2025-12-04T09:49:19.3463241Z * [new tag] viable/strict/1762659342 -> viable/strict/1762659342 2025-12-04T09:49:19.3463410Z * [new tag] viable/strict/1762662360 -> viable/strict/1762662360 2025-12-04T09:49:19.3463576Z * [new tag] viable/strict/1762667377 -> viable/strict/1762667377 2025-12-04T09:49:19.3463750Z * [new tag] viable/strict/1762671090 -> viable/strict/1762671090 2025-12-04T09:49:19.3463927Z * [new tag] viable/strict/1762680284 -> viable/strict/1762680284 2025-12-04T09:49:19.3464099Z * [new tag] viable/strict/1762683900 -> viable/strict/1762683900 2025-12-04T09:49:19.3464268Z * [new tag] viable/strict/1762705541 -> viable/strict/1762705541 2025-12-04T09:49:19.3464443Z * [new tag] viable/strict/1762709004 -> viable/strict/1762709004 2025-12-04T09:49:19.3464610Z * [new tag] viable/strict/1762746004 -> viable/strict/1762746004 2025-12-04T09:49:19.3464775Z * [new tag] viable/strict/1762748799 -> viable/strict/1762748799 2025-12-04T09:49:19.3464949Z * [new tag] viable/strict/1762759504 -> viable/strict/1762759504 2025-12-04T09:49:19.3465123Z * [new tag] viable/strict/1762760973 -> viable/strict/1762760973 2025-12-04T09:49:19.3465296Z * [new tag] viable/strict/1762775374 -> viable/strict/1762775374 2025-12-04T09:49:19.3465473Z * [new tag] viable/strict/1762777661 -> viable/strict/1762777661 2025-12-04T09:49:19.3465640Z * [new tag] viable/strict/1762779774 -> viable/strict/1762779774 2025-12-04T09:49:19.3465809Z * [new tag] viable/strict/1762781259 -> viable/strict/1762781259 2025-12-04T09:49:19.3465985Z * [new tag] viable/strict/1762793628 -> viable/strict/1762793628 2025-12-04T09:49:19.3466153Z * [new tag] viable/strict/1762800711 -> viable/strict/1762800711 2025-12-04T09:49:19.3466322Z * [new tag] viable/strict/1762809894 -> viable/strict/1762809894 2025-12-04T09:49:19.3466501Z * [new tag] viable/strict/1762811384 -> viable/strict/1762811384 2025-12-04T09:49:19.3466737Z * [new tag] viable/strict/1762813841 -> viable/strict/1762813841 2025-12-04T09:49:19.3466908Z * [new tag] viable/strict/1762815047 -> viable/strict/1762815047 2025-12-04T09:49:19.3467076Z * [new tag] viable/strict/1762817094 -> viable/strict/1762817094 2025-12-04T09:49:19.3467251Z * [new tag] viable/strict/1762818582 -> viable/strict/1762818582 2025-12-04T09:49:19.3467418Z * [new tag] viable/strict/1762821623 -> viable/strict/1762821623 2025-12-04T09:49:19.3467587Z * [new tag] viable/strict/1762823531 -> viable/strict/1762823531 2025-12-04T09:49:19.3467765Z * [new tag] viable/strict/1762849583 -> viable/strict/1762849583 2025-12-04T09:49:19.3467932Z * [new tag] viable/strict/1762851200 -> viable/strict/1762851200 2025-12-04T09:49:19.3468103Z * [new tag] viable/strict/1762854603 -> viable/strict/1762854603 2025-12-04T09:49:19.3468285Z * [new tag] viable/strict/1762858276 -> viable/strict/1762858276 2025-12-04T09:49:19.3468513Z * [new tag] viable/strict/1762860891 -> viable/strict/1762860891 2025-12-04T09:49:19.3468681Z * [new tag] viable/strict/1762866174 -> viable/strict/1762866174 2025-12-04T09:49:19.3468857Z * [new tag] viable/strict/1762867653 -> viable/strict/1762867653 2025-12-04T09:49:19.3469024Z * [new tag] viable/strict/1762872669 -> viable/strict/1762872669 2025-12-04T09:49:19.3469192Z * [new tag] viable/strict/1762878380 -> viable/strict/1762878380 2025-12-04T09:49:19.3469366Z * [new tag] viable/strict/1762889003 -> viable/strict/1762889003 2025-12-04T09:49:19.3469534Z * [new tag] viable/strict/1762890589 -> viable/strict/1762890589 2025-12-04T09:49:19.3469700Z * [new tag] viable/strict/1762892743 -> viable/strict/1762892743 2025-12-04T09:49:19.3469881Z * [new tag] viable/strict/1762894271 -> viable/strict/1762894271 2025-12-04T09:49:19.3470053Z * [new tag] viable/strict/1762896287 -> viable/strict/1762896287 2025-12-04T09:49:19.3470220Z * [new tag] viable/strict/1762915871 -> viable/strict/1762915871 2025-12-04T09:49:19.3470391Z * [new tag] viable/strict/1762918569 -> viable/strict/1762918569 2025-12-04T09:49:19.3470569Z * [new tag] viable/strict/1762919776 -> viable/strict/1762919776 2025-12-04T09:49:19.3470735Z * [new tag] viable/strict/1762923072 -> viable/strict/1762923072 2025-12-04T09:49:19.3470903Z * [new tag] viable/strict/1762928826 -> viable/strict/1762928826 2025-12-04T09:49:19.3471081Z * [new tag] viable/strict/1762930451 -> viable/strict/1762930451 2025-12-04T09:49:19.3471247Z * [new tag] viable/strict/1762933780 -> viable/strict/1762933780 2025-12-04T09:49:19.3471423Z * [new tag] viable/strict/1762937638 -> viable/strict/1762937638 2025-12-04T09:49:19.3471601Z * [new tag] viable/strict/1762939545 -> viable/strict/1762939545 2025-12-04T09:49:19.3471770Z * [new tag] viable/strict/1762962692 -> viable/strict/1762962692 2025-12-04T09:49:19.3471940Z * [new tag] viable/strict/1762979143 -> viable/strict/1762979143 2025-12-04T09:49:19.3472116Z * [new tag] viable/strict/1762984188 -> viable/strict/1762984188 2025-12-04T09:49:19.3472283Z * [new tag] viable/strict/1762986306 -> viable/strict/1762986306 2025-12-04T09:49:19.3472450Z * [new tag] viable/strict/1762989903 -> viable/strict/1762989903 2025-12-04T09:49:19.3472622Z * [new tag] viable/strict/1762991377 -> viable/strict/1762991377 2025-12-04T09:49:19.3472788Z * [new tag] viable/strict/1762998921 -> viable/strict/1762998921 2025-12-04T09:49:19.3473027Z * [new tag] viable/strict/1763002287 -> viable/strict/1763002287 2025-12-04T09:49:19.3473205Z * [new tag] viable/strict/1763016840 -> viable/strict/1763016840 2025-12-04T09:49:19.3473372Z * [new tag] viable/strict/1763020180 -> viable/strict/1763020180 2025-12-04T09:49:19.3473537Z * [new tag] viable/strict/1763027421 -> viable/strict/1763027421 2025-12-04T09:49:19.3473702Z * [new tag] viable/strict/1763031120 -> viable/strict/1763031120 2025-12-04T09:49:19.3473885Z * [new tag] viable/strict/1763036861 -> viable/strict/1763036861 2025-12-04T09:49:19.3474054Z * [new tag] viable/strict/1763038993 -> viable/strict/1763038993 2025-12-04T09:49:19.3474223Z * [new tag] viable/strict/1763054703 -> viable/strict/1763054703 2025-12-04T09:49:19.3474402Z * [new tag] viable/strict/1763067061 -> viable/strict/1763067061 2025-12-04T09:49:19.3474577Z * [new tag] viable/strict/1763070847 -> viable/strict/1763070847 2025-12-04T09:49:19.3474811Z * [new tag] viable/strict/1763072706 -> viable/strict/1763072706 2025-12-04T09:49:19.3474989Z * [new tag] viable/strict/1763076302 -> viable/strict/1763076302 2025-12-04T09:49:19.3475158Z * [new tag] viable/strict/1763080816 -> viable/strict/1763080816 2025-12-04T09:49:19.3475323Z * [new tag] viable/strict/1763082732 -> viable/strict/1763082732 2025-12-04T09:49:19.3475505Z * [new tag] viable/strict/1763085329 -> viable/strict/1763085329 2025-12-04T09:49:19.3475671Z * [new tag] viable/strict/1763088623 -> viable/strict/1763088623 2025-12-04T09:49:19.3475841Z * [new tag] viable/strict/1763091402 -> viable/strict/1763091402 2025-12-04T09:49:19.3476018Z * [new tag] viable/strict/1763092602 -> viable/strict/1763092602 2025-12-04T09:49:19.3476195Z * [new tag] viable/strict/1763094355 -> viable/strict/1763094355 2025-12-04T09:49:19.3476363Z * [new tag] viable/strict/1763099390 -> viable/strict/1763099390 2025-12-04T09:49:19.3476538Z * [new tag] viable/strict/1763101608 -> viable/strict/1763101608 2025-12-04T09:49:19.3476704Z * [new tag] viable/strict/1763105102 -> viable/strict/1763105102 2025-12-04T09:49:19.3476873Z * [new tag] viable/strict/1763112347 -> viable/strict/1763112347 2025-12-04T09:49:19.3477041Z * [new tag] viable/strict/1763119471 -> viable/strict/1763119471 2025-12-04T09:49:19.3477223Z * [new tag] viable/strict/1763126835 -> viable/strict/1763126835 2025-12-04T09:49:19.3477395Z * [new tag] viable/strict/1763149779 -> viable/strict/1763149779 2025-12-04T09:49:19.3477563Z * [new tag] viable/strict/1763164178 -> viable/strict/1763164178 2025-12-04T09:49:19.3477745Z * [new tag] viable/strict/1763167104 -> viable/strict/1763167104 2025-12-04T09:49:19.3477911Z * [new tag] viable/strict/1763169132 -> viable/strict/1763169132 2025-12-04T09:49:19.3478079Z * [new tag] viable/strict/1763171708 -> viable/strict/1763171708 2025-12-04T09:49:19.3478259Z * [new tag] viable/strict/1763174759 -> viable/strict/1763174759 2025-12-04T09:49:19.3478427Z * [new tag] viable/strict/1763180744 -> viable/strict/1763180744 2025-12-04T09:49:19.3478594Z * [new tag] viable/strict/1763182227 -> viable/strict/1763182227 2025-12-04T09:49:19.3478774Z * [new tag] viable/strict/1763184309 -> viable/strict/1763184309 2025-12-04T09:49:19.3478942Z * [new tag] viable/strict/1763187991 -> viable/strict/1763187991 2025-12-04T09:49:19.3479108Z * [new tag] viable/strict/1763191445 -> viable/strict/1763191445 2025-12-04T09:49:19.3479355Z * [new tag] viable/strict/1763195152 -> viable/strict/1763195152 2025-12-04T09:49:19.3479525Z * [new tag] viable/strict/1763205769 -> viable/strict/1763205769 2025-12-04T09:49:19.3479691Z * [new tag] viable/strict/1763246990 -> viable/strict/1763246990 2025-12-04T09:49:19.3479866Z * [new tag] viable/strict/1763261578 -> viable/strict/1763261578 2025-12-04T09:49:19.3480039Z * [new tag] viable/strict/1763286573 -> viable/strict/1763286573 2025-12-04T09:49:19.3480207Z * [new tag] viable/strict/1763292167 -> viable/strict/1763292167 2025-12-04T09:49:19.3480385Z * [new tag] viable/strict/1763333386 -> viable/strict/1763333386 2025-12-04T09:49:19.3480554Z * [new tag] viable/strict/1763340082 -> viable/strict/1763340082 2025-12-04T09:49:19.3480727Z * [new tag] viable/strict/1763364324 -> viable/strict/1763364324 2025-12-04T09:49:19.3480962Z * [new tag] viable/strict/1763371569 -> viable/strict/1763371569 2025-12-04T09:49:19.3481139Z * [new tag] viable/strict/1763373067 -> viable/strict/1763373067 2025-12-04T09:49:19.3481307Z * [new tag] viable/strict/1763375157 -> viable/strict/1763375157 2025-12-04T09:49:19.3481477Z * [new tag] viable/strict/1763382462 -> viable/strict/1763382462 2025-12-04T09:49:19.3481653Z * [new tag] viable/strict/1763394661 -> viable/strict/1763394661 2025-12-04T09:49:19.3481821Z * [new tag] viable/strict/1763396797 -> viable/strict/1763396797 2025-12-04T09:49:19.3481992Z * [new tag] viable/strict/1763398542 -> viable/strict/1763398542 2025-12-04T09:49:19.3482171Z * [new tag] viable/strict/1763401807 -> viable/strict/1763401807 2025-12-04T09:49:19.3482342Z * [new tag] viable/strict/1763414698 -> viable/strict/1763414698 2025-12-04T09:49:19.3482514Z * [new tag] viable/strict/1763419807 -> viable/strict/1763419807 2025-12-04T09:49:19.3482686Z * [new tag] viable/strict/1763426369 -> viable/strict/1763426369 2025-12-04T09:49:19.3482852Z * [new tag] viable/strict/1763428331 -> viable/strict/1763428331 2025-12-04T09:49:19.3483020Z * [new tag] viable/strict/1763430922 -> viable/strict/1763430922 2025-12-04T09:49:19.3483198Z * [new tag] viable/strict/1763434184 -> viable/strict/1763434184 2025-12-04T09:49:19.3483368Z * [new tag] viable/strict/1763439973 -> viable/strict/1763439973 2025-12-04T09:49:19.3483535Z * [new tag] viable/strict/1763444995 -> viable/strict/1763444995 2025-12-04T09:49:19.3483712Z * [new tag] viable/strict/1763447206 -> viable/strict/1763447206 2025-12-04T09:49:19.3483882Z * [new tag] viable/strict/1763448826 -> viable/strict/1763448826 2025-12-04T09:49:19.3484054Z * [new tag] viable/strict/1763450717 -> viable/strict/1763450717 2025-12-04T09:49:19.3484225Z * [new tag] viable/strict/1763452183 -> viable/strict/1763452183 2025-12-04T09:49:19.3484399Z * [new tag] viable/strict/1763457945 -> viable/strict/1763457945 2025-12-04T09:49:19.3484566Z * [new tag] viable/strict/1763459439 -> viable/strict/1763459439 2025-12-04T09:49:19.3484734Z * [new tag] viable/strict/1763461556 -> viable/strict/1763461556 2025-12-04T09:49:19.3484908Z * [new tag] viable/strict/1763463103 -> viable/strict/1763463103 2025-12-04T09:49:19.3485077Z * [new tag] viable/strict/1763465100 -> viable/strict/1763465100 2025-12-04T09:49:19.3485246Z * [new tag] viable/strict/1763468866 -> viable/strict/1763468866 2025-12-04T09:49:19.3485494Z * [new tag] viable/strict/1763493823 -> viable/strict/1763493823 2025-12-04T09:49:19.3485667Z * [new tag] viable/strict/1763496249 -> viable/strict/1763496249 2025-12-04T09:49:19.3485877Z * [new tag] viable/strict/1763502620 -> viable/strict/1763502620 2025-12-04T09:49:19.3486053Z * [new tag] viable/strict/1763504715 -> viable/strict/1763504715 2025-12-04T09:49:19.3486222Z * [new tag] viable/strict/1763506208 -> viable/strict/1763506208 2025-12-04T09:49:19.3486395Z * [new tag] viable/strict/1763520590 -> viable/strict/1763520590 2025-12-04T09:49:19.3486569Z * [new tag] viable/strict/1763523357 -> viable/strict/1763523357 2025-12-04T09:49:19.3486741Z * [new tag] viable/strict/1763529922 -> viable/strict/1763529922 2025-12-04T09:49:19.3486909Z * [new tag] viable/strict/1763531408 -> viable/strict/1763531408 2025-12-04T09:49:19.3487096Z * [new tag] viable/strict/1763533622 -> viable/strict/1763533622 2025-12-04T09:49:19.3487335Z * [new tag] viable/strict/1763538576 -> viable/strict/1763538576 2025-12-04T09:49:19.3487516Z * [new tag] viable/strict/1763545823 -> viable/strict/1763545823 2025-12-04T09:49:19.3487685Z * [new tag] viable/strict/1763547951 -> viable/strict/1763547951 2025-12-04T09:49:19.3487869Z * [new tag] viable/strict/1763551477 -> viable/strict/1763551477 2025-12-04T09:49:19.3488036Z * [new tag] viable/strict/1763552982 -> viable/strict/1763552982 2025-12-04T09:49:19.3488203Z * [new tag] viable/strict/1763594698 -> viable/strict/1763594698 2025-12-04T09:49:19.3488387Z * [new tag] viable/strict/1763596178 -> viable/strict/1763596178 2025-12-04T09:49:19.3488560Z * [new tag] viable/strict/1763599155 -> viable/strict/1763599155 2025-12-04T09:49:19.3488729Z * [new tag] viable/strict/1763603717 -> viable/strict/1763603717 2025-12-04T09:49:19.3488915Z * [new tag] viable/strict/1763606923 -> viable/strict/1763606923 2025-12-04T09:49:19.3489085Z * [new tag] viable/strict/1763609715 -> viable/strict/1763609715 2025-12-04T09:49:19.3489257Z * [new tag] viable/strict/1763612757 -> viable/strict/1763612757 2025-12-04T09:49:19.3489436Z * [new tag] viable/strict/1763616325 -> viable/strict/1763616325 2025-12-04T09:49:19.3489603Z * [new tag] viable/strict/1763623509 -> viable/strict/1763623509 2025-12-04T09:49:19.3489769Z * [new tag] viable/strict/1763624984 -> viable/strict/1763624984 2025-12-04T09:49:19.3489945Z * [new tag] viable/strict/1763628796 -> viable/strict/1763628796 2025-12-04T09:49:19.3490111Z * [new tag] viable/strict/1763634343 -> viable/strict/1763634343 2025-12-04T09:49:19.3490287Z * [new tag] viable/strict/1763635867 -> viable/strict/1763635867 2025-12-04T09:49:19.3490471Z * [new tag] viable/strict/1763639382 -> viable/strict/1763639382 2025-12-04T09:49:19.3490641Z * [new tag] viable/strict/1763646626 -> viable/strict/1763646626 2025-12-04T09:49:19.3490812Z * [new tag] viable/strict/1763655997 -> viable/strict/1763655997 2025-12-04T09:49:19.3490984Z * [new tag] viable/strict/1763659444 -> viable/strict/1763659444 2025-12-04T09:49:19.3491156Z * [new tag] viable/strict/1763660992 -> viable/strict/1763660992 2025-12-04T09:49:19.3491320Z * [new tag] viable/strict/1763663201 -> viable/strict/1763663201 2025-12-04T09:49:19.3491486Z * [new tag] viable/strict/1763670362 -> viable/strict/1763670362 2025-12-04T09:49:19.3491667Z * [new tag] viable/strict/1763675378 -> viable/strict/1763675378 2025-12-04T09:49:19.3491905Z * [new tag] viable/strict/1763693343 -> viable/strict/1763693343 2025-12-04T09:49:19.3492071Z * [new tag] viable/strict/1763696088 -> viable/strict/1763696088 2025-12-04T09:49:19.3492247Z * [new tag] viable/strict/1763697343 -> viable/strict/1763697343 2025-12-04T09:49:19.3492414Z * [new tag] viable/strict/1763699165 -> viable/strict/1763699165 2025-12-04T09:49:19.3492581Z * [new tag] viable/strict/1763700660 -> viable/strict/1763700660 2025-12-04T09:49:19.3492755Z * [new tag] viable/strict/1763704209 -> viable/strict/1763704209 2025-12-04T09:49:19.3492927Z * [new tag] viable/strict/1763706411 -> viable/strict/1763706411 2025-12-04T09:49:19.3493100Z * [new tag] viable/strict/1763708082 -> viable/strict/1763708082 2025-12-04T09:49:19.3493279Z * [new tag] viable/strict/1763711381 -> viable/strict/1763711381 2025-12-04T09:49:19.3493518Z * [new tag] viable/strict/1763713593 -> viable/strict/1763713593 2025-12-04T09:49:19.3493691Z * [new tag] viable/strict/1763715201 -> viable/strict/1763715201 2025-12-04T09:49:19.3493873Z * [new tag] viable/strict/1763733017 -> viable/strict/1763733017 2025-12-04T09:49:19.3494038Z * [new tag] viable/strict/1763735108 -> viable/strict/1763735108 2025-12-04T09:49:19.3494207Z * [new tag] viable/strict/1763749579 -> viable/strict/1763749579 2025-12-04T09:49:19.3494375Z * [new tag] viable/strict/1763751113 -> viable/strict/1763751113 2025-12-04T09:49:19.3494550Z * [new tag] viable/strict/1763753035 -> viable/strict/1763753035 2025-12-04T09:49:19.3494715Z * [new tag] viable/strict/1763754578 -> viable/strict/1763754578 2025-12-04T09:49:19.3494881Z * [new tag] viable/strict/1763756748 -> viable/strict/1763756748 2025-12-04T09:49:19.3495065Z * [new tag] viable/strict/1763758205 -> viable/strict/1763758205 2025-12-04T09:49:19.3495233Z * [new tag] viable/strict/1763764050 -> viable/strict/1763764050 2025-12-04T09:49:19.3495400Z * [new tag] viable/strict/1763771887 -> viable/strict/1763771887 2025-12-04T09:49:19.3495576Z * [new tag] viable/strict/1763773920 -> viable/strict/1763773920 2025-12-04T09:49:19.3495744Z * [new tag] viable/strict/1763776501 -> viable/strict/1763776501 2025-12-04T09:49:19.3495913Z * [new tag] viable/strict/1763779437 -> viable/strict/1763779437 2025-12-04T09:49:19.3496091Z * [new tag] viable/strict/1763781038 -> viable/strict/1763781038 2025-12-04T09:49:19.3496261Z * [new tag] viable/strict/1763782245 -> viable/strict/1763782245 2025-12-04T09:49:19.3496429Z * [new tag] viable/strict/1763785568 -> viable/strict/1763785568 2025-12-04T09:49:19.3496613Z * [new tag] viable/strict/1763787006 -> viable/strict/1763787006 2025-12-04T09:49:19.3496784Z * [new tag] viable/strict/1763789103 -> viable/strict/1763789103 2025-12-04T09:49:19.3496957Z * [new tag] viable/strict/1763790578 -> viable/strict/1763790578 2025-12-04T09:49:19.3497132Z * [new tag] viable/strict/1763796275 -> viable/strict/1763796275 2025-12-04T09:49:19.3497297Z * [new tag] viable/strict/1763801465 -> viable/strict/1763801465 2025-12-04T09:49:19.3497579Z * [new tag] viable/strict/1763803522 -> viable/strict/1763803522 2025-12-04T09:49:19.3497747Z * [new tag] viable/strict/1763808581 -> viable/strict/1763808581 2025-12-04T09:49:19.3497921Z * [new tag] viable/strict/1763840977 -> viable/strict/1763840977 2025-12-04T09:49:19.3498165Z * [new tag] viable/strict/1763846659 -> viable/strict/1763846659 2025-12-04T09:49:19.3498340Z * [new tag] viable/strict/1763872065 -> viable/strict/1763872065 2025-12-04T09:49:19.3498517Z * [new tag] viable/strict/1763873648 -> viable/strict/1763873648 2025-12-04T09:49:19.3498685Z * [new tag] viable/strict/1763875506 -> viable/strict/1763875506 2025-12-04T09:49:19.3498858Z * [new tag] viable/strict/1763889904 -> viable/strict/1763889904 2025-12-04T09:49:19.3499035Z * [new tag] viable/strict/1763930999 -> viable/strict/1763930999 2025-12-04T09:49:19.3499204Z * [new tag] viable/strict/1763944964 -> viable/strict/1763944964 2025-12-04T09:49:19.3499369Z * [new tag] viable/strict/1763958474 -> viable/strict/1763958474 2025-12-04T09:49:19.3499546Z * [new tag] viable/strict/1763967263 -> viable/strict/1763967263 2025-12-04T09:49:19.3499716Z * [new tag] viable/strict/1763972803 -> viable/strict/1763972803 2025-12-04T09:49:19.3499948Z * [new tag] viable/strict/1763976376 -> viable/strict/1763976376 2025-12-04T09:49:19.3500127Z * [new tag] viable/strict/1763989404 -> viable/strict/1763989404 2025-12-04T09:49:19.3500296Z * [new tag] viable/strict/1763990887 -> viable/strict/1763990887 2025-12-04T09:49:19.3500463Z * [new tag] viable/strict/1764019919 -> viable/strict/1764019919 2025-12-04T09:49:19.3500638Z * [new tag] viable/strict/1764023134 -> viable/strict/1764023134 2025-12-04T09:49:19.3500804Z * [new tag] viable/strict/1764024593 -> viable/strict/1764024593 2025-12-04T09:49:19.3500974Z * [new tag] viable/strict/1764026706 -> viable/strict/1764026706 2025-12-04T09:49:19.3501139Z * [new tag] viable/strict/1764031139 -> viable/strict/1764031139 2025-12-04T09:49:19.3501324Z * [new tag] viable/strict/1764033131 -> viable/strict/1764033131 2025-12-04T09:49:19.3501498Z * [new tag] viable/strict/1764035725 -> viable/strict/1764035725 2025-12-04T09:49:19.3501667Z * [new tag] viable/strict/1764624265 -> viable/strict/1764624265 2025-12-04T09:49:19.3501842Z * [new tag] viable/strict/1764631514 -> viable/strict/1764631514 2025-12-04T09:49:19.3502008Z * [new tag] viable/strict/1764632987 -> viable/strict/1764632987 2025-12-04T09:49:19.3502176Z * [new tag] viable/strict/1764636063 -> viable/strict/1764636063 2025-12-04T09:49:19.3502353Z * [new tag] viable/strict/1764643975 -> viable/strict/1764643975 2025-12-04T09:49:19.3502525Z * [new tag] viable/strict/1764646859 -> viable/strict/1764646859 2025-12-04T09:49:19.3502695Z * [new tag] viable/strict/1764653120 -> viable/strict/1764653120 2025-12-04T09:49:19.3502876Z * [new tag] viable/strict/1764654632 -> viable/strict/1764654632 2025-12-04T09:49:19.3503047Z * [new tag] viable/strict/1764656821 -> viable/strict/1764656821 2025-12-04T09:49:19.3503214Z * [new tag] viable/strict/1764658557 -> viable/strict/1764658557 2025-12-04T09:49:19.3503391Z * [new tag] viable/strict/1764660333 -> viable/strict/1764660333 2025-12-04T09:49:19.3503556Z * [new tag] viable/strict/1764661812 -> viable/strict/1764661812 2025-12-04T09:49:19.3503721Z * [new tag] viable/strict/1764664023 -> viable/strict/1764664023 2025-12-04T09:49:19.3503901Z * [new tag] viable/strict/1764669150 -> viable/strict/1764669150 2025-12-04T09:49:19.3504072Z * [new tag] viable/strict/1764680709 -> viable/strict/1764680709 2025-12-04T09:49:19.3504237Z * [new tag] viable/strict/1764687619 -> viable/strict/1764687619 2025-12-04T09:49:19.3504475Z * [new tag] viable/strict/1764696355 -> viable/strict/1764696355 2025-12-04T09:49:19.3509757Z * [new tag] viable/strict/1764701767 -> viable/strict/1764701767 2025-12-04T09:49:19.3510001Z * [new tag] viable/strict/1764710768 -> viable/strict/1764710768 2025-12-04T09:49:19.3510180Z * [new tag] viable/strict/1764716202 -> viable/strict/1764716202 2025-12-04T09:49:19.3510358Z * [new tag] viable/strict/1764793566 -> viable/strict/1764793566 2025-12-04T09:49:19.3510540Z * [new tag] viable/strict/1764797093 -> viable/strict/1764797093 2025-12-04T09:49:19.3510711Z * [new tag] viable/strict/1764800729 -> viable/strict/1764800729 2025-12-04T09:49:19.3510854Z * [new tag] whc_flight_1 -> whc_flight_1 2025-12-04T09:49:19.3510996Z * [new tag] whc_flight_2 -> whc_flight_2 2025-12-04T09:49:35.1830782Z * [new tag] whc_flight_4 -> whc_flight_4 2025-12-04T09:49:35.2063481Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T09:49:35.2298791Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:49:35.2338226Z ##[endgroup] 2025-12-04T09:49:35.2338871Z ##[group]Determining the checkout info 2025-12-04T09:49:35.2339545Z ##[endgroup] 2025-12-04T09:49:35.2351993Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-12-04T09:49:35.2658850Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-12-04T09:49:35.2925034Z ##[group]Checking out the ref 2025-12-04T09:49:35.2937035Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:49:37.0105384Z Updating files: 2% (408/20121) 2025-12-04T09:49:37.3584523Z Updating files: 3% (604/20121) 2025-12-04T09:49:37.7486277Z Updating files: 3% (710/20121) 2025-12-04T09:49:38.1578098Z Updating files: 4% (805/20121) 2025-12-04T09:49:38.4044443Z Updating files: 5% (1007/20121) 2025-12-04T09:49:38.5979614Z Updating files: 5% (1107/20121) 2025-12-04T09:49:39.0750532Z Updating files: 6% (1208/20121) 2025-12-04T09:49:39.4766144Z Updating files: 7% (1409/20121) 2025-12-04T09:49:39.5652426Z Updating files: 7% (1568/20121) 2025-12-04T09:49:40.1831639Z Updating files: 8% (1610/20121) 2025-12-04T09:49:40.3643300Z Updating files: 9% (1811/20121) 2025-12-04T09:49:40.5886362Z Updating files: 9% (1883/20121) 2025-12-04T09:49:40.9796951Z Updating files: 10% (2013/20121) 2025-12-04T09:49:41.2881893Z Updating files: 11% (2214/20121) 2025-12-04T09:49:41.3575202Z Updating files: 12% (2415/20121) 2025-12-04T09:49:41.4918570Z Updating files: 12% (2458/20121) 2025-12-04T09:49:41.7383977Z Updating files: 13% (2616/20121) 2025-12-04T09:49:42.3378911Z Updating files: 14% (2817/20121) 2025-12-04T09:49:42.4181627Z Updating files: 15% (3019/20121) 2025-12-04T09:49:42.6159678Z Updating files: 15% (3036/20121) 2025-12-04T09:49:42.7315370Z Updating files: 16% (3220/20121) 2025-12-04T09:49:43.1799940Z Updating files: 17% (3421/20121) 2025-12-04T09:49:43.3347556Z Updating files: 18% (3622/20121) 2025-12-04T09:49:43.3723984Z Updating files: 19% (3823/20121) 2025-12-04T09:49:43.4623409Z Updating files: 19% (3878/20121) 2025-12-04T09:49:43.5904845Z Updating files: 20% (4025/20121) 2025-12-04T09:49:43.6884811Z Updating files: 21% (4226/20121) 2025-12-04T09:49:44.1756655Z Updating files: 22% (4427/20121) 2025-12-04T09:49:44.2816381Z Updating files: 23% (4628/20121) 2025-12-04T09:49:44.3806403Z Updating files: 24% (4830/20121) 2025-12-04T09:49:44.3817828Z Updating files: 24% (5025/20121) 2025-12-04T09:49:44.4418264Z Updating files: 25% (5031/20121) 2025-12-04T09:49:44.4901700Z Updating files: 26% (5232/20121) 2025-12-04T09:49:44.5263120Z Updating files: 27% (5433/20121) 2025-12-04T09:49:44.5747826Z Updating files: 28% (5634/20121) 2025-12-04T09:49:44.6103321Z Updating files: 29% (5836/20121) 2025-12-04T09:49:44.6650053Z Updating files: 30% (6037/20121) 2025-12-04T09:49:44.8159957Z Updating files: 31% (6238/20121) 2025-12-04T09:49:44.9755832Z Updating files: 32% (6439/20121) 2025-12-04T09:49:45.1076873Z Updating files: 33% (6640/20121) 2025-12-04T09:49:45.3880687Z Updating files: 34% (6842/20121) 2025-12-04T09:49:45.4636439Z Updating files: 34% (6981/20121) 2025-12-04T09:49:45.5691418Z Updating files: 35% (7043/20121) 2025-12-04T09:49:45.6350473Z Updating files: 36% (7244/20121) 2025-12-04T09:49:45.7404834Z Updating files: 37% (7445/20121) 2025-12-04T09:49:45.8212388Z Updating files: 38% (7646/20121) 2025-12-04T09:49:45.9138287Z Updating files: 39% (7848/20121) 2025-12-04T09:49:45.9814160Z Updating files: 40% (8049/20121) 2025-12-04T09:49:46.0558550Z Updating files: 41% (8250/20121) 2025-12-04T09:49:46.1496917Z Updating files: 42% (8451/20121) 2025-12-04T09:49:46.2086235Z Updating files: 43% (8653/20121) 2025-12-04T09:49:46.2930296Z Updating files: 44% (8854/20121) 2025-12-04T09:49:46.3619120Z Updating files: 45% (9055/20121) 2025-12-04T09:49:46.3875706Z Updating files: 46% (9256/20121) 2025-12-04T09:49:46.4250676Z Updating files: 46% (9340/20121) 2025-12-04T09:49:46.9623922Z Updating files: 47% (9457/20121) 2025-12-04T09:49:47.0487907Z Updating files: 48% (9659/20121) 2025-12-04T09:49:47.1552810Z Updating files: 49% (9860/20121) 2025-12-04T09:49:47.2334084Z Updating files: 50% (10061/20121) 2025-12-04T09:49:47.3242419Z Updating files: 51% (10262/20121) 2025-12-04T09:49:47.4867443Z Updating files: 52% (10463/20121) 2025-12-04T09:49:47.5921433Z Updating files: 52% (10470/20121) 2025-12-04T09:49:47.6719262Z Updating files: 53% (10665/20121) 2025-12-04T09:49:47.7785678Z Updating files: 54% (10866/20121) 2025-12-04T09:49:47.8604555Z Updating files: 55% (11067/20121) 2025-12-04T09:49:47.9363321Z Updating files: 56% (11268/20121) 2025-12-04T09:49:48.0459677Z Updating files: 57% (11469/20121) 2025-12-04T09:49:48.1275451Z Updating files: 58% (11671/20121) 2025-12-04T09:49:48.1987090Z Updating files: 59% (11872/20121) 2025-12-04T09:49:48.3059428Z Updating files: 60% (12073/20121) 2025-12-04T09:49:48.3973489Z Updating files: 61% (12274/20121) 2025-12-04T09:49:48.4075968Z Updating files: 62% (12476/20121) 2025-12-04T09:49:48.5008562Z Updating files: 62% (12498/20121) 2025-12-04T09:49:48.5842424Z Updating files: 63% (12677/20121) 2025-12-04T09:49:48.6652329Z Updating files: 64% (12878/20121) 2025-12-04T09:49:48.8899465Z Updating files: 65% (13079/20121) 2025-12-04T09:49:48.9748562Z Updating files: 66% (13280/20121) 2025-12-04T09:49:49.0780706Z Updating files: 67% (13482/20121) 2025-12-04T09:49:49.1965634Z Updating files: 68% (13683/20121) 2025-12-04T09:49:49.4817608Z Updating files: 69% (13884/20121) 2025-12-04T09:49:50.1200284Z Updating files: 69% (13983/20121) 2025-12-04T09:49:50.3283670Z Updating files: 70% (14085/20121) 2025-12-04T09:49:50.4057768Z Updating files: 71% (14286/20121) 2025-12-04T09:49:50.4206965Z Updating files: 72% (14488/20121) 2025-12-04T09:49:50.5080566Z Updating files: 72% (14536/20121) 2025-12-04T09:49:50.6506667Z Updating files: 73% (14689/20121) 2025-12-04T09:49:50.8447712Z Updating files: 74% (14890/20121) 2025-12-04T09:49:51.0523898Z Updating files: 75% (15091/20121) 2025-12-04T09:49:51.1781351Z Updating files: 76% (15292/20121) 2025-12-04T09:49:51.3336094Z Updating files: 77% (15494/20121) 2025-12-04T09:49:51.4243143Z Updating files: 78% (15695/20121) 2025-12-04T09:49:51.5975400Z Updating files: 78% (15837/20121) 2025-12-04T09:49:51.7791389Z Updating files: 79% (15896/20121) 2025-12-04T09:49:51.9820292Z Updating files: 80% (16097/20121) 2025-12-04T09:49:52.2730671Z Updating files: 81% (16299/20121) 2025-12-04T09:49:52.4272351Z Updating files: 82% (16500/20121) 2025-12-04T09:49:52.4331146Z Updating files: 82% (16691/20121) 2025-12-04T09:49:52.6016347Z Updating files: 83% (16701/20121) 2025-12-04T09:49:52.7317570Z Updating files: 84% (16902/20121) 2025-12-04T09:49:52.9205252Z Updating files: 85% (17103/20121) 2025-12-04T09:49:53.1045581Z Updating files: 86% (17305/20121) 2025-12-04T09:49:53.4129359Z Updating files: 87% (17506/20121) 2025-12-04T09:49:53.4408294Z Updating files: 88% (17707/20121) 2025-12-04T09:49:53.5573438Z Updating files: 88% (17756/20121) 2025-12-04T09:49:53.6854848Z Updating files: 89% (17908/20121) 2025-12-04T09:49:53.8554199Z Updating files: 90% (18109/20121) 2025-12-04T09:49:53.9802309Z Updating files: 91% (18311/20121) 2025-12-04T09:49:54.1247752Z Updating files: 92% (18512/20121) 2025-12-04T09:49:54.3691302Z Updating files: 93% (18713/20121) 2025-12-04T09:49:54.4405858Z Updating files: 94% (18914/20121) 2025-12-04T09:49:54.5212416Z Updating files: 94% (19011/20121) 2025-12-04T09:49:54.7060523Z Updating files: 95% (19115/20121) 2025-12-04T09:49:54.8398211Z Updating files: 96% (19317/20121) 2025-12-04T09:49:55.4350584Z Updating files: 97% (19518/20121) 2025-12-04T09:49:55.4409091Z Updating files: 98% (19719/20121) 2025-12-04T09:49:55.5860224Z Updating files: 98% (19728/20121) 2025-12-04T09:49:55.7890054Z Updating files: 99% (19920/20121) 2025-12-04T09:49:55.7890399Z Updating files: 100% (20121/20121) 2025-12-04T09:49:55.7890667Z Updating files: 100% (20121/20121), done. 2025-12-04T09:49:55.8447956Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T09:49:55.8448310Z 2025-12-04T09:49:55.8448521Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T09:49:55.8449038Z changes and commit them, and you can discard any commits you make in this 2025-12-04T09:49:55.8449580Z state without impacting any branches by switching back to a branch. 2025-12-04T09:49:55.8449889Z 2025-12-04T09:49:55.8450169Z If you want to create a new branch to retain commits you create, you may 2025-12-04T09:49:55.8450753Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T09:49:55.8451055Z 2025-12-04T09:49:55.8451210Z git switch -c 2025-12-04T09:49:55.8451409Z 2025-12-04T09:49:55.8452688Z Or undo this operation with: 2025-12-04T09:49:55.8453569Z 2025-12-04T09:49:55.8453654Z git switch - 2025-12-04T09:49:55.8453774Z 2025-12-04T09:49:55.8454009Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T09:49:55.8454344Z 2025-12-04T09:49:55.8454598Z HEAD is now at ffd9b0fb435 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:49:55.8713951Z ##[endgroup] 2025-12-04T09:49:55.8714423Z ##[group]Setting up auth for fetching submodules 2025-12-04T09:49:55.8727326Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-12-04T09:49:55.9028199Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T09:49:55.9304743Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T09:49:55.9580289Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T09:49:55.9853399Z ##[endgroup] 2025-12-04T09:49:55.9853789Z ##[group]Fetching submodules 2025-12-04T09:49:55.9864789Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-12-04T09:49:56.4403378Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T09:49:56.9565332Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-12-04T09:49:56.9568088Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-12-04T09:49:56.9569067Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-12-04T09:49:56.9570918Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-12-04T09:49:56.9571781Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-12-04T09:49:56.9574780Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-12-04T09:49:56.9575973Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-12-04T09:49:56.9576813Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-12-04T09:49:56.9577678Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-12-04T09:49:56.9580488Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-12-04T09:49:56.9581727Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-12-04T09:49:56.9582675Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-12-04T09:49:56.9583657Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-12-04T09:49:56.9586368Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-12-04T09:49:56.9587224Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-12-04T09:49:56.9588202Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-12-04T09:49:56.9589268Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-12-04T09:49:56.9590142Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-12-04T09:49:56.9592742Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:49:56.9593675Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-12-04T09:49:56.9594547Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-12-04T09:49:56.9595569Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-12-04T09:49:56.9596377Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-12-04T09:49:56.9598979Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-12-04T09:49:56.9599881Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-12-04T09:49:56.9600839Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-12-04T09:49:56.9601747Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-12-04T09:49:56.9602564Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-12-04T09:49:56.9605268Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-12-04T09:49:56.9606356Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-12-04T09:49:56.9607495Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-12-04T09:49:56.9608489Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-12-04T09:49:56.9611258Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-12-04T09:49:56.9643981Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-12-04T09:49:56.9644992Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-12-04T09:49:56.9645903Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-12-04T09:49:56.9647923Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-12-04T09:49:57.1120410Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-12-04T09:49:57.5652517Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-12-04T09:49:58.6633364Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-12-04T09:49:58.6634819Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-12-04T09:50:06.4496338Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-12-04T09:50:06.4497532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-12-04T09:50:06.4498634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-12-04T09:50:06.4499823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-12-04T09:50:06.4500843Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-12-04T09:50:06.4501958Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-12-04T09:50:06.4503209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-12-04T09:50:06.4504464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-12-04T09:50:06.4505892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-12-04T09:50:06.4506910Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-12-04T09:50:06.4507966Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-12-04T09:50:06.4509035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-12-04T09:50:06.4510362Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-12-04T09:50:06.4511518Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-12-04T09:50:07.1182415Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-12-04T09:50:07.3149624Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-12-04T09:50:07.4095243Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-12-04T09:50:30.7484927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-12-04T09:50:30.7485573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-12-04T09:50:30.7486166Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-12-04T09:50:30.7486778Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-12-04T09:50:30.7487371Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-12-04T09:50:30.7487932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-12-04T09:50:30.7488719Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-12-04T09:50:30.7489282Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-12-04T09:50:30.7489822Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-12-04T09:50:30.7490479Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-12-04T09:50:30.7491165Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-12-04T09:50:30.7491772Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-12-04T09:50:30.7492322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-12-04T09:50:30.7492885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter'... 2025-12-04T09:50:30.7493440Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-12-04T09:50:30.7494037Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-12-04T09:50:30.8687674Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T09:50:30.9721239Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T09:50:31.0542993Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T09:50:31.3058116Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T09:50:31.8925079Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T09:50:32.3455225Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T09:50:39.8880173Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T09:50:41.0085669Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T09:50:41.0209735Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:50:46.2169276Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-12-04T09:50:49.3776675Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T09:50:49.5926839Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T09:50:53.9513505Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:50:54.1469911Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T09:50:54.8291399Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T09:50:55.1007522Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T09:51:01.0073894Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T09:51:02.4493013Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T09:51:02.4667129Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-12-04T09:51:02.4668249Z Submodule 'external/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:51:02.4669360Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:51:02.4670310Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-12-04T09:51:02.4671333Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-12-04T09:51:02.4674611Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:51:02.4675699Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-12-04T09:51:02.5528156Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-12-04T09:51:13.1885683Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-12-04T09:51:13.1886473Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-12-04T09:51:13.1887218Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-12-04T09:51:13.1888212Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-12-04T09:51:13.1889273Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-12-04T09:51:13.1889978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-12-04T09:51:13.4460810Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T09:51:16.9720359Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:51:17.4952056Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T09:51:23.5273334Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T09:51:23.8064456Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:51:23.9022558Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T09:51:24.7365033Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T09:51:25.5386012Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T09:51:25.5555549Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:51:25.5556705Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:51:31.1531152Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-12-04T09:51:31.1532018Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-12-04T09:51:33.9839130Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T09:51:39.3619264Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T09:51:41.1031532Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T09:51:41.2920425Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T09:51:41.5214397Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T09:51:42.2311781Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T09:51:42.5182161Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:51:42.6074869Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T09:51:42.6202704Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-12-04T09:51:58.9047404Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-12-04T09:52:02.2331158Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T09:52:02.3906520Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T09:52:02.7059745Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T09:52:02.7222526Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:02.7223779Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:02.7225202Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:04.7518704Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-12-04T09:52:04.7519572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-12-04T09:52:04.7520498Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-12-04T09:52:05.1258905Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T09:52:05.2042464Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:05.2043723Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:05.2044922Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:05.2046123Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:05.2047350Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:05.2048610Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:05.2049887Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:05.2051094Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:05.2052419Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:05.2591251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-12-04T09:52:13.6048683Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-12-04T09:52:13.6049725Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-12-04T09:52:13.6050811Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-12-04T09:52:13.6052845Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp'... 2025-12-04T09:52:13.6054388Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-12-04T09:52:13.6055386Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-12-04T09:52:13.6056469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-12-04T09:52:13.6057432Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-12-04T09:52:14.4643894Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T09:52:14.5888603Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T09:52:14.7571180Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T09:52:14.8637021Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T09:52:14.8754432Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:15.2743620Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-12-04T09:52:15.3358470Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T09:52:15.4673490Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T09:52:15.6820525Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:16.1616097Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T09:52:16.2673905Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T09:52:16.6291248Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T09:52:16.6441944Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:16.6443681Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:19.2738663Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T09:52:19.2739963Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T09:52:20.1260912Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T09:52:20.3406144Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:20.4944625Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T09:52:20.7037608Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:21.0362047Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T09:52:21.2816416Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T09:52:21.9362351Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T09:52:25.4951311Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T09:52:25.5100324Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:26.5953701Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-12-04T09:52:26.8691729Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T09:52:27.4736332Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T09:52:27.4992896Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:27.4994113Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:27.4995249Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:27.4996377Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:27.4997822Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:27.4999437Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:27.5000799Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:27.5001935Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:27.5500372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-12-04T09:52:39.5755314Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-12-04T09:52:39.5756269Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-12-04T09:52:39.5757217Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-12-04T09:52:39.5758166Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-12-04T09:52:39.5759058Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-12-04T09:52:39.5759936Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-12-04T09:52:39.5760781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-12-04T09:52:39.8985196Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T09:52:40.1254133Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T09:52:40.2277550Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T09:52:40.7772439Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T09:52:40.8818228Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T09:52:41.0891561Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T09:52:41.2244796Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T09:52:41.2379408Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:41.2380990Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:43.7935863Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T09:52:43.7936987Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T09:52:44.5722891Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T09:52:44.8371439Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:49.7389229Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T09:52:49.8245451Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T09:52:51.6547176Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T09:52:51.6688013Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:51.6689188Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:52.9916422Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-12-04T09:52:52.9917266Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-12-04T09:52:53.0909052Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T09:52:53.3914211Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T09:52:53.4891429Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T09:52:53.6437714Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T09:52:53.8684770Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T09:52:54.0203417Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T09:52:54.2228686Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T09:52:54.4367127Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T09:52:54.4562062Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:54.4563466Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:54.4564497Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:54.4565553Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:56.3060753Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-12-04T09:52:56.3061822Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-12-04T09:52:56.3062604Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-12-04T09:52:56.3063392Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-12-04T09:52:56.5495215Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T09:52:56.6909014Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T09:52:56.9974610Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T09:52:57.1917473Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T09:52:57.2034776Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:57.5074956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-12-04T09:52:57.5783808Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T09:52:57.6039387Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-12-04T09:52:58.1288034Z Entering 'android/libs/fbjni' 2025-12-04T09:52:58.1711919Z Entering 'third_party/FP16' 2025-12-04T09:52:58.2122396Z Entering 'third_party/FXdiv' 2025-12-04T09:52:58.2553465Z Entering 'third_party/NNPACK' 2025-12-04T09:52:58.3009931Z Entering 'third_party/NVTX' 2025-12-04T09:52:58.3454177Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:58.3875982Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:58.4296128Z Entering 'third_party/aiter' 2025-12-04T09:52:58.4691808Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:58.5232618Z Entering 'third_party/benchmark' 2025-12-04T09:52:58.5641028Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:58.6059560Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:58.6483585Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:58.6895625Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:58.7385584Z Entering 'third_party/cutlass' 2025-12-04T09:52:58.7838133Z Entering 'third_party/fbgemm' 2025-12-04T09:52:58.8199976Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:58.8608218Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:58.9047114Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:58.9515846Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:58.9947777Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:59.0403558Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:59.0908092Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:59.1342345Z Entering 'third_party/flash-attention' 2025-12-04T09:52:59.1763799Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:59.2252654Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:59.2687261Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:59.3133154Z Entering 'third_party/fmt' 2025-12-04T09:52:59.3541535Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:59.3959998Z Entering 'third_party/gloo' 2025-12-04T09:52:59.4447719Z Entering 'third_party/googletest' 2025-12-04T09:52:59.4852045Z Entering 'third_party/ideep' 2025-12-04T09:52:59.5246242Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:59.5698678Z Entering 'third_party/ittapi' 2025-12-04T09:52:59.6110343Z Entering 'third_party/kineto' 2025-12-04T09:52:59.6576498Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:59.7017879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:59.7440519Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:59.7842922Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:59.8263813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:59.8717878Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:59.9183897Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:59.9625586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:00.0042054Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:00.0463976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:00.0869731Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:00.1267926Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:00.1696596Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:00.2159771Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:00.2664657Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:00.3096717Z Entering 'third_party/kleidiai' 2025-12-04T09:53:00.3510423Z Entering 'third_party/mimalloc' 2025-12-04T09:53:00.3943889Z Entering 'third_party/nlohmann' 2025-12-04T09:53:00.4367539Z Entering 'third_party/onnx' 2025-12-04T09:53:00.4844765Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:00.5297424Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:00.5756081Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:00.6214713Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:00.6690138Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:00.7110078Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:00.7553090Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:00.7967614Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:00.8380687Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:00.8782569Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:00.9203642Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:00.9717972Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:01.0193493Z Entering 'third_party/pocketfft' 2025-12-04T09:53:01.0612344Z Entering 'third_party/protobuf' 2025-12-04T09:53:01.1037519Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:01.1445246Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:01.2000521Z Entering 'third_party/psimd' 2025-12-04T09:53:01.2416136Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:01.2838576Z Entering 'third_party/pybind11' 2025-12-04T09:53:01.3296107Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:01.3765602Z Entering 'third_party/sleef' 2025-12-04T09:53:01.4203883Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:01.4603976Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:01.5016598Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:01.5433291Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:01.5846992Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:01.6246238Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:01.6805521Z ##[endgroup] 2025-12-04T09:53:01.6806452Z ##[group]Persisting credentials for submodules 2025-12-04T09:53:01.6822209Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-12-04T09:53:02.5854220Z Entering 'android/libs/fbjni' 2025-12-04T09:53:02.6497649Z Entering 'third_party/FP16' 2025-12-04T09:53:02.7117696Z Entering 'third_party/FXdiv' 2025-12-04T09:53:02.7769155Z Entering 'third_party/NNPACK' 2025-12-04T09:53:02.8378361Z Entering 'third_party/NVTX' 2025-12-04T09:53:02.9002023Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:53:02.9630913Z Entering 'third_party/XNNPACK' 2025-12-04T09:53:03.0344979Z Entering 'third_party/aiter' 2025-12-04T09:53:03.1016120Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:53:03.1746659Z Entering 'third_party/benchmark' 2025-12-04T09:53:03.2376991Z Entering 'third_party/composable_kernel' 2025-12-04T09:53:03.3081221Z Entering 'third_party/cpp-httplib' 2025-12-04T09:53:03.3775458Z Entering 'third_party/cpuinfo' 2025-12-04T09:53:03.4393712Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:53:03.5029099Z Entering 'third_party/cutlass' 2025-12-04T09:53:03.5666475Z Entering 'third_party/fbgemm' 2025-12-04T09:53:03.6356857Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:53:03.7067096Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:53:03.7713575Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:53:03.8397474Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:53:03.9068210Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:53:03.9692375Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:53:04.0321978Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:53:04.0956286Z Entering 'third_party/flash-attention' 2025-12-04T09:53:04.1555473Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:53:04.2185188Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:53:04.2841340Z Entering 'third_party/flatbuffers' 2025-12-04T09:53:04.3463326Z Entering 'third_party/fmt' 2025-12-04T09:53:04.4075681Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:53:04.4685957Z Entering 'third_party/gloo' 2025-12-04T09:53:04.5311487Z Entering 'third_party/googletest' 2025-12-04T09:53:04.5922367Z Entering 'third_party/ideep' 2025-12-04T09:53:04.6536669Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:53:04.7184821Z Entering 'third_party/ittapi' 2025-12-04T09:53:04.7807213Z Entering 'third_party/kineto' 2025-12-04T09:53:04.8402413Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:53:04.9008589Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:53:04.9633360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:53:05.0250322Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:53:05.0886068Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:53:05.1500709Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:53:05.2184797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:53:05.2818710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:05.3478073Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:05.4149342Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:05.4819933Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:05.5433603Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:05.6069164Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:05.6754196Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:05.7394359Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:05.8034537Z Entering 'third_party/kleidiai' 2025-12-04T09:53:05.8639205Z Entering 'third_party/mimalloc' 2025-12-04T09:53:05.9245437Z Entering 'third_party/nlohmann' 2025-12-04T09:53:05.9918666Z Entering 'third_party/onnx' 2025-12-04T09:53:06.0554665Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:06.1194920Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:06.1788138Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:06.2459592Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:06.3093420Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:06.3709366Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:06.4340097Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:06.4971802Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:06.5649697Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:06.6270229Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:06.6984089Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:06.7721803Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:06.8387644Z Entering 'third_party/pocketfft' 2025-12-04T09:53:06.9003493Z Entering 'third_party/protobuf' 2025-12-04T09:53:06.9608668Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:07.0226047Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:07.0996665Z Entering 'third_party/psimd' 2025-12-04T09:53:07.1627200Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:07.2276796Z Entering 'third_party/pybind11' 2025-12-04T09:53:07.2884121Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:07.3498659Z Entering 'third_party/sleef' 2025-12-04T09:53:07.4116666Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:07.4743362Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:07.5416309Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:07.6130523Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:07.6822189Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:07.7506949Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:07.8323213Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-12-04T09:53:08.2457797Z Entering 'android/libs/fbjni' 2025-12-04T09:53:08.3115316Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:53:08.3267243Z Entering 'third_party/FP16' 2025-12-04T09:53:08.3849746Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:53:08.4061506Z Entering 'third_party/FXdiv' 2025-12-04T09:53:08.4647000Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:53:08.4803500Z Entering 'third_party/NNPACK' 2025-12-04T09:53:08.5386241Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:53:08.5559699Z Entering 'third_party/NVTX' 2025-12-04T09:53:08.6189201Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:53:08.6400099Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:53:08.6978209Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:53:08.7180741Z Entering 'third_party/XNNPACK' 2025-12-04T09:53:08.7771233Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:53:08.7959640Z Entering 'third_party/aiter' 2025-12-04T09:53:08.8576600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:53:08.8728000Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:53:08.9350967Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:53:08.9571323Z Entering 'third_party/benchmark' 2025-12-04T09:53:09.0651017Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:53:09.0846339Z Entering 'third_party/composable_kernel' 2025-12-04T09:53:09.1437395Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:53:09.1598956Z Entering 'third_party/cpp-httplib' 2025-12-04T09:53:09.2248271Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:53:09.2399373Z Entering 'third_party/cpuinfo' 2025-12-04T09:53:09.2991116Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:53:09.3186175Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:53:09.3804605Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:53:09.4034591Z Entering 'third_party/cutlass' 2025-12-04T09:53:09.4643414Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:53:09.4802510Z Entering 'third_party/fbgemm' 2025-12-04T09:53:09.5487516Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:53:09.5636336Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:53:09.6296744Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:53:09.6452975Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:53:09.7054097Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:53:09.7217851Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:53:09.7822889Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:53:09.7973364Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:53:09.8596472Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:53:09.8759755Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:53:09.9376347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:53:09.9541912Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:53:10.0140758Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:53:10.0290813Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:53:10.0889390Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:53:10.1073344Z Entering 'third_party/flash-attention' 2025-12-04T09:53:10.1823644Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:53:10.1981076Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:53:10.2636714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:53:10.2804200Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:53:10.3418757Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:53:10.3629734Z Entering 'third_party/flatbuffers' 2025-12-04T09:53:10.4210770Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:53:10.4363224Z Entering 'third_party/fmt' 2025-12-04T09:53:10.5046109Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:53:10.5204029Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:53:10.5816441Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:53:10.5974144Z Entering 'third_party/gloo' 2025-12-04T09:53:10.6570930Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:53:10.6733563Z Entering 'third_party/googletest' 2025-12-04T09:53:10.7321078Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:53:10.7473960Z Entering 'third_party/ideep' 2025-12-04T09:53:10.8081366Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:53:10.8220460Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:53:10.8829651Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:53:10.9011639Z Entering 'third_party/ittapi' 2025-12-04T09:53:10.9602184Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:53:10.9766193Z Entering 'third_party/kineto' 2025-12-04T09:53:11.0420465Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:53:11.0562296Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:53:11.1225358Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:53:11.1362751Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:53:11.1978428Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:53:11.2167371Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:53:11.2783301Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:53:11.2939554Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:53:11.3533481Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:53:11.3707666Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:53:11.4324161Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:53:11.4458022Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:53:11.5054925Z file:C:/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-12-04T09:53:11.5231103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:53:11.5831551Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:53:11.5987706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:11.6613595Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:53:11.6795740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:11.7477188Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:53:11.7637532Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:11.8304846Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:53:11.8459806Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:11.9068123Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:53:11.9265624Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:11.9903238Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:53:12.0056463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:12.0738065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:53:12.0939543Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:12.1574058Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:53:12.1740862Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:12.2344196Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:53:12.2549008Z Entering 'third_party/kleidiai' 2025-12-04T09:53:12.3144191Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:53:12.3308103Z Entering 'third_party/mimalloc' 2025-12-04T09:53:12.3933165Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:53:12.4096705Z Entering 'third_party/nlohmann' 2025-12-04T09:53:12.4699064Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:53:12.4867971Z Entering 'third_party/onnx' 2025-12-04T09:53:12.5458869Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:53:12.5670306Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:12.6278801Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:53:12.6470373Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:12.7119500Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:53:12.7273967Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:12.7965130Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:53:12.8117235Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:12.8729876Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:53:12.8880370Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:12.9476319Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:53:12.9632478Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:13.0261338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:53:13.0394291Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:13.1009483Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:53:13.1160355Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:13.1819132Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:53:13.1970075Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:13.2572366Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:53:13.2715008Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:13.3312052Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:53:13.3476380Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:13.4097401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:53:13.4299433Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:13.4951707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:53:13.5167102Z Entering 'third_party/pocketfft' 2025-12-04T09:53:13.5770763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:53:13.5936092Z Entering 'third_party/protobuf' 2025-12-04T09:53:13.6629915Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:53:13.6772063Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:13.7426152Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:53:13.7578225Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:13.8188002Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:53:13.8457393Z Entering 'third_party/psimd' 2025-12-04T09:53:13.9050565Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:53:13.9208154Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:13.9840390Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:53:13.9990450Z Entering 'third_party/pybind11' 2025-12-04T09:53:14.0579905Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:53:14.0732606Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:14.1329181Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:53:14.1485071Z Entering 'third_party/sleef' 2025-12-04T09:53:14.2063516Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:53:14.2216944Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:14.2802515Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:53:14.2958944Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:14.3550948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:53:14.3705704Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:14.4322951Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:53:14.4484618Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:14.5082326Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:53:14.5240163Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:14.5929294Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:53:14.6076134Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:14.6661950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:53:14.7425532Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-12-04T09:53:15.1483653Z Entering 'android/libs/fbjni' 2025-12-04T09:53:15.1977903Z Entering 'third_party/FP16' 2025-12-04T09:53:15.2420223Z Entering 'third_party/FXdiv' 2025-12-04T09:53:15.2837893Z Entering 'third_party/NNPACK' 2025-12-04T09:53:15.3255839Z Entering 'third_party/NVTX' 2025-12-04T09:53:15.3666373Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:53:15.4086030Z Entering 'third_party/XNNPACK' 2025-12-04T09:53:15.4511153Z Entering 'third_party/aiter' 2025-12-04T09:53:15.4912773Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:53:15.5346529Z Entering 'third_party/benchmark' 2025-12-04T09:53:15.5749325Z Entering 'third_party/composable_kernel' 2025-12-04T09:53:15.6164238Z Entering 'third_party/cpp-httplib' 2025-12-04T09:53:15.6576281Z Entering 'third_party/cpuinfo' 2025-12-04T09:53:15.6993114Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:53:15.7436762Z Entering 'third_party/cutlass' 2025-12-04T09:53:15.7867886Z Entering 'third_party/fbgemm' 2025-12-04T09:53:15.8273200Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:53:15.8687554Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:53:15.9122397Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:53:15.9546666Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:53:16.0009358Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:53:16.0415297Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:53:16.0982439Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:53:16.1441092Z Entering 'third_party/flash-attention' 2025-12-04T09:53:16.1864518Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:53:16.2322380Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:53:16.2788534Z Entering 'third_party/flatbuffers' 2025-12-04T09:53:16.3213192Z Entering 'third_party/fmt' 2025-12-04T09:53:16.3645224Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:53:16.4126485Z Entering 'third_party/gloo' 2025-12-04T09:53:16.4549520Z Entering 'third_party/googletest' 2025-12-04T09:53:16.5008627Z Entering 'third_party/ideep' 2025-12-04T09:53:16.5422067Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:53:16.5878330Z Entering 'third_party/ittapi' 2025-12-04T09:53:16.6367131Z Entering 'third_party/kineto' 2025-12-04T09:53:16.6777380Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:53:16.7236251Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:53:16.7675402Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:53:16.8106586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:53:16.8520962Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:53:16.8937954Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:53:16.9420205Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:53:16.9852305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:17.0292210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:17.0752973Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:17.1182121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:17.1649250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:17.2162564Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:17.2649422Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:17.3163853Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:17.3610007Z Entering 'third_party/kleidiai' 2025-12-04T09:53:17.4032207Z Entering 'third_party/mimalloc' 2025-12-04T09:53:17.4476984Z Entering 'third_party/nlohmann' 2025-12-04T09:53:17.4903148Z Entering 'third_party/onnx' 2025-12-04T09:53:17.5353891Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:17.5822804Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:17.6232698Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:17.6663077Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:17.7090807Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:17.7512306Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:17.7932759Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:17.8368028Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:17.8796857Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:17.9237474Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:17.9670858Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:18.0224359Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:18.0710755Z Entering 'third_party/pocketfft' 2025-12-04T09:53:18.1127850Z Entering 'third_party/protobuf' 2025-12-04T09:53:18.1547557Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:18.1958606Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:18.2384610Z Entering 'third_party/psimd' 2025-12-04T09:53:18.2875501Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:18.3297601Z Entering 'third_party/pybind11' 2025-12-04T09:53:18.3718750Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:18.4133171Z Entering 'third_party/sleef' 2025-12-04T09:53:18.4538698Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:18.4945835Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:18.5382663Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:18.5810430Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:18.6246556Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:18.6658069Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:18.7301012Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-12-04T09:53:19.1353295Z Entering 'android/libs/fbjni' 2025-12-04T09:53:19.1780865Z Entering 'third_party/FP16' 2025-12-04T09:53:19.2214538Z Entering 'third_party/FXdiv' 2025-12-04T09:53:19.2622984Z Entering 'third_party/NNPACK' 2025-12-04T09:53:19.3040909Z Entering 'third_party/NVTX' 2025-12-04T09:53:19.3454594Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:53:19.3878142Z Entering 'third_party/XNNPACK' 2025-12-04T09:53:19.4314314Z Entering 'third_party/aiter' 2025-12-04T09:53:19.4717707Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:53:19.5181866Z Entering 'third_party/benchmark' 2025-12-04T09:53:19.5594404Z Entering 'third_party/composable_kernel' 2025-12-04T09:53:19.6016282Z Entering 'third_party/cpp-httplib' 2025-12-04T09:53:19.6415010Z Entering 'third_party/cpuinfo' 2025-12-04T09:53:19.6856137Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:53:19.7278148Z Entering 'third_party/cutlass' 2025-12-04T09:53:19.7765149Z Entering 'third_party/fbgemm' 2025-12-04T09:53:19.8160066Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:53:19.8632747Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:53:19.9120833Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:53:19.9532539Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:53:19.9960835Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:53:20.0431253Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:53:20.0878961Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:53:20.1370947Z Entering 'third_party/flash-attention' 2025-12-04T09:53:20.1820051Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:53:20.2261610Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:53:20.2724642Z Entering 'third_party/flatbuffers' 2025-12-04T09:53:20.3122692Z Entering 'third_party/fmt' 2025-12-04T09:53:20.3530156Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:53:20.4001155Z Entering 'third_party/gloo' 2025-12-04T09:53:20.4431428Z Entering 'third_party/googletest' 2025-12-04T09:53:20.4879039Z Entering 'third_party/ideep' 2025-12-04T09:53:20.5269037Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:53:20.5807967Z Entering 'third_party/ittapi' 2025-12-04T09:53:20.6276627Z Entering 'third_party/kineto' 2025-12-04T09:53:20.6667325Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:53:20.7097033Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:53:20.7519808Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:53:20.7948064Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:53:20.8424822Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:53:20.8849280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:53:20.9332106Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:53:20.9754452Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:21.0219375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:21.0646037Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:21.1073290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:21.1535422Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:21.1969466Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:21.2438694Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:21.2866797Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:21.3310237Z Entering 'third_party/kleidiai' 2025-12-04T09:53:21.3747520Z Entering 'third_party/mimalloc' 2025-12-04T09:53:21.4155612Z Entering 'third_party/nlohmann' 2025-12-04T09:53:21.4620039Z Entering 'third_party/onnx' 2025-12-04T09:53:21.5063942Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:21.5498662Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:21.5914709Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:21.6337736Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:21.6755439Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:21.7164909Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:21.7633878Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:21.8065229Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:21.8541965Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:21.8937560Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:21.9360602Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:21.9808105Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:22.0300490Z Entering 'third_party/pocketfft' 2025-12-04T09:53:22.0807249Z Entering 'third_party/protobuf' 2025-12-04T09:53:22.1260018Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:22.1669236Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:22.2210357Z Entering 'third_party/psimd' 2025-12-04T09:53:22.2638498Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:22.3065996Z Entering 'third_party/pybind11' 2025-12-04T09:53:22.3487180Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:22.3918053Z Entering 'third_party/sleef' 2025-12-04T09:53:22.4327540Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:22.4731868Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:22.5177356Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:22.5672335Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:22.6097490Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:22.6605228Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:22.7172989Z ##[endgroup] 2025-12-04T09:53:22.7505290Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-12-04T09:53:22.7726220Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:53:22.8008378Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T09:53:22.8008709Z cd "${GITHUB_WORKSPACE}" 2025-12-04T09:53:22.8009095Z # Clean stale submodule dirs 2025-12-04T09:53:22.8009658Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T09:53:22.8010017Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T09:53:22.8010407Z else 2025-12-04T09:53:22.8010694Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T09:53:22.8011034Z fi 2025-12-04T09:53:22.8032285Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:22.8032729Z env: 2025-12-04T09:53:22.8032925Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:22.8033158Z NO_SUDO: true 2025-12-04T09:53:22.8033351Z ##[endgroup] 2025-12-04T09:53:23.2377518Z Entering 'android/libs/fbjni' 2025-12-04T09:53:23.2607971Z Entering 'third_party/FP16' 2025-12-04T09:53:23.2837002Z Entering 'third_party/FXdiv' 2025-12-04T09:53:23.3068754Z Entering 'third_party/NNPACK' 2025-12-04T09:53:23.3299697Z Entering 'third_party/NVTX' 2025-12-04T09:53:23.3648666Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:53:23.3877179Z Entering 'third_party/XNNPACK' 2025-12-04T09:53:23.4314025Z Entering 'third_party/aiter' 2025-12-04T09:53:23.4630630Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:53:23.5083831Z Entering 'third_party/benchmark' 2025-12-04T09:53:23.5342087Z Entering 'third_party/composable_kernel' 2025-12-04T09:53:23.5798508Z Entering 'third_party/cpp-httplib' 2025-12-04T09:53:23.6076610Z Entering 'third_party/cpuinfo' 2025-12-04T09:53:23.6315941Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:53:23.6551950Z Entering 'third_party/cutlass' 2025-12-04T09:53:23.6945153Z Entering 'third_party/fbgemm' 2025-12-04T09:53:23.7237986Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:53:23.7477736Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:53:23.8012964Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:53:23.8243790Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:53:23.8640358Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:53:23.8871102Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:53:23.9113151Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:53:23.9386702Z Entering 'third_party/flash-attention' 2025-12-04T09:53:23.9627831Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:53:24.0060948Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:53:24.0492261Z Entering 'third_party/flatbuffers' 2025-12-04T09:53:24.0827608Z Entering 'third_party/fmt' 2025-12-04T09:53:24.1057566Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:53:24.1326322Z Entering 'third_party/gloo' 2025-12-04T09:53:24.1554959Z Entering 'third_party/googletest' 2025-12-04T09:53:24.1789647Z Entering 'third_party/ideep' 2025-12-04T09:53:24.1994099Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:53:24.2394723Z Entering 'third_party/ittapi' 2025-12-04T09:53:24.2686375Z Entering 'third_party/kineto' 2025-12-04T09:53:24.2913963Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:53:24.3153718Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:53:24.3425357Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:53:24.3664189Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:53:24.3887245Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:53:24.4105492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:53:24.4345982Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:53:24.4619237Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:53:24.4846669Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:53:24.5100074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:53:24.5320459Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:53:24.5600236Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:24.5882559Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:24.6189023Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:53:24.6421915Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:53:24.6682202Z Entering 'third_party/kleidiai' 2025-12-04T09:53:24.6921846Z Entering 'third_party/mimalloc' 2025-12-04T09:53:24.7189933Z Entering 'third_party/nlohmann' 2025-12-04T09:53:24.7452885Z Entering 'third_party/onnx' 2025-12-04T09:53:24.8601119Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:53:24.8863524Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:53:24.9175950Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:53:24.9396829Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:53:24.9703466Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:53:24.9926695Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:53:25.0190177Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:53:25.0422575Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:53:25.0663571Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:53:25.0874323Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:53:25.1161615Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:53:25.1411361Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:53:25.2453969Z Entering 'third_party/pocketfft' 2025-12-04T09:53:25.2686415Z Entering 'third_party/protobuf' 2025-12-04T09:53:25.3014092Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:53:25.3242499Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:53:25.3523509Z Entering 'third_party/psimd' 2025-12-04T09:53:25.3737621Z Entering 'third_party/pthreadpool' 2025-12-04T09:53:25.3955854Z Entering 'third_party/pybind11' 2025-12-04T09:53:25.4203614Z Entering 'third_party/python-peachpy' 2025-12-04T09:53:25.4423279Z Entering 'third_party/sleef' 2025-12-04T09:53:25.4685624Z Entering 'third_party/tensorpipe' 2025-12-04T09:53:25.4899845Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:53:25.5148701Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:53:25.5376341Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:53:25.5619287Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:53:25.5826865Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:53:25.6370554Z Prepare all required actions 2025-12-04T09:53:25.6455300Z ##[group]Run ./.github/actions/setup-win 2025-12-04T09:53:25.6455603Z with: 2025-12-04T09:53:25.6455805Z cuda-version: cpu 2025-12-04T09:53:25.6456031Z python-version: 3.10 2025-12-04T09:53:25.6456257Z env: 2025-12-04T09:53:25.6456442Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:25.6456688Z ##[endgroup] 2025-12-04T09:53:25.6552657Z ##[group]Run set -euo pipefail 2025-12-04T09:53:25.6552964Z set -euo pipefail 2025-12-04T09:53:25.6553221Z function get_ec2_metadata() { 2025-12-04T09:53:25.6553558Z  # Pulled from instance metadata endpoint for EC2 2025-12-04T09:53:25.6554171Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-12-04T09:53:25.6554701Z  category=$1 2025-12-04T09:53:25.6555596Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-12-04T09:53:25.6556819Z } 2025-12-04T09:53:25.6557055Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-12-04T09:53:25.6557467Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-12-04T09:53:25.6557918Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-12-04T09:53:25.6558315Z echo "system info $(uname -a)" 2025-12-04T09:53:25.6581693Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:25.6582223Z env: 2025-12-04T09:53:25.6582409Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:25.6582644Z ##[endgroup] 2025-12-04T09:53:25.7180340Z ami-id: ami-09330720cd2f262ab 2025-12-04T09:53:25.7652802Z instance-id: i-0c04d36538cafeae6 2025-12-04T09:53:25.8040224Z instance-type: c5d.4xlarge 2025-12-04T09:53:25.8283009Z system info MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys 2025-12-04T09:53:25.8384916Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-12-04T09:53:25.8385871Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-12-04T09:53:25.8403081Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T09:53:25.8403533Z env: 2025-12-04T09:53:25.8403726Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:25.8403949Z ##[endgroup] 2025-12-04T09:53:26.2502145Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T09:53:26.2580345Z Finished 2025-12-04T09:53:26.2895708Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-12-04T09:53:26.2896199Z # Windows conda is baked into the AMI at this location 2025-12-04T09:53:26.2896630Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-12-04T09:53:26.2896970Z  2025-12-04T09:53:26.2897154Z { 2025-12-04T09:53:26.2897348Z  echo "CONDA=${CONDA}"; 2025-12-04T09:53:26.2897684Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-12-04T09:53:26.2898083Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-12-04T09:53:26.2898424Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-12-04T09:53:26.2898733Z } >> "${GITHUB_ENV}" 2025-12-04T09:53:26.2919279Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:26.2930705Z env: 2025-12-04T09:53:26.2930955Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:26.2931207Z ##[endgroup] 2025-12-04T09:53:26.3229089Z ##[group]Run set +e 2025-12-04T09:53:26.3229359Z set +e 2025-12-04T09:53:26.3229555Z set -x 2025-12-04T09:53:26.3229757Z  2025-12-04T09:53:26.3229995Z # Create new py_tmp env with python-version 2025-12-04T09:53:26.3232404Z ${CONDA} create -y -n py_tmp python=${PYTHON_VERSION} intel-openmp libuv 2025-12-04T09:53:26.3232978Z  2025-12-04T09:53:26.3233323Z PYTHON3=$(${CONDA_RUN} -n py_tmp which python3) 2025-12-04T09:53:26.3233675Z EXIT_CODE=$? 2025-12-04T09:53:26.3233880Z  2025-12-04T09:53:26.3234180Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-12-04T09:53:26.3234578Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-12-04T09:53:26.3235044Z  2025-12-04T09:53:26.3235246Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-12-04T09:53:26.3235676Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-12-04T09:53:26.3235976Z else 2025-12-04T09:53:26.3236502Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-12-04T09:53:26.3237304Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-12-04T09:53:26.3238074Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-12-04T09:53:26.3238890Z  # needed. In both cases, Python binary is just called python 2025-12-04T09:53:26.3239414Z  PYTHON=$(${CONDA_RUN} -n py_tmp which python) 2025-12-04T09:53:26.3239732Z  EXIT_CODE=$? 2025-12-04T09:53:26.3240034Z  2025-12-04T09:53:26.3240227Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-12-04T09:53:26.3240772Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-12-04T09:53:26.3241194Z  2025-12-04T09:53:26.3241463Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-12-04T09:53:26.3241993Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-12-04T09:53:26.3242456Z  # here pointing to Python 2025-12-04T09:53:26.3242763Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-12-04T09:53:26.3243027Z  2025-12-04T09:53:26.3243237Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-12-04T09:53:26.3243571Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-12-04T09:53:26.3243877Z  else 2025-12-04T09:53:26.3244112Z  echo "Found no Python using ${CONDA_RUN}" 2025-12-04T09:53:26.3244424Z  fi 2025-12-04T09:53:26.3244610Z fi 2025-12-04T09:53:26.3267370Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:26.3267907Z env: 2025-12-04T09:53:26.3268095Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:26.3268461Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:53:26.3268909Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:53:26.3269523Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:53:26.3270274Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:53:26.3270718Z PYTHON_VERSION: 3.10 2025-12-04T09:53:26.3270951Z ##[endgroup] 2025-12-04T09:53:26.3468675Z + 'C:\Jenkins\Miniconda3\condabin\conda.bat' create -y -n py_tmp python=3.10 intel-openmp libuv 2025-12-04T09:53:33.8604770Z Collecting package metadata (current_repodata.json): ...working... done 2025-12-04T09:53:33.9363233Z Solving environment: ...working... done 2025-12-04T09:53:34.2892548Z 2025-12-04T09:53:34.2892562Z 2025-12-04T09:53:34.2892888Z ==> WARNING: A newer version of conda exists. <== 2025-12-04T09:53:34.2893259Z current version: 22.9.0 2025-12-04T09:53:34.2893506Z latest version: 25.11.0 2025-12-04T09:53:34.2893658Z 2025-12-04T09:53:34.2893755Z Please update conda by running 2025-12-04T09:53:34.2893924Z 2025-12-04T09:53:34.2894053Z $ conda update -n base -c defaults conda 2025-12-04T09:53:34.2894274Z 2025-12-04T09:53:34.2894282Z 2025-12-04T09:53:34.4820537Z 2025-12-04T09:53:34.4820904Z ## Package Plan ## 2025-12-04T09:53:34.4821976Z 2025-12-04T09:53:34.4822168Z environment location: C:\Jenkins\Miniconda3\envs\py_tmp 2025-12-04T09:53:34.4822472Z 2025-12-04T09:53:34.4822600Z added / updated specs: 2025-12-04T09:53:34.4822909Z - intel-openmp 2025-12-04T09:53:34.4823213Z - libuv 2025-12-04T09:53:34.4823393Z - python=3.10 2025-12-04T09:53:34.4823540Z 2025-12-04T09:53:34.4823544Z 2025-12-04T09:53:34.4823657Z The following packages will be downloaded: 2025-12-04T09:53:34.4823873Z 2025-12-04T09:53:34.4823993Z package | build 2025-12-04T09:53:34.4824309Z ---------------------------|----------------- 2025-12-04T09:53:34.4824695Z ca-certificates-2025.12.2 | haa95532_0 125 KB 2025-12-04T09:53:34.4825102Z expat-2.7.3 | h9214b88_0 134 KB 2025-12-04T09:53:34.4825508Z intel-openmp-2025.0.0 | haa95532_1164 2.1 MB 2025-12-04T09:53:34.4825917Z libffi-3.4.4 | hd77b12b_1 122 KB 2025-12-04T09:53:34.4826302Z libzlib-1.3.1 | h02ab6af_0 64 KB 2025-12-04T09:53:34.4826835Z openssl-3.0.18 | h543e019_0 6.8 MB 2025-12-04T09:53:34.4827220Z pip-25.3 | pyhc872135_0 1.1 MB 2025-12-04T09:53:34.4827583Z python-3.10.19 | h981015d_0 15.3 MB 2025-12-04T09:53:34.4827974Z setuptools-80.9.0 | py310haa95532_0 1.4 MB 2025-12-04T09:53:34.4828368Z sqlite-3.51.0 | hda9a48d_0 917 KB 2025-12-04T09:53:34.4828722Z tk-8.6.15 | hf199647_0 3.5 MB 2025-12-04T09:53:34.4829087Z tzdata-2025b | h04d1e81_0 116 KB 2025-12-04T09:53:34.4829435Z vc-14.3 | h2df5915_10 19 KB 2025-12-04T09:53:34.4829781Z wheel-0.45.1 | py310haa95532_0 145 KB 2025-12-04T09:53:34.4830124Z xz-5.6.4 | h4754444_1 280 KB 2025-12-04T09:53:34.4830470Z zlib-1.3.1 | h02ab6af_0 113 KB 2025-12-04T09:53:34.4830819Z ------------------------------------------------------------ 2025-12-04T09:53:34.4831141Z Total: 32.3 MB 2025-12-04T09:53:34.4831351Z 2025-12-04T09:53:34.4831485Z The following NEW packages will be INSTALLED: 2025-12-04T09:53:34.4831714Z 2025-12-04T09:53:34.4837433Z bzip2 pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_6 None 2025-12-04T09:53:34.4837991Z ca-certificates pkgs/main/win-64::ca-certificates-2025.12.2-haa95532_0 None 2025-12-04T09:53:34.4838509Z expat pkgs/main/win-64::expat-2.7.3-h9214b88_0 None 2025-12-04T09:53:34.4838989Z intel-openmp pkgs/main/win-64::intel-openmp-2025.0.0-haa95532_1164 None 2025-12-04T09:53:34.4839496Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_1 None 2025-12-04T09:53:34.4839927Z libuv pkgs/main/win-64::libuv-1.48.0-h827c3e9_0 None 2025-12-04T09:53:34.4840366Z libzlib pkgs/main/win-64::libzlib-1.3.1-h02ab6af_0 None 2025-12-04T09:53:34.4840802Z openssl pkgs/main/win-64::openssl-3.0.18-h543e019_0 None 2025-12-04T09:53:34.4841212Z pip pkgs/main/noarch::pip-25.3-pyhc872135_0 None 2025-12-04T09:53:34.4841621Z python pkgs/main/win-64::python-3.10.19-h981015d_0 None 2025-12-04T09:53:34.4842092Z setuptools pkgs/main/win-64::setuptools-80.9.0-py310haa95532_0 None 2025-12-04T09:53:34.4842584Z sqlite pkgs/main/win-64::sqlite-3.51.0-hda9a48d_0 None 2025-12-04T09:53:34.4842969Z tk pkgs/main/win-64::tk-8.6.15-hf199647_0 None 2025-12-04T09:53:34.4843363Z tzdata pkgs/main/noarch::tzdata-2025b-h04d1e81_0 None 2025-12-04T09:53:34.4843787Z ucrt pkgs/main/win-64::ucrt-10.0.22621.0-haa95532_0 None 2025-12-04T09:53:34.4844170Z vc pkgs/main/win-64::vc-14.3-h2df5915_10 None 2025-12-04T09:53:34.4844789Z vc14_runtime pkgs/main/win-64::vc14_runtime-14.44.35208-h4927774_10 None 2025-12-04T09:53:34.4845336Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.44.35208-ha6b5a95_10 None 2025-12-04T09:53:34.4845843Z wheel pkgs/main/win-64::wheel-0.45.1-py310haa95532_0 None 2025-12-04T09:53:34.4846245Z xz pkgs/main/win-64::xz-5.6.4-h4754444_1 None 2025-12-04T09:53:34.4846624Z zlib pkgs/main/win-64::zlib-1.3.1-h02ab6af_0 None 2025-12-04T09:53:34.4846893Z 2025-12-04T09:53:34.4846898Z 2025-12-04T09:53:34.4846915Z 2025-12-04T09:53:34.4847022Z Downloading and Extracting Packages 2025-12-04T09:53:34.4847209Z 2025-12-04T09:53:34.5620094Z vc-14.3 | 19 KB | | 0% 2025-12-04T09:53:34.5621582Z vc-14.3 | 19 KB | ########## | 100% 2025-12-04T09:53:34.5621820Z 2025-12-04T09:53:35.4170363Z setuptools-80.9.0 | 1.4 MB | | 0% 2025-12-04T09:53:35.4173171Z setuptools-80.9.0 | 1.4 MB | ########## | 100% 2025-12-04T09:53:35.4175912Z setuptools-80.9.0 | 1.4 MB | ########## | 100% 2025-12-04T09:53:35.4176154Z 2025-12-04T09:53:35.7161625Z libffi-3.4.4 | 122 KB | | 0% 2025-12-04T09:53:35.7164993Z libffi-3.4.4 | 122 KB | ########## | 100% 2025-12-04T09:53:35.7167225Z libffi-3.4.4 | 122 KB | ########## | 100% 2025-12-04T09:53:35.7167457Z 2025-12-04T09:53:36.7813686Z tk-8.6.15 | 3.5 MB | | 0% 2025-12-04T09:53:36.7817768Z tk-8.6.15 | 3.5 MB | ########## | 100% 2025-12-04T09:53:36.7820146Z tk-8.6.15 | 3.5 MB | ########## | 100% 2025-12-04T09:53:36.7820369Z 2025-12-04T09:53:36.8482125Z ca-certificates-2025 | 125 KB | | 0% 2025-12-04T09:53:36.8483564Z ca-certificates-2025 | 125 KB | ########## | 100% 2025-12-04T09:53:36.8483815Z 2025-12-04T09:53:36.9398570Z sqlite-3.51.0 | 917 KB | | 0% 2025-12-04T09:53:36.9400197Z sqlite-3.51.0 | 917 KB | ########## | 100% 2025-12-04T09:53:36.9400454Z 2025-12-04T09:53:37.0101194Z zlib-1.3.1 | 113 KB | | 0% 2025-12-04T09:53:37.0102511Z zlib-1.3.1 | 113 KB | ########## | 100% 2025-12-04T09:53:37.0102752Z 2025-12-04T09:53:37.0973050Z python-3.10.19 | 15.3 MB | | 0% 2025-12-04T09:53:39.8737141Z python-3.10.19 | 15.3 MB | ###2 | 32% 2025-12-04T09:53:39.8740517Z python-3.10.19 | 15.3 MB | ########## | 100% 2025-12-04T09:53:39.8742798Z python-3.10.19 | 15.3 MB | ########## | 100% 2025-12-04T09:53:39.8743038Z 2025-12-04T09:53:39.9930751Z xz-5.6.4 | 280 KB | | 0% 2025-12-04T09:53:39.9935008Z xz-5.6.4 | 280 KB | ########## | 100% 2025-12-04T09:53:39.9936275Z xz-5.6.4 | 280 KB | ########## | 100% 2025-12-04T09:53:39.9936499Z 2025-12-04T09:53:40.5665433Z tzdata-2025b | 116 KB | | 0% 2025-12-04T09:53:40.5670000Z tzdata-2025b | 116 KB | ########## | 100% 2025-12-04T09:53:40.5672253Z tzdata-2025b | 116 KB | ########## | 100% 2025-12-04T09:53:40.5672511Z 2025-12-04T09:53:41.0765714Z pip-25.3 | 1.1 MB | | 0% 2025-12-04T09:53:41.0768880Z pip-25.3 | 1.1 MB | ########## | 100% 2025-12-04T09:53:41.0771061Z pip-25.3 | 1.1 MB | ########## | 100% 2025-12-04T09:53:41.0771286Z 2025-12-04T09:53:41.2369247Z intel-openmp-2025.0. | 2.1 MB | | 0% 2025-12-04T09:53:41.2372807Z intel-openmp-2025.0. | 2.1 MB | ########## | 100% 2025-12-04T09:53:41.2374628Z intel-openmp-2025.0. | 2.1 MB | ########## | 100% 2025-12-04T09:53:41.2374870Z 2025-12-04T09:53:41.3689813Z wheel-0.45.1 | 145 KB | | 0% 2025-12-04T09:53:41.3693319Z wheel-0.45.1 | 145 KB | ########## | 100% 2025-12-04T09:53:41.3695310Z wheel-0.45.1 | 145 KB | ########## | 100% 2025-12-04T09:53:41.3695543Z 2025-12-04T09:53:41.4525505Z expat-2.7.3 | 134 KB | | 0% 2025-12-04T09:53:41.4526844Z expat-2.7.3 | 134 KB | ########## | 100% 2025-12-04T09:53:41.4527090Z 2025-12-04T09:53:41.5151191Z libzlib-1.3.1 | 64 KB | | 0% 2025-12-04T09:53:41.5152672Z libzlib-1.3.1 | 64 KB | ########## | 100% 2025-12-04T09:53:41.5152918Z 2025-12-04T09:53:41.6215388Z openssl-3.0.18 | 6.8 MB | | 0% 2025-12-04T09:53:41.9310339Z openssl-3.0.18 | 6.8 MB | #########5 | 95% 2025-12-04T09:53:41.9312715Z openssl-3.0.18 | 6.8 MB | ########## | 100% 2025-12-04T09:53:42.1903856Z Preparing transaction: ...working... done 2025-12-04T09:53:43.5862379Z Verifying transaction: ...working... done 2025-12-04T09:53:48.6518694Z Executing transaction: ...working... done 2025-12-04T09:53:48.6654558Z # 2025-12-04T09:53:48.6654806Z # To activate this environment, use 2025-12-04T09:53:48.6655113Z # 2025-12-04T09:53:48.6655286Z # $ conda activate py_tmp 2025-12-04T09:53:48.6655753Z # 2025-12-04T09:53:48.6655948Z # To deactivate an active environment, use 2025-12-04T09:53:48.6656221Z # 2025-12-04T09:53:48.6656388Z # $ conda deactivate 2025-12-04T09:53:48.6656543Z 2025-12-04T09:53:48.7376636Z Retrieving notices: ...working... done 2025-12-04T09:53:49.0333898Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output -n py_tmp which python3 2025-12-04T09:53:50.8686489Z which: no python3 in (/c/Jenkins/Miniconda3/envs/py_tmp:/c/Jenkins/Miniconda3/envs/py_tmp/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/py_tmp/Library/usr/bin:/c/Jenkins/Miniconda3/envs/py_tmp/Library/bin:/c/Jenkins/Miniconda3/envs/py_tmp/Scripts:/c/Jenkins/Miniconda3/envs/py_tmp/bin:/c/Jenkins/Miniconda3/condabin:/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.0/bin/x64:/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.0/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Program Files/NVIDIA Corporation/Nsight Compute 2025.3.0:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-12-04T09:53:50.8715173Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-12-04T09:53:50.9456590Z + PYTHON3= 2025-12-04T09:53:50.9456830Z + EXIT_CODE=1 2025-12-04T09:53:50.9457283Z + [[ 1 == \0 ]] 2025-12-04T09:53:50.9522675Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output -n py_tmp which python 2025-12-04T09:53:52.6789164Z + PYTHON=/c/Jenkins/Miniconda3/envs/py_tmp/python 2025-12-04T09:53:52.6789534Z + EXIT_CODE=0 2025-12-04T09:53:52.6789727Z + [[ 0 == \0 ]] 2025-12-04T09:53:52.6790234Z + echo 'Found Python at /c/Jenkins/Miniconda3/envs/py_tmp/python, set Python3 alias and add it into GITHUB_PATH' 2025-12-04T09:53:52.6791062Z Found Python at /c/Jenkins/Miniconda3/envs/py_tmp/python, set Python3 alias and add it into GITHUB_PATH 2025-12-04T09:53:52.6914223Z ++ echo /c/Jenkins/Miniconda3/envs/py_tmp/python 2025-12-04T09:53:52.6970028Z ++ sed s/python/python3/ 2025-12-04T09:53:52.7040606Z + PYTHON3=/c/Jenkins/Miniconda3/envs/py_tmp/python3 2025-12-04T09:53:52.7041413Z + ln -s /c/Jenkins/Miniconda3/envs/py_tmp/python /c/Jenkins/Miniconda3/envs/py_tmp/python3 2025-12-04T09:53:52.7234620Z ++ dirname /c/Jenkins/Miniconda3/envs/py_tmp/python 2025-12-04T09:53:52.7317308Z + PYTHON_PATH=/c/Jenkins/Miniconda3/envs/py_tmp 2025-12-04T09:53:52.7317674Z + echo /c/Jenkins/Miniconda3/envs/py_tmp 2025-12-04T09:53:52.7675490Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-12-04T09:53:52.7676107Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-12-04T09:53:52.7677172Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-12-04T09:53:52.7703845Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:52.7704542Z env: 2025-12-04T09:53:52.7704831Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:52.7705291Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:53:52.7705945Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:53:52.7706697Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:53:52.7707174Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:53:52.7707543Z ##[endgroup] 2025-12-04T09:53:52.8592995Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-12-04T09:53:52.8593974Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-12-04T09:53:52.8594781Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-12-04T09:53:52.8595396Z # that it doesn't interfere 2025-12-04T09:53:52.8595851Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-12-04T09:53:52.8612859Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T09:53:52.8613318Z env: 2025-12-04T09:53:52.8613517Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:52.8613799Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:53:52.8614241Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:53:52.8614772Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:53:52.8615245Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:53:52.8615652Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:53:52.8615940Z ##[endgroup] 2025-12-04T09:53:53.2035457Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T09:53:53.2090246Z Finished 2025-12-04T09:53:53.7052564Z ##[group]Run choco install handle -y 2025-12-04T09:53:53.7052884Z choco install handle -y 2025-12-04T09:53:53.7053162Z handle C:\actions-runner\_work\ 2025-12-04T09:53:53.7070981Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T09:53:53.7071452Z env: 2025-12-04T09:53:53.7071631Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:53.7071920Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:53:53.7072369Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:53:53.7072886Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:53:53.7073367Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:53:53.7073754Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:53:53.7074048Z ##[endgroup] 2025-12-04T09:53:54.1064872Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T09:53:54.1128346Z Finished 2025-12-04T09:53:55.1036473Z Chocolatey v2.5.0 2025-12-04T09:53:55.2698789Z Installing the following packages: 2025-12-04T09:53:55.2704016Z handle 2025-12-04T09:53:55.2708050Z By installing, you accept licenses for the packages. 2025-12-04T09:53:56.2780775Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-12-04T09:53:56.3917887Z 2025-12-04T09:53:56.3918971Z Progress: Downloading Handle 5.0... 15% 2025-12-04T09:53:56.3919472Z Progress: Downloading Handle 5.0... 45% 2025-12-04T09:53:56.3920018Z Progress: Downloading Handle 5.0... 75% 2025-12-04T09:53:56.3920335Z Progress: Downloading Handle 5.0... 100% 2025-12-04T09:53:56.5662520Z 2025-12-04T09:53:56.5662920Z handle v5.0.0 [Approved] 2025-12-04T09:53:56.5874047Z handle package files install completed. Performing other installation steps. 2025-12-04T09:53:57.5960630Z Downloading Handle 2025-12-04T09:53:57.5961137Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-12-04T09:53:57.6969529Z 2025-12-04T09:53:57.6986989Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-12-04T09:53:57.7001477Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-12-04T09:53:57.7018242Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-12-04T09:53:57.7037459Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-12-04T09:53:57.7042319Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-12-04T09:53:57.7048642Z Download of Handle.zip (729.82 KB) completed. 2025-12-04T09:54:00.7964416Z Hashes match. 2025-12-04T09:54:00.8246228Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-12-04T09:54:00.9922845Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-12-04T09:54:00.9975701Z HKEY_CURRENT_USER\Software\Sysinternals 2025-12-04T09:54:01.0008140Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-12-04T09:54:01.3888205Z ShimGen has successfully created a shim for handle.exe 2025-12-04T09:54:01.5909673Z ShimGen has successfully created a shim for handle64.exe 2025-12-04T09:54:01.7825696Z ShimGen has successfully created a shim for handle64a.exe 2025-12-04T09:54:01.8109998Z The install of handle was successful. 2025-12-04T09:54:01.8113463Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-12-04T09:54:01.8218587Z 2025-12-04T09:54:01.8219002Z Chocolatey installed 1/1 packages. 2025-12-04T09:54:01.8219455Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-12-04T09:54:01.9610013Z 2025-12-04T09:54:01.9610308Z Nthandle v5.0 - Handle viewer 2025-12-04T09:54:01.9610637Z Copyright (C) 1997-2022 Mark Russinovich 2025-12-04T09:54:01.9610950Z Sysinternals - www.sysinternals.com 2025-12-04T09:54:01.9611141Z 2025-12-04T09:54:02.0134356Z powershell.exe pid: 2464 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:54:02.0135011Z handle.exe pid: 5744 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:54:02.0135571Z handle.exe pid: 4712 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:54:02.0136141Z handle64.exe pid: 4560 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:54:02.0476093Z Prepare all required actions 2025-12-04T09:54:02.0515640Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-12-04T09:54:02.0515966Z with: 2025-12-04T09:54:02.0516770Z github-token: *** 2025-12-04T09:54:02.0517092Z env: 2025-12-04T09:54:02.0517278Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:02.0517552Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:02.0518102Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:02.0518715Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:02.0519313Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:02.0519724Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:02.0520100Z ##[endgroup] 2025-12-04T09:54:02.0602554Z ##[group]Run set -eux 2025-12-04T09:54:02.0602803Z set -eux 2025-12-04T09:54:02.0603239Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-12-04T09:54:02.0624528Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:02.0624971Z env: 2025-12-04T09:54:02.0625154Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:02.0625439Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:02.0625891Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:02.0626432Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:02.0626920Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:02.0627337Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:02.0627950Z GITHUB_TOKEN: *** 2025-12-04T09:54:02.0628154Z ##[endgroup] 2025-12-04T09:54:02.0826663Z + python3 .github/scripts/get_workflow_job_id.py 19922768520 i-0c04d36538cafeae6 2025-12-04T09:54:04.0791946Z Setting output job-id=57120243437 2025-12-04T09:54:04.0792621Z Setting output job-name=win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:04.1120272Z ##[group]Run # Windows conda doesn't have python3 binary, only python, but it's python3 2025-12-04T09:54:04.1121108Z # Windows conda doesn't have python3 binary, only python, but it's python3 2025-12-04T09:54:04.1121849Z ${CONDA_RUN} python -m pip install psutil==5.9.8 dataclasses_json==0.6.7 nvidia-ml-py==11.525.84 2025-12-04T09:54:04.1123013Z ${CONDA_RUN} python -m tools.stats.monitor --log-interval "$MONITOR_LOG_INTERVAL" --data-collect-interval "$MONITOR_DATA_COLLECT_INTERVAL" > usage_log.txt 2>&1 & 2025-12-04T09:54:04.1124234Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:54:04.1148231Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:04.1148672Z env: 2025-12-04T09:54:04.1148866Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:04.1149164Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:04.1149651Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:04.1150173Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:04.1150653Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:04.1151051Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:04.1151338Z JOB_ID: 57120243437 2025-12-04T09:54:04.1151797Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:04.1152305Z WORKFLOW_NAME: trunk 2025-12-04T09:54:04.1152529Z WORKFLOW_RUN_ID: 19922768520 2025-12-04T09:54:04.1152888Z MONITOR_LOG_INTERVAL: 5 2025-12-04T09:54:04.1153136Z MONITOR_DATA_COLLECT_INTERVAL: 1 2025-12-04T09:54:04.1153391Z ##[endgroup] 2025-12-04T09:54:07.4684480Z Collecting psutil==5.9.8 2025-12-04T09:54:07.6836437Z Downloading psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB) 2025-12-04T09:54:07.7682089Z Collecting dataclasses_json==0.6.7 2025-12-04T09:54:07.7727455Z Downloading dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-12-04T09:54:07.8056211Z Collecting nvidia-ml-py==11.525.84 2025-12-04T09:54:07.8109973Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T09:54:07.9235724Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-12-04T09:54:07.9286031Z Downloading marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-12-04T09:54:07.9681646Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-12-04T09:54:07.9725761Z Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-12-04T09:54:07.9972488Z Requirement already satisfied: packaging>=17.0 in c:\jenkins\miniconda3\lib\site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.2) 2025-12-04T09:54:08.0176025Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T09:54:08.0244222Z Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T09:54:08.0344849Z Requirement already satisfied: typing-extensions>=3.7.4 in c:\jenkins\miniconda3\lib\site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-12-04T09:54:08.0463840Z Downloading psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB) 2025-12-04T09:54:08.1557867Z ---------------------------------------- 255.1/255.1 kB 2.2 MB/s eta 0:00:00 2025-12-04T09:54:08.1601551Z Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-12-04T09:54:08.1740189Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-12-04T09:54:08.1886000Z Downloading marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-12-04T09:54:08.2014154Z ---------------------------------------- 50.9/50.9 kB 2.7 MB/s eta 0:00:00 2025-12-04T09:54:08.2058972Z Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-12-04T09:54:08.2195064Z Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-12-04T09:54:09.1497089Z Installing collected packages: nvidia-ml-py, psutil, mypy-extensions, marshmallow, typing-inspect, dataclasses_json 2025-12-04T09:54:09.1996284Z Attempting uninstall: psutil 2025-12-04T09:54:09.1999834Z Found existing installation: psutil 5.9.1 2025-12-04T09:54:09.2104572Z Uninstalling psutil-5.9.1: 2025-12-04T09:54:09.2131065Z Successfully uninstalled psutil-5.9.1 2025-12-04T09:54:09.5996824Z Successfully installed dataclasses_json-0.6.7 marshmallow-3.26.1 mypy-extensions-1.1.0 nvidia-ml-py-11.525.84 psutil-5.9.8 typing-inspect-0.9.0 2025-12-04T09:54:10.1252064Z ##[group]Run seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6 2025-12-04T09:54:10.1252562Z with: 2025-12-04T09:54:10.1252756Z name: win-vs2022-cpu-py3 2025-12-04T09:54:10.1253004Z path: C:\19922768520\build-results 2025-12-04T09:54:10.1253271Z s3-bucket: gha-artifacts 2025-12-04T09:54:10.1253499Z region: us-east-1 2025-12-04T09:54:10.1253691Z env: 2025-12-04T09:54:10.1253884Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:10.1254145Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:10.1254598Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:10.1255114Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:10.1255600Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:10.1256002Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:10.1256296Z ##[endgroup] 2025-12-04T09:54:10.6825840Z (node:5892) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:54:10.6826451Z 2025-12-04T09:54:10.6826630Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:54:10.6827220Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:54:10.6827764Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:54:10.8164022Z Found 4 objects with prefix pytorch/pytorch/19922768520/win-vs2022-cpu-py3/ 2025-12-04T09:54:10.8170579Z Starting download (1/4): C:\19922768520\build-results\.additional_ci_files\test-class-times.json 2025-12-04T09:54:11.0898401Z Finished download (1/4): C:\19922768520\build-results\.additional_ci_files\test-class-times.json 2025-12-04T09:54:11.0899318Z Starting download (2/4): C:\19922768520\build-results\.additional_ci_files\test-times.json 2025-12-04T09:54:11.2198260Z Finished download (2/4): C:\19922768520\build-results\.additional_ci_files\test-times.json 2025-12-04T09:54:11.2203515Z Starting download (3/4): C:\19922768520\build-results\.ninja_log 2025-12-04T09:54:11.4146699Z Finished download (3/4): C:\19922768520\build-results\.ninja_log 2025-12-04T09:54:11.4147577Z Starting download (4/4): C:\19922768520\build-results\torch-2.10.0a0+gitffd9b0f-cp310-cp310-win_amd64.whl 2025-12-04T09:54:13.7670633Z Finished download (4/4): C:\19922768520\build-results\torch-2.10.0a0+gitffd9b0f-cp310-cp310-win_amd64.whl 2025-12-04T09:54:13.7681314Z Artifact download has finished successfully 2025-12-04T09:54:13.8000779Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-12-04T09:54:13.8001258Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-12-04T09:54:13.8027142Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T09:54:13.8027595Z env: 2025-12-04T09:54:13.8027790Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:13.8028067Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:13.8028544Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:13.8029075Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:13.8031511Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:13.8031915Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:13.8032206Z ##[endgroup] 2025-12-04T09:54:14.1532080Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T09:54:14.1593929Z Finished 2025-12-04T09:54:14.1746467Z Folder PATH listing 2025-12-04T09:54:14.1747449Z Volume serial number is EA7F-0099 2025-12-04T09:54:14.1747753Z C:\19922768520\BUILD-RESULTS 2025-12-04T09:54:14.1748406Z � .ninja_log 2025-12-04T09:54:14.1748777Z � torch-2.10.0a0+gitffd9b0f-cp310-cp310-win_amd64.whl 2025-12-04T09:54:14.1749126Z � 2025-12-04T09:54:14.1749353Z ����.additional_ci_files 2025-12-04T09:54:14.1749587Z test-class-times.json 2025-12-04T09:54:14.1750078Z test-times.json 2025-12-04T09:54:14.1750278Z 2025-12-04T09:54:14.1996191Z Prepare all required actions 2025-12-04T09:54:14.1996612Z Getting action download info 2025-12-04T09:54:14.3865869Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-12-04T09:54:14.7422646Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-12-04T09:54:15.1201865Z ##[group]Run ./.github/actions/download-td-artifacts 2025-12-04T09:54:15.1202207Z with: 2025-12-04T09:54:15.1202373Z env: 2025-12-04T09:54:15.1202557Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:15.1202837Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:15.1203293Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:15.1203821Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:15.1204315Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:15.1204767Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:15.1205051Z ##[endgroup] 2025-12-04T09:54:15.1307848Z ##[group]Run seemethere/download-artifact-s3@v4 2025-12-04T09:54:15.1308272Z with: 2025-12-04T09:54:15.1308456Z name: td_results 2025-12-04T09:54:15.1308659Z s3-bucket: gha-artifacts 2025-12-04T09:54:15.1308987Z region: us-east-1 2025-12-04T09:54:15.1309186Z env: 2025-12-04T09:54:15.1309373Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:15.1309738Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:15.1310270Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:15.1310814Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:15.1311376Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:15.1311861Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:15.1312142Z ##[endgroup] 2025-12-04T09:54:15.6862646Z (node:1764) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:54:15.6863145Z 2025-12-04T09:54:15.6863319Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:54:15.6863826Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:54:15.6864341Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:54:15.8034189Z Found 1 objects with prefix pytorch/pytorch/19922768520/td_results/ 2025-12-04T09:54:15.8035690Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-12-04T09:54:15.8971788Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-12-04T09:54:15.8981794Z Artifact download has finished successfully 2025-12-04T09:54:15.9243030Z ##[group]Run mkdir -p .additional_ci_files 2025-12-04T09:54:15.9243388Z mkdir -p .additional_ci_files 2025-12-04T09:54:15.9243829Z mv td_results.json .additional_ci_files/td_results.json || true 2025-12-04T09:54:15.9265511Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:15.9265946Z env: 2025-12-04T09:54:15.9266144Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:15.9266415Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:15.9266868Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:15.9267388Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:15.9267875Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:15.9268275Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:15.9268563Z ##[endgroup] 2025-12-04T09:54:16.0085587Z Prepare all required actions 2025-12-04T09:54:16.0086199Z Getting action download info 2025-12-04T09:54:16.1649721Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-12-04T09:54:16.5100925Z ##[group]Run ./.github/actions/filter-test-configs 2025-12-04T09:54:16.5101268Z with: 2025-12-04T09:54:16.5101638Z github-token: *** 2025-12-04T09:54:16.5104159Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "openreg", "shard": 1, "num_shards": 1, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}]} 2025-12-04T09:54:16.5106938Z job-name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:16.5107448Z env: 2025-12-04T09:54:16.5107633Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:16.5107903Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:16.5108370Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:16.5108909Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:16.5109382Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:16.5109781Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:16.5110065Z ##[endgroup] 2025-12-04T09:54:16.5214470Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T09:54:16.5214759Z with: 2025-12-04T09:54:16.5214960Z shell: bash 2025-12-04T09:54:16.5215160Z timeout_minutes: 10 2025-12-04T09:54:16.5215371Z max_attempts: 5 2025-12-04T09:54:16.5215581Z retry_wait_seconds: 30 2025-12-04T09:54:16.5216350Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:54:16.5217146Z polling_interval_seconds: 1 2025-12-04T09:54:16.5217402Z warning_on_retry: true 2025-12-04T09:54:16.5217629Z continue_on_error: false 2025-12-04T09:54:16.5217852Z env: 2025-12-04T09:54:16.5218024Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:16.5218298Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:16.5218748Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:16.5219399Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:16.5219995Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:16.5220395Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:16.5221025Z GITHUB_TOKEN: *** 2025-12-04T09:54:16.5221229Z ##[endgroup] 2025-12-04T09:54:16.6557769Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:54:17.7990033Z Collecting requests==2.27.1 2025-12-04T09:54:18.0554394Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-12-04T09:54:18.1937770Z Collecting pyyaml==6.0.2 2025-12-04T09:54:18.2002306Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl.metadata (2.1 kB) 2025-12-04T09:54:18.2654763Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2025-12-04T09:54:18.2697235Z Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-12-04T09:54:18.4189746Z Collecting certifi>=2017.4.17 (from requests==2.27.1) 2025-12-04T09:54:18.4236503Z Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T09:54:18.6168588Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2025-12-04T09:54:18.6214331Z Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2025-12-04T09:54:18.6640921Z Collecting idna<4,>=2.5 (from requests==2.27.1) 2025-12-04T09:54:18.6682944Z Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) 2025-12-04T09:54:18.6911502Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-12-04T09:54:18.7192209Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB) 2025-12-04T09:54:18.7613840Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-12-04T09:54:18.7748126Z Downloading idna-3.11-py3-none-any.whl (71 kB) 2025-12-04T09:54:18.7902640Z Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-12-04T09:54:18.8114921Z Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) 2025-12-04T09:54:18.8950941Z Installing collected packages: urllib3, pyyaml, idna, charset-normalizer, certifi, requests 2025-12-04T09:54:19.3725963Z WARNING: The script normalizer.exe is installed in 'C:\Jenkins\Miniconda3\envs\py_tmp\Scripts' which is not on PATH. 2025-12-04T09:54:19.3726949Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:54:19.4849753Z 2025-12-04T09:54:19.4912980Z Successfully installed certifi-2025.11.12 charset-normalizer-2.0.12 idna-3.11 pyyaml-6.0.2 requests-2.27.1 urllib3-1.26.20 2025-12-04T09:54:20.6759560Z Command completed after 1 attempt(s). 2025-12-04T09:54:20.6919589Z ##[group]Run set -x 2025-12-04T09:54:20.6919828Z set -x 2025-12-04T09:54:20.6920030Z  2025-12-04T09:54:20.6920377Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:54:20.6920839Z # in runner workspace 2025-12-04T09:54:20.6921194Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-12-04T09:54:20.6944228Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:20.6944705Z env: 2025-12-04T09:54:20.6944887Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:20.6945170Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:20.6945616Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:20.6946160Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:20.6946641Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:20.6947035Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:20.6947330Z ##[endgroup] 2025-12-04T09:54:20.7150999Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-12-04T09:54:20.7562866Z Setting output branch=main 2025-12-04T09:54:20.7808482Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:54:20.7808876Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:54:20.7809207Z echo "Job name: ${JOB_NAME}" 2025-12-04T09:54:20.7809477Z  2025-12-04T09:54:20.7812050Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:54:20.7812576Z # in runner workspace 2025-12-04T09:54:20.7812979Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-12-04T09:54:20.7813444Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-12-04T09:54:20.7813748Z  --job-name "${JOB_NAME}" \ 2025-12-04T09:54:20.7819583Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "openreg", "shard": 1, "num_shards": 1, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}]}" \ 2025-12-04T09:54:20.7822454Z  --selected-test-configs "" \ 2025-12-04T09:54:20.7822773Z  --pr-number "${PR_NUMBER}" \ 2025-12-04T09:54:20.7823065Z  --tag "${TAG}" \ 2025-12-04T09:54:20.7823325Z  --event-name "${EVENT_NAME}" \ 2025-12-04T09:54:20.7823627Z  --schedule "${SCHEDULE}" \ 2025-12-04T09:54:20.7823894Z  --branch "${HEAD_BRANCH}" 2025-12-04T09:54:20.7848829Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:20.7849263Z env: 2025-12-04T09:54:20.7849462Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:20.7849750Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:20.7850211Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:20.7850736Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:20.7851226Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:20.7851632Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:20.7852146Z GITHUB_TOKEN: *** 2025-12-04T09:54:20.7852596Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:20.7853115Z PR_NUMBER: 2025-12-04T09:54:20.7853303Z TAG: 2025-12-04T09:54:20.7853490Z EVENT_NAME: schedule 2025-12-04T09:54:20.7853712Z SCHEDULE: 29 8 * * * 2025-12-04T09:54:20.7853918Z HEAD_BRANCH: main 2025-12-04T09:54:20.7854120Z ##[endgroup] 2025-12-04T09:54:20.8054075Z Workflow: trunk 2025-12-04T09:54:20.8054582Z Job name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:21.0904000Z Setting output keep-going=True 2025-12-04T09:54:21.0904366Z Setting output ci-verbose-test-logs=False 2025-12-04T09:54:21.0904721Z Setting output ci-test-showlocals=False 2025-12-04T09:54:21.0905030Z Setting output ci-no-test-timeout=False 2025-12-04T09:54:21.0905347Z Setting output ci-no-td=False 2025-12-04T09:54:21.0905624Z Setting output ci-td-distributed=False 2025-12-04T09:54:21.0905919Z Setting output is-unstable=False 2025-12-04T09:54:21.0906193Z Setting output reenabled-issues= 2025-12-04T09:54:21.0908803Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "openreg", "shard": 1, "num_shards": 1, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}]} 2025-12-04T09:54:21.0911441Z Setting output is-test-matrix-empty=False 2025-12-04T09:54:21.1162323Z ##[group]Run echo "Filtered matrix:" 2025-12-04T09:54:21.1162662Z echo "Filtered matrix:" 2025-12-04T09:54:21.1165343Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "openreg", "shard": 1, "num_shards": 1, "runner": "lf.windows.4xlarge.nonephemeral", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2025-12-04T09:54:21.1168174Z  2025-12-04T09:54:21.1168362Z echo 2025-12-04T09:54:21.1168604Z echo "Is the current job unstable? False" 2025-12-04T09:54:21.1168906Z  2025-12-04T09:54:21.1169075Z echo 2025-12-04T09:54:21.1169305Z echo "Is keep-going label set? True" 2025-12-04T09:54:21.1169586Z  2025-12-04T09:54:21.1169765Z echo 2025-12-04T09:54:21.1187805Z echo "Reenabled issues? " 2025-12-04T09:54:21.1210176Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:21.1210604Z env: 2025-12-04T09:54:21.1210801Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:21.1211073Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:21.1211536Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:21.1212060Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:21.1212531Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:21.1212942Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:21.1213225Z ##[endgroup] 2025-12-04T09:54:21.1416507Z Filtered matrix: 2025-12-04T09:54:21.1420066Z {include: [{config: default, shard: 1, num_shards: 4, runner: lf.windows.4xlarge.nonephemeral, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 2, num_shards: 4, runner: lf.windows.4xlarge.nonephemeral, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 3, num_shards: 4, runner: lf.windows.4xlarge.nonephemeral, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 4, num_shards: 4, runner: lf.windows.4xlarge.nonephemeral, rerun_disabled_tests: rerun_disabled_tests}, {config: openreg, shard: 1, num_shards: 1, runner: lf.windows.4xlarge.nonephemeral, rerun_disabled_tests: rerun_disabled_tests}]} 2025-12-04T09:54:21.1422543Z 2025-12-04T09:54:21.1422647Z Is the current job unstable? False 2025-12-04T09:54:21.1422849Z 2025-12-04T09:54:21.1422957Z Is keep-going label set? True 2025-12-04T09:54:21.1423124Z 2025-12-04T09:54:21.1423202Z Reenabled issues? 2025-12-04T09:54:21.1551869Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:54:21.1552396Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:54:21.1573216Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:21.1573638Z env: 2025-12-04T09:54:21.1573836Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:21.1574114Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:21.1574573Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:21.1575102Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:21.1575579Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:21.1576105Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:21.1576425Z JOB_TIMEOUT: 240 2025-12-04T09:54:21.1576630Z ##[endgroup] 2025-12-04T09:54:21.1934903Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-12-04T09:54:21.1935321Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-12-04T09:54:21.1935644Z # shellcheck disable=SC2046,SC2102 2025-12-04T09:54:21.1936078Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2025-12-04T09:54:21.1936484Z popd 2025-12-04T09:54:21.1936673Z  2025-12-04T09:54:21.1936857Z .ci/pytorch/win-test.sh 2025-12-04T09:54:21.1956700Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:21.1957134Z env: 2025-12-04T09:54:21.1957319Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:21.1957600Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:54:21.1958041Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:54:21.1958568Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:54:21.1959228Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:54:21.1959644Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:54:21.1959936Z USE_CUDA: 0 2025-12-04T09:54:21.1960124Z INSTALL_WINDOWS_SDK: 1 2025-12-04T09:54:21.1960358Z PYTHON_VERSION: 3.10 2025-12-04T09:54:21.1960581Z CONTINUE_THROUGH_ERROR: True 2025-12-04T09:54:21.1960824Z VERBOSE_TEST_LOGS: False 2025-12-04T09:54:21.1961050Z TEST_SHOWLOCALS: False 2025-12-04T09:54:21.1961276Z NO_TEST_TIMEOUT: False 2025-12-04T09:54:21.1961481Z NO_TD: False 2025-12-04T09:54:21.1961686Z VC_PRODUCT: BuildTools 2025-12-04T09:54:21.1961889Z VC_VERSION: 2025-12-04T09:54:21.1962092Z VS_VERSION: 17.4.1 2025-12-04T09:54:21.1962293Z VC_YEAR: 2022 2025-12-04T09:54:21.1962489Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:21.1962733Z PR_NUMBER: 2025-12-04T09:54:21.1962938Z GITHUB_REPOSITORY: pytorch/pytorch 2025-12-04T09:54:21.1963221Z GITHUB_WORKFLOW: trunk 2025-12-04T09:54:21.1963444Z GITHUB_JOB: test 2025-12-04T09:54:21.1963648Z GITHUB_RUN_ID: 19922768520 2025-12-04T09:54:21.1963873Z GITHUB_RUN_NUMBER: 158165 2025-12-04T09:54:21.1964106Z GITHUB_RUN_ATTEMPT: 1 2025-12-04T09:54:21.1964309Z JOB_ID: 57120243437 2025-12-04T09:54:21.1964762Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:54:21.1965325Z SHA1: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:54:21.1965625Z CUDA_VERSION: cpu 2025-12-04T09:54:21.1965901Z PYTORCH_FINAL_PACKAGE_DIR: /c/19922768520/build-results/ 2025-12-04T09:54:21.1966261Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-12-04T09:54:21.1966673Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-12-04T09:54:21.1967062Z SHARD_NUMBER: 3 2025-12-04T09:54:21.1967264Z NUM_TEST_SHARDS: 4 2025-12-04T09:54:21.1967476Z TEST_CONFIG: default 2025-12-04T09:54:21.1967684Z REENABLED_ISSUES: 2025-12-04T09:54:21.1967904Z TORCH_CUDA_ARCH_LIST: 8.6 2025-12-04T09:54:21.1968144Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-12-04T09:54:21.1968432Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 1 2025-12-04T09:54:21.1968688Z ##[endgroup] 2025-12-04T09:54:21.2173554Z /c/19922768520/build-results /c/actions-runner/_work/pytorch/pytorch 2025-12-04T09:54:21.8768002Z Processing c:\19922768520\build-results\torch-2.10.0a0+gitffd9b0f-cp310-cp310-win_amd64.whl (from torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:22.9009712Z Collecting optree==0.13.0 2025-12-04T09:54:23.1102729Z Downloading optree-0.13.0-cp310-cp310-win_amd64.whl.metadata (48 kB) 2025-12-04T09:54:23.2435250Z Collecting filelock (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.2478497Z Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-12-04T09:54:23.2800594Z Collecting typing-extensions>=4.10.0 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.2847010Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:54:23.3125574Z Collecting sympy>=1.13.3 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.3169745Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T09:54:23.3580087Z Collecting networkx>=2.5.1 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.3624929Z Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB) 2025-12-04T09:54:23.3977440Z Collecting jinja2 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.4018789Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T09:54:23.4418930Z Collecting fsspec>=0.8.5 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.4463450Z Downloading fsspec-2025.12.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T09:54:23.5218177Z Collecting opt-einsum>=3.3 (from torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.5263437Z Downloading opt_einsum-3.4.0-py3-none-any.whl.metadata (6.3 kB) 2025-12-04T09:54:23.5595810Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.5641015Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T09:54:23.6554268Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.10.0a0+gitffd9b0f->torch==2.10.0a0+gitffd9b0f) 2025-12-04T09:54:23.6600286Z Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl.metadata (2.8 kB) 2025-12-04T09:54:23.6734456Z Downloading optree-0.13.0-cp310-cp310-win_amd64.whl (274 kB) 2025-12-04T09:54:23.7109999Z Downloading fsspec-2025.12.0-py3-none-any.whl (201 kB) 2025-12-04T09:54:23.7273787Z Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-12-04T09:54:23.7463037Z ---------------------------------------- 1.7/1.7 MB 97.4 MB/s 0:00:00 2025-12-04T09:54:23.7505425Z Downloading opt_einsum-3.4.0-py3-none-any.whl (71 kB) 2025-12-04T09:54:23.7603028Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-12-04T09:54:23.7944246Z ---------------------------------------- 6.3/6.3 MB 128.5 MB/s 0:00:00 2025-12-04T09:54:23.7989200Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-12-04T09:54:23.8097919Z ---------------------------------------- 536.2/536.2 kB ? 0:00:00 2025-12-04T09:54:23.8144562Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T09:54:23.8247038Z Downloading filelock-3.20.0-py3-none-any.whl (16 kB) 2025-12-04T09:54:23.8348024Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-12-04T09:54:23.8459961Z Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl (15 kB) 2025-12-04T09:54:24.1696024Z Installing collected packages: mpmath, typing-extensions, sympy, opt-einsum, networkx, MarkupSafe, fsspec, filelock, optree, jinja2, torch 2025-12-04T09:54:33.3774057Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\envs\py_tmp\Scripts' which is not on PATH. 2025-12-04T09:54:33.3774992Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:54:54.7069565Z WARNING: The scripts torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\envs\py_tmp\Scripts' which is not on PATH. 2025-12-04T09:54:54.7070554Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:54:54.8172677Z 2025-12-04T09:54:54.8253816Z Successfully installed MarkupSafe-3.0.3 filelock-3.20.0 fsspec-2025.12.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 opt-einsum-3.4.0 optree-0.13.0 sympy-1.14.0 torch-2.10.0a0+gitffd9b0f typing-extensions-4.15.0 2025-12-04T09:54:54.9084192Z /c/actions-runner/_work/pytorch/pytorch 2025-12-04T09:54:54.9413908Z +++ dirname .ci/pytorch/win-test.sh 2025-12-04T09:54:54.9493511Z ++ cd .ci/pytorch 2025-12-04T09:54:54.9499326Z ++ pwd 2025-12-04T09:54:54.9505232Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2025-12-04T09:54:54.9506648Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-12-04T09:54:54.9569100Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-12-04T09:54:54.9640022Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2025-12-04T09:54:54.9643182Z +++ declare -f -t trap_add 2025-12-04T09:54:54.9651331Z ++ set -ex -o pipefail 2025-12-04T09:54:54.9651646Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-12-04T09:54:54.9651936Z ++ BUILD_TEST_LIBTORCH=0 2025-12-04T09:54:54.9652303Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-12-04T09:54:54.9652789Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-12-04T09:54:54.9712129Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-12-04T09:54:54.9817140Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-12-04T09:54:54.9818009Z + export TMP_DIR_WIN 2025-12-04T09:54:54.9818517Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-12-04T09:54:54.9819149Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-12-04T09:54:54.9877771Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2025-12-04T09:54:54.9992320Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2025-12-04T09:54:54.9992832Z + export PROJECT_DIR_WIN 2025-12-04T09:54:54.9993161Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-12-04T09:54:54.9993678Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-12-04T09:54:55.0054876Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2025-12-04T09:54:55.0155731Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2025-12-04T09:54:55.0156330Z + export TEST_DIR_WIN 2025-12-04T09:54:55.0156910Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/19922768520/build-results/ 2025-12-04T09:54:55.0157656Z + PYTORCH_FINAL_PACKAGE_DIR=/c/19922768520/build-results/ 2025-12-04T09:54:55.0218996Z ++ cygpath -w /c/19922768520/build-results/ 2025-12-04T09:54:55.0322923Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\19922768520\build-results\' 2025-12-04T09:54:55.0323446Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2025-12-04T09:54:55.0323742Z + export TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:54:55.0324023Z + TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:54:55.0324423Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2025-12-04T09:54:55.0463657Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-12-04T09:54:55.0464404Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-12-04T09:54:55.0464894Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2025-12-04T09:54:55.0465183Z + [[ default = \o\p\e\n\r\e\g ]] 2025-12-04T09:54:55.0465442Z + [[ win-vs2022-cpu-py3 == *cuda* ]] 2025-12-04T09:54:55.0465823Z + python -m pip install psutil==5.9.1 nvidia-ml-py pytest-shard==0.1.2 2025-12-04T09:54:56.1557604Z Collecting psutil==5.9.1 2025-12-04T09:54:56.3675736Z Downloading psutil-5.9.1-cp310-cp310-win_amd64.whl.metadata (21 kB) 2025-12-04T09:54:56.4358959Z Collecting nvidia-ml-py 2025-12-04T09:54:56.4401141Z Downloading nvidia_ml_py-13.580.82-py3-none-any.whl.metadata (9.6 kB) 2025-12-04T09:54:56.4586443Z Collecting pytest-shard==0.1.2 2025-12-04T09:54:56.4629010Z Downloading pytest_shard-0.1.2-py3-none-any.whl.metadata (3.0 kB) 2025-12-04T09:54:56.5979209Z Collecting pytest (from pytest-shard==0.1.2) 2025-12-04T09:54:56.6007004Z Downloading pytest-9.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T09:54:56.6325863Z Collecting colorama>=0.4 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.6370611Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-12-04T09:54:56.6735836Z Collecting exceptiongroup>=1 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.6779464Z Downloading exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) 2025-12-04T09:54:56.6972442Z Collecting iniconfig>=1.0.1 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.7016124Z Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T09:54:56.7295780Z Collecting packaging>=22 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.7337473Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:54:56.7570978Z Collecting pluggy<2,>=1.5 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.7616131Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-12-04T09:54:56.7949651Z Collecting pygments>=2.7.2 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.7992537Z Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T09:54:56.8291496Z Collecting tomli>=1 (from pytest->pytest-shard==0.1.2) 2025-12-04T09:54:56.8333093Z Downloading tomli-2.3.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T09:54:56.8460337Z Requirement already satisfied: typing-extensions>=4.6.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from exceptiongroup>=1->pytest->pytest-shard==0.1.2) (4.15.0) 2025-12-04T09:54:56.8575340Z Downloading psutil-5.9.1-cp310-cp310-win_amd64.whl (245 kB) 2025-12-04T09:54:56.8926529Z Downloading pytest_shard-0.1.2-py3-none-any.whl (4.6 kB) 2025-12-04T09:54:56.9021741Z Downloading nvidia_ml_py-13.580.82-py3-none-any.whl (49 kB) 2025-12-04T09:54:56.9117028Z Downloading pytest-9.0.1-py3-none-any.whl (373 kB) 2025-12-04T09:54:56.9235860Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-12-04T09:54:56.9328244Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-12-04T09:54:56.9428862Z Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) 2025-12-04T09:54:56.9524776Z Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB) 2025-12-04T09:54:56.9616315Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-12-04T09:54:56.9709865Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-12-04T09:54:56.9851037Z ---------------------------------------- 1.2/1.2 MB ? 0:00:00 2025-12-04T09:54:56.9890296Z Downloading tomli-2.3.0-py3-none-any.whl (14 kB) 2025-12-04T09:54:57.1596065Z Installing collected packages: nvidia-ml-py, tomli, pygments, psutil, pluggy, packaging, iniconfig, exceptiongroup, colorama, pytest, pytest-shard 2025-12-04T09:54:58.3712694Z WARNING: The script pygmentize.exe is installed in 'C:\Jenkins\Miniconda3\envs\py_tmp\Scripts' which is not on PATH. 2025-12-04T09:54:58.3713595Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:54:59.1243933Z WARNING: The scripts py.test.exe and pytest.exe are installed in 'C:\Jenkins\Miniconda3\envs\py_tmp\Scripts' which is not on PATH. 2025-12-04T09:54:59.1244929Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:54:59.1499834Z 2025-12-04T09:54:59.1619461Z Successfully installed colorama-0.4.6 exceptiongroup-1.3.1 iniconfig-2.3.0 nvidia-ml-py-13.580.82 packaging-25.0 pluggy-1.6.0 psutil-5.9.1 pygments-2.19.2 pytest-9.0.1 pytest-shard-0.1.2 tomli-2.3.0 2025-12-04T09:54:59.2364600Z + run_tests 2025-12-04T09:54:59.2365151Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-12-04T09:54:59.2365831Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2025-12-04T09:54:59.2366534Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-12-04T09:54:59.2367122Z + [[ -x /c/Windows/System32/nvidia-smi.exe ]] 2025-12-04T09:54:59.2367884Z + /c/Windows/System32/nvidia-smi.exe 2025-12-04T09:54:59.3098020Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2025-12-04T09:54:59.3099056Z 2025-12-04T09:54:59.3135377Z + echo true 2025-12-04T09:54:59.3135652Z true 2025-12-04T09:54:59.3135832Z + break 2025-12-04T09:54:59.3136260Z + [[ default == \o\p\e\n\r\e\g ]] 2025-12-04T09:54:59.3136545Z + [[ 4 -eq 1 ]] 2025-12-04T09:54:59.3137004Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-12-04T09:54:59.3311516Z 2025-12-04T09:54:59.3312329Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-12-04T09:54:59.3312964Z 2025-12-04T09:54:59.3318601Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3\envs\py_tmp;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-12-04T09:54:59.3322011Z 2025-12-04T09:54:59.3322550Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-12-04T09:54:59.3325696Z 2025-12-04T09:54:59.3326292Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-12-04T09:54:59.3326988Z 2025-12-04T09:54:59.3327582Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-12-04T09:54:59.3328265Z 2025-12-04T09:54:59.3328525Z C:\actions-runner\_work\pytorch\pytorch>set CONDA_ROOT_DIR=C:\Jenkins\Miniconda3 2025-12-04T09:54:59.3328906Z 2025-12-04T09:54:59.3329228Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-12-04T09:54:59.3332238Z 2025-12-04T09:54:59.3332952Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-12-04T09:54:59.3334084Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-12-04T09:54:59.3335082Z if errorlevel 1 exit /b 2025-12-04T09:54:59.3335350Z if not errorlevel 0 exit /b 2025-12-04T09:54:59.3336171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-12-04T09:54:59.3337014Z if errorlevel 1 exit /b 2025-12-04T09:54:59.3337266Z if not errorlevel 0 exit /b 2025-12-04T09:54:59.3337490Z ) 2025-12-04T09:54:59.3337595Z 2025-12-04T09:54:59.3337956Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-12-04T09:55:01.9555476Z Ignoring coremltools: markers 'python_version == "3.12"' don't match your environment 2025-12-04T09:55:01.9561262Z Ignoring librosa: markers 'python_version == "3.12" and platform_machine != "s390x"' don't match your environment 2025-12-04T09:55:01.9563562Z Ignoring mypy: markers 'platform_system == "Linux"' don't match your environment 2025-12-04T09:55:01.9567788Z Ignoring numba: markers 'python_version == "3.12" and platform_machine != "s390x"' don't match your environment 2025-12-04T09:55:01.9571730Z Ignoring numpy: markers 'python_version == "3.11" or python_version == "3.12"' don't match your environment 2025-12-04T09:55:01.9576059Z Ignoring numpy: markers 'python_version >= "3.13" and python_version < "3.14"' don't match your environment 2025-12-04T09:55:01.9578106Z Ignoring numpy: markers 'python_version >= "3.14"' don't match your environment 2025-12-04T09:55:01.9582040Z Ignoring pandas: markers 'python_version >= "3.13" and python_version < "3.14"' don't match your environment 2025-12-04T09:55:01.9584863Z Ignoring pandas: markers 'python_version >= "3.14"' don't match your environment 2025-12-04T09:55:01.9588376Z Ignoring optree: markers 'python_version >= "3.14"' don't match your environment 2025-12-04T09:55:01.9593024Z Ignoring scipy: markers 'python_version > "3.11" and python_version < "3.14"' don't match your environment 2025-12-04T09:55:01.9595735Z Ignoring scipy: markers 'python_version >= "3.14"' don't match your environment 2025-12-04T09:55:01.9600039Z Ignoring tensorboard: markers 'python_version >= "3.13"' don't match your environment 2025-12-04T09:55:01.9603462Z Ignoring pywavelets: markers 'python_version >= "3.12"' don't match your environment 2025-12-04T09:55:01.9606730Z Ignoring lxml: markers 'python_version >= "3.14"' don't match your environment 2025-12-04T09:55:01.9610227Z Ignoring onnx: markers 'python_version == "3.14"' don't match your environment 2025-12-04T09:55:01.9613604Z Ignoring scons: markers 'platform_machine == "aarch64"' don't match your environment 2025-12-04T09:55:02.7850461Z Collecting boto3==1.35.42 (from -r .ci/docker/requirements-ci.txt (line 8)) 2025-12-04T09:55:03.0661174Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-12-04T09:55:03.0928204Z Collecting build==1.3.0 (from -r .ci/docker/requirements-ci.txt (line 13)) 2025-12-04T09:55:03.0971689Z Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T09:55:03.1333503Z Collecting click (from -r .ci/docker/requirements-ci.txt (line 18)) 2025-12-04T09:55:03.1377895Z Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) 2025-12-04T09:55:03.2169634Z Collecting coremltools==5.0b5 (from -r .ci/docker/requirements-ci.txt (line 23)) 2025-12-04T09:55:03.2245270Z Downloading coremltools-5.0b5.tar.gz (913 kB) 2025-12-04T09:55:03.3843164Z ---------------------------------------- 913.2/913.2 kB 21.0 MB/s 0:00:00 2025-12-04T09:55:03.9749180Z Installing build dependencies: started 2025-12-04T09:55:06.2375135Z Installing build dependencies: finished with status 'done' 2025-12-04T09:55:06.2391064Z Getting requirements to build wheel: started 2025-12-04T09:55:06.8458204Z Getting requirements to build wheel: finished with status 'done' 2025-12-04T09:55:06.8482577Z Preparing metadata (pyproject.toml): started 2025-12-04T09:55:07.2289638Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-12-04T09:55:07.2555047Z Collecting dill==0.3.7 (from -r .ci/docker/requirements-ci.txt (line 34)) 2025-12-04T09:55:07.2598860Z Downloading dill-0.3.7-py3-none-any.whl.metadata (9.9 kB) 2025-12-04T09:55:07.7006293Z Collecting expecttest==0.3.0 (from -r .ci/docker/requirements-ci.txt (line 39)) 2025-12-04T09:55:07.7051831Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-12-04T09:55:07.7336647Z Collecting fbscribelogger==0.1.7 (from -r .ci/docker/requirements-ci.txt (line 45)) 2025-12-04T09:55:07.7383797Z Downloading fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-12-04T09:55:07.7686498Z Collecting flatbuffers==24.12.23 (from -r .ci/docker/requirements-ci.txt (line 50)) 2025-12-04T09:55:07.7728000Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-12-04T09:55:08.1318366Z Collecting hypothesis==6.56.4 (from -r .ci/docker/requirements-ci.txt (line 55)) 2025-12-04T09:55:08.1366098Z Downloading hypothesis-6.56.4-py3-none-any.whl.metadata (6.1 kB) 2025-12-04T09:55:08.1996589Z Collecting junitparser==2.1.1 (from -r .ci/docker/requirements-ci.txt (line 61)) 2025-12-04T09:55:08.2041402Z Downloading junitparser-2.1.1-py2.py3-none-any.whl.metadata (7.3 kB) 2025-12-04T09:55:08.2368746Z Collecting lark==0.12.0 (from -r .ci/docker/requirements-ci.txt (line 66)) 2025-12-04T09:55:08.2422676Z Downloading lark-0.12.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:55:08.2751804Z Collecting librosa>=0.6.2 (from -r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:08.2800313Z Downloading librosa-0.11.0-py3-none-any.whl.metadata (8.7 kB) 2025-12-04T09:55:08.3307215Z Collecting networkx==2.8.8 (from -r .ci/docker/requirements-ci.txt (line 108)) 2025-12-04T09:55:08.3352733Z Downloading networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB) 2025-12-04T09:55:08.3972006Z Collecting ninja==1.11.1.4 (from -r .ci/docker/requirements-ci.txt (line 114)) 2025-12-04T09:55:08.4019648Z Downloading ninja-1.11.1.4-py3-none-win_amd64.whl.metadata (5.0 kB) 2025-12-04T09:55:08.5564334Z Collecting numba==0.55.2 (from -r .ci/docker/requirements-ci.txt (line 120)) 2025-12-04T09:55:08.5613653Z Downloading numba-0.55.2-cp310-cp310-win_amd64.whl.metadata (3.3 kB) 2025-12-04T09:55:08.8888008Z Collecting numpy==1.22.4 (from -r .ci/docker/requirements-ci.txt (line 139)) 2025-12-04T09:55:08.8937315Z Downloading numpy-1.22.4-cp310-cp310-win_amd64.whl.metadata (2.1 kB) 2025-12-04T09:55:09.0775505Z Collecting pandas==2.0.3 (from -r .ci/docker/requirements-ci.txt (line 144)) 2025-12-04T09:55:09.0826618Z Downloading pandas-2.0.3-cp310-cp310-win_amd64.whl.metadata (18 kB) 2025-12-04T09:55:09.1645377Z Collecting opt-einsum==3.3 (from -r .ci/docker/requirements-ci.txt (line 153)) 2025-12-04T09:55:09.1692763Z Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-12-04T09:55:09.1823395Z Requirement already satisfied: optree==0.13.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from -r .ci/docker/requirements-ci.txt (line 158)) (0.13.0) 2025-12-04T09:55:09.4303992Z Collecting pillow==11.0.0 (from -r .ci/docker/requirements-ci.txt (line 172)) 2025-12-04T09:55:09.4355310Z Downloading pillow-11.0.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB) 2025-12-04T09:55:09.7380158Z Collecting protobuf==5.29.5 (from -r .ci/docker/requirements-ci.txt (line 177)) 2025-12-04T09:55:09.7430707Z Downloading protobuf-5.29.5-cp310-abi3-win_amd64.whl.metadata (592 bytes) 2025-12-04T09:55:09.7553480Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from -r .ci/docker/requirements-ci.txt (line 182)) (5.9.1) 2025-12-04T09:55:09.8021325Z Collecting pytest==7.3.2 (from -r .ci/docker/requirements-ci.txt (line 187)) 2025-12-04T09:55:09.8067282Z Downloading pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2025-12-04T09:55:09.8479928Z Collecting pytest-xdist==3.3.1 (from -r .ci/docker/requirements-ci.txt (line 192)) 2025-12-04T09:55:09.8526589Z Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-12-04T09:55:09.8800757Z Collecting pytest-flakefinder==1.1.0 (from -r .ci/docker/requirements-ci.txt (line 197)) 2025-12-04T09:55:09.8845795Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:55:09.9186887Z Collecting pytest-rerunfailures>=10.3 (from -r .ci/docker/requirements-ci.txt (line 202)) 2025-12-04T09:55:09.9234423Z Downloading pytest_rerunfailures-16.1-py3-none-any.whl.metadata (21 kB) 2025-12-04T09:55:09.9598693Z Collecting pytest-subtests==0.13.1 (from -r .ci/docker/requirements-ci.txt (line 207)) 2025-12-04T09:55:09.9643940Z Downloading pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-12-04T09:55:10.0039307Z Collecting xdoctest==1.3.0 (from -r .ci/docker/requirements-ci.txt (line 222)) 2025-12-04T09:55:10.0085611Z Downloading xdoctest-1.3.0-py3-none-any.whl.metadata (35 kB) 2025-12-04T09:55:10.1791650Z Collecting pygments==2.15.0 (from -r .ci/docker/requirements-ci.txt (line 227)) 2025-12-04T09:55:10.1837974Z Downloading Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T09:55:10.2886959Z Collecting scikit-image==0.22.0 (from -r .ci/docker/requirements-ci.txt (line 247)) 2025-12-04T09:55:10.2947446Z Downloading scikit_image-0.22.0-cp310-cp310-win_amd64.whl.metadata (13 kB) 2025-12-04T09:55:10.5557119Z Collecting scipy==1.10.1 (from -r .ci/docker/requirements-ci.txt (line 257)) 2025-12-04T09:55:10.5602066Z Downloading scipy-1.10.1-cp310-cp310-win_amd64.whl.metadata (58 kB) 2025-12-04T09:55:10.6021512Z Collecting typing-extensions==4.12.2 (from -r .ci/docker/requirements-ci.txt (line 273)) 2025-12-04T09:55:10.6065080Z Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-12-04T09:55:10.6433367Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r .ci/docker/requirements-ci.txt (line 283)) 2025-12-04T09:55:10.6476857Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2025-12-04T09:55:10.6809690Z Collecting lintrunner==0.12.7 (from -r .ci/docker/requirements-ci.txt (line 289)) 2025-12-04T09:55:10.6860979Z Downloading lintrunner-0.12.7-py3-none-win_amd64.whl.metadata (7.4 kB) 2025-12-04T09:55:10.7412356Z Collecting redis>=4.0.0 (from -r .ci/docker/requirements-ci.txt (line 294)) 2025-12-04T09:55:10.7453787Z Downloading redis-7.1.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T09:55:10.7844672Z Collecting ghstack==0.8.0 (from -r .ci/docker/requirements-ci.txt (line 298)) 2025-12-04T09:55:10.7887867Z Downloading ghstack-0.8.0-py3-none-any.whl.metadata (6.8 kB) 2025-12-04T09:55:10.8016625Z Requirement already satisfied: jinja2==3.1.6 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from -r .ci/docker/requirements-ci.txt (line 303)) (3.1.6) 2025-12-04T09:55:10.8216802Z Collecting pytest-cpp==2.3.0 (from -r .ci/docker/requirements-ci.txt (line 308)) 2025-12-04T09:55:10.8261254Z Downloading pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2025-12-04T09:55:10.8741089Z Collecting z3-solver==4.15.1.0 (from -r .ci/docker/requirements-ci.txt (line 313)) 2025-12-04T09:55:10.8782036Z Downloading z3_solver-4.15.1.0-py3-none-win_amd64.whl.metadata (778 bytes) 2025-12-04T09:55:10.9140857Z Collecting tensorboard==2.13.0 (from -r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:10.9181787Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-12-04T09:55:10.9899106Z Collecting pywavelets==1.4.1 (from -r .ci/docker/requirements-ci.txt (line 324)) 2025-12-04T09:55:10.9963834Z Downloading PyWavelets-1.4.1-cp310-cp310-win_amd64.whl.metadata (1.9 kB) 2025-12-04T09:55:11.2897449Z Collecting lxml==5.3.0 (from -r .ci/docker/requirements-ci.txt (line 331)) 2025-12-04T09:55:11.2945753Z Downloading lxml-5.3.0-cp310-cp310-win_amd64.whl.metadata (3.9 kB) 2025-12-04T09:55:11.3361644Z Collecting PyGithub==2.3.0 (from -r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:11.3406798Z Downloading PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-12-04T09:55:11.3734464Z Collecting sympy==1.13.3 (from -r .ci/docker/requirements-ci.txt (line 337)) 2025-12-04T09:55:11.3778439Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-12-04T09:55:11.4660529Z Collecting onnx==1.19.1 (from -r .ci/docker/requirements-ci.txt (line 342)) 2025-12-04T09:55:11.4710346Z Downloading onnx-1.19.1-cp310-cp310-win_amd64.whl.metadata (7.2 kB) 2025-12-04T09:55:11.6916802Z Collecting onnxscript==0.5.4 (from -r .ci/docker/requirements-ci.txt (line 349)) 2025-12-04T09:55:11.7023362Z Downloading onnxscript-0.5.4-py3-none-any.whl.metadata (13 kB) 2025-12-04T09:55:11.7272073Z Collecting parameterized==0.8.1 (from -r .ci/docker/requirements-ci.txt (line 354)) 2025-12-04T09:55:11.7315786Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-12-04T09:55:11.7669502Z Collecting pwlf==2.2.1 (from -r .ci/docker/requirements-ci.txt (line 363)) 2025-12-04T09:55:11.7714548Z Downloading pwlf-2.2.1.tar.gz (17 kB) 2025-12-04T09:55:11.8067759Z Installing build dependencies: started 2025-12-04T09:55:13.5370425Z Installing build dependencies: finished with status 'done' 2025-12-04T09:55:13.5386355Z Getting requirements to build wheel: started 2025-12-04T09:55:14.1692413Z Getting requirements to build wheel: finished with status 'done' 2025-12-04T09:55:14.1717783Z Preparing metadata (pyproject.toml): started 2025-12-04T09:55:14.7000816Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-12-04T09:55:14.7573683Z Collecting pyyaml==6.0.3 (from -r .ci/docker/requirements-ci.txt (line 369)) 2025-12-04T09:55:14.7626325Z Downloading pyyaml-6.0.3-cp310-cp310-win_amd64.whl.metadata (2.4 kB) 2025-12-04T09:55:14.9136514Z Collecting pyzstd (from -r .ci/docker/requirements-ci.txt (line 370)) 2025-12-04T09:55:14.9185370Z Downloading pyzstd-0.18.0-cp310-cp310-win_amd64.whl.metadata (2.6 kB) 2025-12-04T09:55:15.0941014Z Collecting setuptools==78.1.1 (from -r .ci/docker/requirements-ci.txt (line 371)) 2025-12-04T09:55:15.0994929Z Downloading setuptools-78.1.1-py3-none-any.whl.metadata (6.5 kB) 2025-12-04T09:55:15.2050370Z Collecting packaging==23.1 (from -r .ci/docker/requirements-ci.txt (line 372)) 2025-12-04T09:55:15.2094663Z Downloading packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-12-04T09:55:15.2419885Z Collecting six (from -r .ci/docker/requirements-ci.txt (line 373)) 2025-12-04T09:55:15.2448439Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:55:15.2770309Z Collecting pulp==2.9.0 (from -r .ci/docker/requirements-ci.txt (line 377)) 2025-12-04T09:55:15.2818189Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-12-04T09:55:15.3192378Z Collecting dataclasses_json==0.6.7 (from -r .ci/docker/requirements-ci.txt (line 382)) 2025-12-04T09:55:15.3218852Z Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-12-04T09:55:15.4998729Z Collecting cmake==3.31.6 (from -r .ci/docker/requirements-ci.txt (line 387)) 2025-12-04T09:55:15.5051323Z Downloading cmake-3.31.6-py3-none-win_amd64.whl.metadata (6.3 kB) 2025-12-04T09:55:15.5677508Z Collecting tlparse==0.4.0 (from -r .ci/docker/requirements-ci.txt (line 390)) 2025-12-04T09:55:15.5724233Z Downloading tlparse-0.4.0-py3-none-win_amd64.whl.metadata (2.0 kB) 2025-12-04T09:55:15.6096307Z Collecting filelock==3.18.0 (from -r .ci/docker/requirements-ci.txt (line 393)) 2025-12-04T09:55:15.6151137Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T09:55:15.6599051Z Collecting cuda-bindings<13.0,>=12.0 (from -r .ci/docker/requirements-ci.txt (line 396)) 2025-12-04T09:55:15.6642276Z Downloading cuda_bindings-12.9.4-cp310-cp310-win_amd64.whl.metadata (2.6 kB) 2025-12-04T09:55:15.7087248Z Collecting setuptools-git-versioning==2.1.0 (from -r .ci/docker/requirements-ci.txt (line 400)) 2025-12-04T09:55:15.7137834Z Downloading setuptools_git_versioning-2.1.0-py3-none-any.whl.metadata (6.1 kB) 2025-12-04T09:55:15.7485912Z Collecting scikit-build==0.18.1 (from -r .ci/docker/requirements-ci.txt (line 401)) 2025-12-04T09:55:15.7530791Z Downloading scikit_build-0.18.1-py3-none-any.whl.metadata (18 kB) 2025-12-04T09:55:15.7905892Z Collecting pyre-extensions==0.0.32 (from -r .ci/docker/requirements-ci.txt (line 402)) 2025-12-04T09:55:15.7954807Z Downloading pyre_extensions-0.0.32-py3-none-any.whl.metadata (4.0 kB) 2025-12-04T09:55:15.8233880Z Collecting tabulate==0.9.0 (from -r .ci/docker/requirements-ci.txt (line 403)) 2025-12-04T09:55:15.8289370Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-12-04T09:55:15.8892144Z Collecting tqdm>=4.66.0 (from -r .ci/docker/requirements-ci.txt (line 406)) 2025-12-04T09:55:15.8939521Z Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) 2025-12-04T09:55:16.7723984Z Collecting aiohttp==3.13.2 (from -r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:16.8048014Z Downloading aiohttp-3.13.2-cp310-cp310-win_amd64.whl.metadata (8.4 kB) 2025-12-04T09:55:17.5062250Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-12-04T09:55:17.5114168Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-12-04T09:55:17.5362333Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-12-04T09:55:17.5406202Z Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T09:55:17.5703770Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-12-04T09:55:17.5745433Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-12-04T09:55:17.6002247Z Collecting pyproject_hooks (from build==1.3.0->-r .ci/docker/requirements-ci.txt (line 13)) 2025-12-04T09:55:17.6044441Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-12-04T09:55:17.6120094Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from build==1.3.0->-r .ci/docker/requirements-ci.txt (line 13)) (0.4.6) 2025-12-04T09:55:17.6130006Z Requirement already satisfied: tomli>=1.1.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from build==1.3.0->-r .ci/docker/requirements-ci.txt (line 13)) (2.3.0) 2025-12-04T09:55:17.6981513Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-12-04T09:55:17.7033344Z Downloading thriftpy2-0.5.3-cp310-cp310-win_amd64.whl.metadata (8.5 kB) 2025-12-04T09:55:17.7391824Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:17.7434946Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-12-04T09:55:17.7623884Z Collecting aiosignal>=1.4.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:17.7663453Z Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-12-04T09:55:17.7894557Z Collecting async-timeout<6.0,>=4.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:17.7936357Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-12-04T09:55:17.8196014Z Collecting attrs>=17.3.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:17.8237869Z Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T09:55:17.9326676Z Collecting frozenlist>=1.1.1 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:17.9375956Z Downloading frozenlist-1.8.0-cp310-cp310-win_amd64.whl.metadata (21 kB) 2025-12-04T09:55:18.3023482Z Collecting multidict<7.0,>=4.5 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:18.3071772Z Downloading multidict-6.7.0-cp310-cp310-win_amd64.whl.metadata (5.5 kB) 2025-12-04T09:55:18.4036114Z Collecting propcache>=0.2.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:18.4094174Z Downloading propcache-0.4.1-cp310-cp310-win_amd64.whl.metadata (14 kB) 2025-12-04T09:55:18.8072124Z Collecting yarl<2.0,>=1.17.0 (from aiohttp==3.13.2->-r .ci/docker/requirements-ci.txt (line 411)) 2025-12-04T09:55:18.8119849Z Downloading yarl-1.22.0-cp310-cp310-win_amd64.whl.metadata (77 kB) 2025-12-04T09:55:18.8586997Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==6.56.4->-r .ci/docker/requirements-ci.txt (line 55)) 2025-12-04T09:55:18.8628146Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-12-04T09:55:18.8753507Z Requirement already satisfied: exceptiongroup>=1.0.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from hypothesis==6.56.4->-r .ci/docker/requirements-ci.txt (line 55)) (1.3.1) 2025-12-04T09:55:19.0373981Z Collecting future (from junitparser==2.1.1->-r .ci/docker/requirements-ci.txt (line 61)) 2025-12-04T09:55:19.0420926Z Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) 2025-12-04T09:55:19.1510417Z Collecting llvmlite<0.39,>=0.38.0rc1 (from numba==0.55.2->-r .ci/docker/requirements-ci.txt (line 120)) 2025-12-04T09:55:19.1555561Z Downloading llvmlite-0.38.1-cp310-cp310-win_amd64.whl.metadata (4.7 kB) 2025-12-04T09:55:19.1963347Z Collecting python-dateutil>=2.8.2 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 144)) 2025-12-04T09:55:19.2005485Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-12-04T09:55:19.2695724Z Collecting pytz>=2020.1 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 144)) 2025-12-04T09:55:19.2737796Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-12-04T09:55:19.3070454Z Collecting tzdata>=2022.1 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 144)) 2025-12-04T09:55:19.3114983Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-12-04T09:55:19.3688317Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from pytest==7.3.2->-r .ci/docker/requirements-ci.txt (line 187)) (2.3.0) 2025-12-04T09:55:19.3697857Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from pytest==7.3.2->-r .ci/docker/requirements-ci.txt (line 187)) (1.6.0) 2025-12-04T09:55:19.3933723Z Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r .ci/docker/requirements-ci.txt (line 192)) 2025-12-04T09:55:19.3977032Z Downloading execnet-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T09:55:19.5451761Z Collecting imageio>=2.27 (from scikit-image==0.22.0->-r .ci/docker/requirements-ci.txt (line 247)) 2025-12-04T09:55:19.5499204Z Downloading imageio-2.37.2-py3-none-any.whl.metadata (9.7 kB) 2025-12-04T09:55:19.6341338Z Collecting tifffile>=2022.8.12 (from scikit-image==0.22.0->-r .ci/docker/requirements-ci.txt (line 247)) 2025-12-04T09:55:19.6397707Z Downloading tifffile-2025.5.10-py3-none-any.whl.metadata (31 kB) 2025-12-04T09:55:19.6789314Z Collecting lazy_loader>=0.3 (from scikit-image==0.22.0->-r .ci/docker/requirements-ci.txt (line 247)) 2025-12-04T09:55:19.6830333Z Downloading lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T09:55:19.7500074Z Requirement already satisfied: requests<3,>=2 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 298)) (2.27.1) 2025-12-04T09:55:19.7576909Z Requirement already satisfied: MarkupSafe>=2.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from jinja2==3.1.6->-r .ci/docker/requirements-ci.txt (line 303)) (3.0.3) 2025-12-04T09:55:19.7848876Z Collecting absl-py>=0.4 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:19.7891721Z Downloading absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T09:55:20.6156191Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.6171531Z Downloading grpcio-1.76.0-cp310-cp310-win_amd64.whl.metadata (3.8 kB) 2025-12-04T09:55:20.7003701Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.7046118Z Downloading google_auth-2.43.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-12-04T09:55:20.7481730Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.7523163Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-12-04T09:55:20.7932344Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.7976089Z Downloading markdown-3.10-py3-none-any.whl.metadata (5.1 kB) 2025-12-04T09:55:20.9346881Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.9388596Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T09:55:20.9840476Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:20.9882651Z Downloading werkzeug-3.1.4-py3-none-any.whl.metadata (4.0 kB) 2025-12-04T09:55:21.0006512Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) (0.45.1) 2025-12-04T09:55:21.0569648Z Collecting pynacl>=1.4.0 (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:21.0610454Z Downloading pynacl-1.6.1-cp38-abi3-win_amd64.whl.metadata (10 kB) 2025-12-04T09:55:21.1000236Z Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:21.1045166Z Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 2025-12-04T09:55:21.1252401Z Requirement already satisfied: urllib3>=1.26.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) (1.26.20) 2025-12-04T09:55:21.1454864Z Collecting Deprecated (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:21.1497018Z Downloading deprecated-1.3.1-py2.py3-none-any.whl.metadata (5.9 kB) 2025-12-04T09:55:21.1646777Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from sympy==1.13.3->-r .ci/docker/requirements-ci.txt (line 337)) (1.3.0) 2025-12-04T09:55:21.2385382Z Collecting ml_dtypes>=0.5.0 (from onnx==1.19.1->-r .ci/docker/requirements-ci.txt (line 342)) 2025-12-04T09:55:21.2427357Z Downloading ml_dtypes-0.5.4-cp310-cp310-win_amd64.whl.metadata (9.2 kB) 2025-12-04T09:55:21.2767343Z Collecting onnx_ir<2,>=0.1.10 (from onnxscript==0.5.4->-r .ci/docker/requirements-ci.txt (line 349)) 2025-12-04T09:55:21.2814221Z Downloading onnx_ir-0.1.12-py3-none-any.whl.metadata (3.2 kB) 2025-12-04T09:55:21.3496471Z Collecting pyDOE>=0.3.8 (from pwlf==2.2.1->-r .ci/docker/requirements-ci.txt (line 363)) 2025-12-04T09:55:21.3539759Z Downloading pyDOE-0.3.8.zip (22 kB) 2025-12-04T09:55:21.3804273Z Installing build dependencies: started 2025-12-04T09:55:23.0400216Z Installing build dependencies: finished with status 'done' 2025-12-04T09:55:23.0413698Z Getting requirements to build wheel: started 2025-12-04T09:55:23.5540854Z Getting requirements to build wheel: finished with status 'done' 2025-12-04T09:55:23.5565926Z Preparing metadata (pyproject.toml): started 2025-12-04T09:55:23.8599640Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-12-04T09:55:23.9395369Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 382)) 2025-12-04T09:55:23.9420496Z Using cached marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-12-04T09:55:23.9609311Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 382)) 2025-12-04T09:55:23.9631067Z Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-12-04T09:55:23.9951930Z Collecting distro (from scikit-build==0.18.1->-r .ci/docker/requirements-ci.txt (line 401)) 2025-12-04T09:55:23.9995661Z Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) 2025-12-04T09:55:24.1069926Z Collecting cuda-pathfinder~=1.1 (from cuda-bindings<13.0,>=12.0->-r .ci/docker/requirements-ci.txt (line 396)) 2025-12-04T09:55:24.1113350Z Downloading cuda_pathfinder-1.3.2-py3-none-any.whl.metadata (1.9 kB) 2025-12-04T09:55:24.1671175Z Collecting cachetools<7.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:24.1717990Z Downloading cachetools-6.2.2-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T09:55:24.2117227Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:24.2159245Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-12-04T09:55:24.2518103Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:24.2560337Z Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T09:55:24.3131711Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:24.3174342Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-12-04T09:55:24.3764673Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 298)) (2025.11.12) 2025-12-04T09:55:24.3773193Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 298)) (2.0.12) 2025-12-04T09:55:24.3783862Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\envs\py_tmp\lib\site-packages (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 298)) (3.11) 2025-12-04T09:55:24.4192243Z Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4->google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:24.4235690Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-12-04T09:55:24.7892459Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-12-04T09:55:24.7936615Z Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-12-04T09:55:24.8261654Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 382)) 2025-12-04T09:55:24.8293880Z Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T09:55:24.8882003Z Collecting audioread>=2.1.9 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:24.8923937Z Downloading audioread-3.1.0-py3-none-any.whl.metadata (9.0 kB) 2025-12-04T09:55:25.0655600Z Collecting scikit-learn>=1.1.0 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:25.0705943Z Downloading scikit_learn-1.7.2-cp310-cp310-win_amd64.whl.metadata (11 kB) 2025-12-04T09:55:26.0291347Z Collecting joblib>=1.0 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.0337295Z Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T09:55:26.0727943Z Collecting decorator>=4.3.0 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.0728597Z Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) 2025-12-04T09:55:26.1082210Z Collecting soundfile>=0.12.1 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.1127977Z Downloading soundfile-0.13.1-py2.py3-none-win_amd64.whl.metadata (16 kB) 2025-12-04T09:55:26.1488673Z Collecting pooch>=1.1 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.1534337Z Downloading pooch-1.8.2-py3-none-any.whl.metadata (10 kB) 2025-12-04T09:55:26.2558212Z Collecting soxr>=0.3.2 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.2644205Z Downloading soxr-1.0.0-cp310-cp310-win_amd64.whl.metadata (5.6 kB) 2025-12-04T09:55:26.3833541Z Collecting msgpack>=1.0 (from librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.3881550Z Downloading msgpack-1.1.2-cp310-cp310-win_amd64.whl.metadata (8.4 kB) 2025-12-04T09:55:26.4351437Z INFO: pip is looking at multiple versions of pytest-rerunfailures to determine which version is compatible with other requirements. This could take a while. 2025-12-04T09:55:26.4358607Z Collecting pytest-rerunfailures>=10.3 (from -r .ci/docker/requirements-ci.txt (line 202)) 2025-12-04T09:55:26.4403573Z Downloading pytest_rerunfailures-16.0.1-py3-none-any.whl.metadata (21 kB) 2025-12-04T09:55:26.4611781Z Downloading pytest_rerunfailures-16.0-py3-none-any.whl.metadata (20 kB) 2025-12-04T09:55:26.4802379Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-12-04T09:55:26.4990920Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-12-04T09:55:26.5188160Z Downloading pytest_rerunfailures-14.0-py3-none-any.whl.metadata (18 kB) 2025-12-04T09:55:26.5715700Z INFO: pip is looking at multiple versions of pyzstd to determine which version is compatible with other requirements. This could take a while. 2025-12-04T09:55:26.5722848Z Collecting pyzstd (from -r .ci/docker/requirements-ci.txt (line 370)) 2025-12-04T09:55:26.5766356Z Downloading pyzstd-0.17.0-cp310-cp310-win_amd64.whl.metadata (2.6 kB) 2025-12-04T09:55:26.5960864Z Downloading pyzstd-0.16.2-cp310-cp310-win_amd64.whl.metadata (2.5 kB) 2025-12-04T09:55:26.9144649Z Collecting platformdirs>=2.5.0 (from pooch>=1.1->librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:26.9191986Z Downloading platformdirs-4.5.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T09:55:27.2361789Z Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:27.2413142Z Downloading cryptography-46.0.3-cp38-abi3-win_amd64.whl.metadata (5.7 kB) 2025-12-04T09:55:27.4262749Z Collecting cffi>=2.0.0 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:27.4307226Z Downloading cffi-2.0.0-cp310-cp310-win_amd64.whl.metadata (2.6 kB) 2025-12-04T09:55:27.4521463Z INFO: pip is looking at multiple versions of cryptography to determine which version is compatible with other requirements. This could take a while. 2025-12-04T09:55:27.4533396Z Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:27.4578792Z Downloading cryptography-46.0.2-cp38-abi3-win_amd64.whl.metadata (5.7 kB) 2025-12-04T09:55:27.4859264Z Downloading cryptography-46.0.1-cp38-abi3-win_amd64.whl.metadata (5.7 kB) 2025-12-04T09:55:27.5169397Z Downloading cryptography-46.0.0-cp38-abi3-win_amd64.whl.metadata (5.7 kB) 2025-12-04T09:55:27.5481868Z Downloading cryptography-45.0.7-cp37-abi3-win_amd64.whl.metadata (5.7 kB) 2025-12-04T09:55:27.5935570Z Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:27.5979277Z Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) 2025-12-04T09:55:27.6452227Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 318)) 2025-12-04T09:55:27.6499736Z Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) 2025-12-04T09:55:27.6981947Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=1.1.0->librosa>=0.6.2->-r .ci/docker/requirements-ci.txt (line 71)) 2025-12-04T09:55:27.7032215Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-12-04T09:55:27.9722898Z Collecting wrapt<3,>=1.10 (from Deprecated->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 335)) 2025-12-04T09:55:27.9769847Z Downloading wrapt-2.0.1-cp310-cp310-win_amd64.whl.metadata (9.2 kB) 2025-12-04T09:55:28.0333363Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-12-04T09:55:28.0483990Z Downloading build-1.3.0-py3-none-any.whl (23 kB) 2025-12-04T09:55:28.0623097Z Downloading dill-0.3.7-py3-none-any.whl (115 kB) 2025-12-04T09:55:28.0767052Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-12-04T09:55:28.0892485Z Downloading fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-12-04T09:55:28.1051623Z Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-12-04T09:55:28.1231430Z Downloading aiohttp-3.13.2-cp310-cp310-win_amd64.whl (455 kB) 2025-12-04T09:55:28.1385357Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-12-04T09:55:28.1576833Z Downloading hypothesis-6.56.4-py3-none-any.whl (395 kB) 2025-12-04T09:55:28.1747987Z Downloading junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2025-12-04T09:55:28.1877825Z Downloading lark-0.12.0-py2.py3-none-any.whl (103 kB) 2025-12-04T09:55:28.2048634Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2025-12-04T09:55:28.2287637Z ---------------------------------------- 2.0/2.0 MB 55.1 MB/s 0:00:00 2025-12-04T09:55:28.2336521Z Downloading ninja-1.11.1.4-py3-none-win_amd64.whl (296 kB) 2025-12-04T09:55:28.2520107Z Downloading numba-0.55.2-cp310-cp310-win_amd64.whl (2.4 MB) 2025-12-04T09:55:28.2799682Z ---------------------------------------- 2.4/2.4 MB 67.7 MB/s 0:00:00 2025-12-04T09:55:28.2853103Z Downloading numpy-1.22.4-cp310-cp310-win_amd64.whl (14.7 MB) 2025-12-04T09:55:28.3636378Z ---------------------------------------- 14.7/14.7 MB 183.1 MB/s 0:00:00 2025-12-04T09:55:28.3692973Z Downloading pandas-2.0.3-cp310-cp310-win_amd64.whl (10.7 MB) 2025-12-04T09:55:28.5227432Z ---------------------------------------- 10.7/10.7 MB 66.7 MB/s 0:00:00 2025-12-04T09:55:28.5270996Z Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2025-12-04T09:55:28.5372947Z Downloading pillow-11.0.0-cp310-cp310-win_amd64.whl (2.6 MB) 2025-12-04T09:55:28.5575870Z ---------------------------------------- 2.6/2.6 MB 144.0 MB/s 0:00:00 2025-12-04T09:55:28.5634908Z Downloading protobuf-5.29.5-cp310-abi3-win_amd64.whl (434 kB) 2025-12-04T09:55:28.5768455Z Downloading pytest-7.3.2-py3-none-any.whl (320 kB) 2025-12-04T09:55:28.5879611Z Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-12-04T09:55:28.5978175Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-12-04T09:55:28.6077006Z Downloading pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-12-04T09:55:28.6164950Z Downloading xdoctest-1.3.0-py3-none-any.whl (152 kB) 2025-12-04T09:55:28.6296387Z Downloading Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2025-12-04T09:55:28.6423594Z ---------------------------------------- 1.1/1.1 MB 55.3 MB/s 0:00:00 2025-12-04T09:55:28.6471557Z Downloading scikit_image-0.22.0-cp310-cp310-win_amd64.whl (24.5 MB) 2025-12-04T09:55:28.8389844Z ---------------------------------------- 24.5/24.5 MB 119.4 MB/s 0:00:00 2025-12-04T09:55:28.8446036Z Downloading scipy-1.10.1-cp310-cp310-win_amd64.whl (42.5 MB) 2025-12-04T09:55:29.1617170Z ---------------------------------------- 42.5/42.5 MB 135.3 MB/s 0:00:00 2025-12-04T09:55:29.1679915Z Downloading lintrunner-0.12.7-py3-none-win_amd64.whl (1.7 MB) 2025-12-04T09:55:29.1842407Z ---------------------------------------- 1.7/1.7 MB 90.1 MB/s 0:00:00 2025-12-04T09:55:29.1887267Z Downloading ghstack-0.8.0-py3-none-any.whl (89 kB) 2025-12-04T09:55:29.1983826Z Downloading pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2025-12-04T09:55:29.2092939Z Downloading z3_solver-4.15.1.0-py3-none-win_amd64.whl (16.4 MB) 2025-12-04T09:55:29.3174709Z ---------------------------------------- 16.4/16.4 MB 172.0 MB/s 0:00:00 2025-12-04T09:55:29.3229347Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-12-04T09:55:29.3594934Z ---------------------------------------- 5.6/5.6 MB 165.9 MB/s 0:00:00 2025-12-04T09:55:29.3662124Z Downloading PyWavelets-1.4.1-cp310-cp310-win_amd64.whl (4.2 MB) 2025-12-04T09:55:29.3928291Z ---------------------------------------- 4.2/4.2 MB 243.8 MB/s 0:00:00 2025-12-04T09:55:29.4000698Z Downloading lxml-5.3.0-cp310-cp310-win_amd64.whl (3.8 MB) 2025-12-04T09:55:29.4322093Z ---------------------------------------- 3.8/3.8 MB 110.7 MB/s 0:00:00 2025-12-04T09:55:29.4384322Z Downloading PyGithub-2.3.0-py3-none-any.whl (354 kB) 2025-12-04T09:55:29.4497731Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-12-04T09:55:29.4860937Z ---------------------------------------- 6.2/6.2 MB 185.2 MB/s 0:00:00 2025-12-04T09:55:29.4914083Z Downloading onnx-1.19.1-cp310-cp310-win_amd64.whl (16.5 MB) 2025-12-04T09:55:29.5805109Z ---------------------------------------- 16.5/16.5 MB 207.7 MB/s 0:00:00 2025-12-04T09:55:29.5876837Z Downloading onnxscript-0.5.4-py3-none-any.whl (679 kB) 2025-12-04T09:55:29.5993487Z ---------------------------------------- 679.3/679.3 kB ? 0:00:00 2025-12-04T09:55:29.6037503Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-12-04T09:55:29.6156938Z Downloading pyyaml-6.0.3-cp310-cp310-win_amd64.whl (158 kB) 2025-12-04T09:55:29.6266713Z Downloading setuptools-78.1.1-py3-none-any.whl (1.3 MB) 2025-12-04T09:55:29.6407814Z ---------------------------------------- 1.3/1.3 MB 62.1 MB/s 0:00:00 2025-12-04T09:55:29.6453455Z Downloading packaging-23.1-py3-none-any.whl (48 kB) 2025-12-04T09:55:29.6570922Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-12-04T09:55:29.7899005Z ---------------------------------------- 17.7/17.7 MB 123.5 MB/s 0:00:00 2025-12-04T09:55:29.7924119Z Using cached dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-12-04T09:55:29.7979030Z Downloading cmake-3.31.6-py3-none-win_amd64.whl (36.4 MB) 2025-12-04T09:55:30.0503241Z ---------------------------------------- 36.4/36.4 MB 144.5 MB/s 0:00:00 2025-12-04T09:55:30.0562500Z Downloading tlparse-0.4.0-py3-none-win_amd64.whl (2.0 MB) 2025-12-04T09:55:30.0741802Z ---------------------------------------- 2.0/2.0 MB 117.0 MB/s 0:00:00 2025-12-04T09:55:30.0788325Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-12-04T09:55:30.0895365Z Downloading setuptools_git_versioning-2.1.0-py3-none-any.whl (10 kB) 2025-12-04T09:55:30.1011972Z Downloading scikit_build-0.18.1-py3-none-any.whl (85 kB) 2025-12-04T09:55:30.1109259Z Downloading pyre_extensions-0.0.32-py3-none-any.whl (12 kB) 2025-12-04T09:55:30.1223824Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-12-04T09:55:30.1328659Z Downloading click-8.3.1-py3-none-any.whl (108 kB) 2025-12-04T09:55:30.1443376Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2025-12-04T09:55:30.1550346Z Downloading cuda_bindings-12.9.4-cp310-cp310-win_amd64.whl (11.5 MB) 2025-12-04T09:55:30.2160434Z ---------------------------------------- 11.5/11.5 MB 177.8 MB/s 0:00:00 2025-12-04T09:55:30.2210243Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-12-04T09:55:30.2316031Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-12-04T09:55:30.2908279Z ---------------------------------------- 13.3/13.3 MB 210.2 MB/s 0:00:00 2025-12-04T09:55:30.3274487Z Downloading cuda_pathfinder-1.3.2-py3-none-any.whl (27 kB) 2025-12-04T09:55:30.3386707Z Downloading google_auth-2.43.0-py2.py3-none-any.whl (223 kB) 2025-12-04T09:55:30.3502241Z Downloading cachetools-6.2.2-py3-none-any.whl (11 kB) 2025-12-04T09:55:30.3599829Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-12-04T09:55:30.3700253Z Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-12-04T09:55:30.3804650Z Downloading llvmlite-0.38.1-cp310-cp310-win_amd64.whl (23.2 MB) 2025-12-04T09:55:30.5374221Z ---------------------------------------- 23.2/23.2 MB 164.0 MB/s 0:00:00 2025-12-04T09:55:30.5408361Z Using cached marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-12-04T09:55:30.5451404Z Downloading multidict-6.7.0-cp310-cp310-win_amd64.whl (46 kB) 2025-12-04T09:55:30.5562731Z Downloading onnx_ir-0.1.12-py3-none-any.whl (129 kB) 2025-12-04T09:55:30.5674060Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-12-04T09:55:30.5875825Z Downloading rsa-4.9.1-py3-none-any.whl (34 kB) 2025-12-04T09:55:30.5977071Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-12-04T09:55:30.6088114Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-12-04T09:55:30.6187041Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-12-04T09:55:30.6292282Z Downloading thriftpy2-0.5.3-cp310-cp310-win_amd64.whl (821 kB) 2025-12-04T09:55:30.6408504Z ---------------------------------------- 821.0/821.0 kB ? 0:00:00 2025-12-04T09:55:30.6455095Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-12-04T09:55:30.6576592Z Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 2025-12-04T09:55:30.6656062Z Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-12-04T09:55:30.6697876Z Downloading yarl-1.22.0-cp310-cp310-win_amd64.whl (86 kB) 2025-12-04T09:55:30.6808583Z Downloading librosa-0.11.0-py3-none-any.whl (260 kB) 2025-12-04T09:55:30.6934444Z Downloading pytest_rerunfailures-14.0-py3-none-any.whl (12 kB) 2025-12-04T09:55:30.7035647Z Downloading redis-7.1.0-py3-none-any.whl (354 kB) 2025-12-04T09:55:30.7154996Z Downloading pyzstd-0.16.2-cp310-cp310-win_amd64.whl (245 kB) 2025-12-04T09:55:30.7284221Z Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-12-04T09:55:30.7391849Z Downloading absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-12-04T09:55:30.7500202Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-12-04T09:55:30.7592515Z Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-12-04T09:55:30.7708126Z Downloading attrs-25.4.0-py3-none-any.whl (67 kB) 2025-12-04T09:55:30.7809578Z Downloading audioread-3.1.0-py3-none-any.whl (23 kB) 2025-12-04T09:55:30.7936318Z Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB) 2025-12-04T09:55:30.8034426Z Downloading execnet-2.1.2-py3-none-any.whl (40 kB) 2025-12-04T09:55:30.8133727Z Downloading frozenlist-1.8.0-cp310-cp310-win_amd64.whl (43 kB) 2025-12-04T09:55:30.8263019Z Downloading grpcio-1.76.0-cp310-cp310-win_amd64.whl (4.7 MB) 2025-12-04T09:55:30.8608329Z ---------------------------------------- 4.7/4.7 MB 138.9 MB/s 0:00:00 2025-12-04T09:55:30.8654808Z Downloading imageio-2.37.2-py3-none-any.whl (317 kB) 2025-12-04T09:55:30.8906889Z Downloading joblib-1.5.2-py3-none-any.whl (308 kB) 2025-12-04T09:55:30.9046644Z Downloading lazy_loader-0.4-py3-none-any.whl (12 kB) 2025-12-04T09:55:30.9144633Z Downloading markdown-3.10-py3-none-any.whl (107 kB) 2025-12-04T09:55:30.9251084Z Downloading ml_dtypes-0.5.4-cp310-cp310-win_amd64.whl (210 kB) 2025-12-04T09:55:30.9386292Z Downloading msgpack-1.1.2-cp310-cp310-win_amd64.whl (71 kB) 2025-12-04T09:55:30.9440526Z Using cached mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-12-04T09:55:30.9484903Z Downloading pooch-1.8.2-py3-none-any.whl (64 kB) 2025-12-04T09:55:30.9591273Z Downloading platformdirs-4.5.0-py3-none-any.whl (18 kB) 2025-12-04T09:55:30.9687802Z Downloading propcache-0.4.1-cp310-cp310-win_amd64.whl (41 kB) 2025-12-04T09:55:30.9779316Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-12-04T09:55:30.9909748Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-12-04T09:55:30.9991931Z Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 2025-12-04T09:55:31.0099112Z Downloading cryptography-45.0.7-cp37-abi3-win_amd64.whl (3.4 MB) 2025-12-04T09:55:31.0457080Z ---------------------------------------- 3.4/3.4 MB 101.0 MB/s 0:00:00 2025-12-04T09:55:31.0514819Z Downloading cffi-2.0.0-cp310-cp310-win_amd64.whl (182 kB) 2025-12-04T09:55:31.0635612Z Downloading pynacl-1.6.1-cp38-abi3-win_amd64.whl (238 kB) 2025-12-04T09:55:31.0756758Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-12-04T09:55:31.0878612Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-12-04T09:55:31.0978590Z Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) 2025-12-04T09:55:31.1128273Z Downloading scikit_learn-1.7.2-cp310-cp310-win_amd64.whl (8.9 MB) 2025-12-04T09:55:31.1834417Z ---------------------------------------- 8.9/8.9 MB 136.9 MB/s 0:00:00 2025-12-04T09:55:31.1896239Z Downloading soundfile-0.13.1-py2.py3-none-win_amd64.whl (1.0 MB) 2025-12-04T09:55:31.2047065Z ---------------------------------------- 1.0/1.0 MB 50.5 MB/s 0:00:00 2025-12-04T09:55:31.2093778Z Downloading soxr-1.0.0-cp310-cp310-win_amd64.whl (173 kB) 2025-12-04T09:55:31.2215770Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-12-04T09:55:31.2433135Z Downloading tifffile-2025.5.10-py3-none-any.whl (226 kB) 2025-12-04T09:55:31.2549893Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-12-04T09:55:31.2672559Z Downloading werkzeug-3.1.4-py3-none-any.whl (224 kB) 2025-12-04T09:55:31.2792018Z Downloading deprecated-1.3.1-py2.py3-none-any.whl (11 kB) 2025-12-04T09:55:31.2895603Z Downloading wrapt-2.0.1-cp310-cp310-win_amd64.whl (60 kB) 2025-12-04T09:55:31.2994830Z Downloading distro-1.9.0-py3-none-any.whl (20 kB) 2025-12-04T09:55:31.3093402Z Downloading future-1.0.0-py3-none-any.whl (491 kB) 2025-12-04T09:55:31.3219883Z Downloading pycparser-2.23-py3-none-any.whl (118 kB) 2025-12-04T09:55:31.3342858Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-12-04T09:55:32.7117151Z Building wheels for collected packages: coremltools, pwlf, pyDOE 2025-12-04T09:55:32.7141164Z Building wheel for coremltools (pyproject.toml): started 2025-12-04T09:55:34.3015021Z Building wheel for coremltools (pyproject.toml): finished with status 'done' 2025-12-04T09:55:34.3070589Z Created wheel for coremltools: filename=coremltools-5.0b5-py3-none-any.whl size=1211951 sha256=b4607a082d2a25e126484798771b3dbea50417e358d61be22b6183043385d974 2025-12-04T09:55:34.3072364Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\11\de\3c\e33b605af1effa76c230f5cc8a1e688d7bef9ea0d7189b58ca 2025-12-04T09:55:34.3155781Z Building wheel for pwlf (pyproject.toml): started 2025-12-04T09:55:34.6725064Z Building wheel for pwlf (pyproject.toml): finished with status 'done' 2025-12-04T09:55:34.6744731Z Created wheel for pwlf: filename=pwlf-2.2.1-py3-none-any.whl size=16741 sha256=fcdcf02687d86277a62cb78ace80c95aee0304a0125799badda2306ec6eb9f7a 2025-12-04T09:55:34.6746844Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\d9\13\6f\a9201ce279d71065ce782d82418d7c6877be6bb818ae0d1095 2025-12-04T09:55:34.6791273Z Building wheel for pyDOE (pyproject.toml): started 2025-12-04T09:55:35.0491621Z Building wheel for pyDOE (pyproject.toml): finished with status 'done' 2025-12-04T09:55:35.0513129Z Created wheel for pyDOE: filename=pydoe-0.3.8-py3-none-any.whl size=18257 sha256=fdbdf25e64d7aa5713faebbee509cf46fc5f7dfdee92e9155b8460ff412c2b23 2025-12-04T09:55:35.0515463Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ce\b6\d7\c6b64746dba6433c593e471e0ac3acf4f36040456d1d160d17 2025-12-04T09:55:35.0544824Z Successfully built coremltools pwlf pyDOE 2025-12-04T09:55:35.8649303Z Installing collected packages: z3-solver, sortedcontainers, pytz, ply, parameterized, lark, flatbuffers, xdoctest, wrapt, werkzeug, tzdata, typing-extensions, tqdm, tlparse, threadpoolctl, tensorboard-data-server, tabulate, sympy, six, setuptools, pyzstd, pyyaml, pyproject_hooks, pyjwt, pygments, pycparser, pyasn1, pulp, protobuf, propcache, platformdirs, pillow, packaging, oauthlib, numpy, ninja, networkx, mypy-extensions, msgpack, markdown, lxml, llvmlite, lintrunner, joblib, jmespath, future, frozenlist, filelock, expecttest, execnet, distro, dill, decorator, cuda-pathfinder, cmake, click, cachetools, audioread, attrs, async-timeout, aiohappyeyeballs, absl-py, unittest-xml-reporting, typing-inspect, tifffile, thriftpy2, soxr, setuptools-git-versioning, scipy, scikit-build, rsa, requests-oauthlib, redis, pywavelets, python-dateutil, pyasn1-modules, pooch, opt-einsum, numba, multidict, ml_dtypes, marshmallow, lazy_loader, junitparser, imageio, grpcio, Deprecated, cuda-bindings, coremltools, cffi, build, aiosignal, yarl, soundfile, scikit-learn, scikit-image, pytest, pyre-extensions, pynacl, pyDOE, pandas, onnx, hypothesis, google-auth, dataclasses_json, cryptography, botocore, s3transfer, pytest-xdist, pytest-subtests, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pwlf, onnx_ir, librosa, google-auth-oauthlib, aiohttp, tensorboard, PyGithub, onnxscript, ghstack, fbscribelogger, boto3 2025-12-04T09:55:37.6676878Z Attempting uninstall: typing-extensions 2025-12-04T09:55:37.6688031Z Found existing installation: typing_extensions 4.15.0 2025-12-04T09:55:37.6721908Z Uninstalling typing_extensions-4.15.0: 2025-12-04T09:55:38.0071321Z Successfully uninstalled typing_extensions-4.15.0 2025-12-04T09:55:38.2936054Z Attempting uninstall: sympy 2025-12-04T09:55:38.2947178Z Found existing installation: sympy 1.14.0 2025-12-04T09:55:38.7482741Z Uninstalling sympy-1.14.0: 2025-12-04T09:55:39.1690310Z Successfully uninstalled sympy-1.14.0 2025-12-04T09:55:48.0826419Z Attempting uninstall: setuptools 2025-12-04T09:55:48.0838131Z Found existing installation: setuptools 80.9.0 2025-12-04T09:55:48.0874850Z Uninstalling setuptools-80.9.0: 2025-12-04T09:55:48.4236707Z Successfully uninstalled setuptools-80.9.0 2025-12-04T09:55:49.8546943Z Attempting uninstall: pyyaml 2025-12-04T09:55:49.8555297Z Found existing installation: PyYAML 6.0.2 2025-12-04T09:55:49.8648061Z Uninstalling PyYAML-6.0.2: 2025-12-04T09:55:49.8682150Z Successfully uninstalled PyYAML-6.0.2 2025-12-04T09:55:50.0211047Z Attempting uninstall: pygments 2025-12-04T09:55:50.0219033Z Found existing installation: Pygments 2.19.2 2025-12-04T09:55:50.1098774Z Uninstalling Pygments-2.19.2: 2025-12-04T09:55:50.1239556Z Successfully uninstalled Pygments-2.19.2 2025-12-04T09:55:52.7926356Z Attempting uninstall: packaging 2025-12-04T09:55:52.7935312Z Found existing installation: packaging 25.0 2025-12-04T09:55:52.8010837Z Uninstalling packaging-25.0: 2025-12-04T09:55:52.8037401Z Successfully uninstalled packaging-25.0 2025-12-04T09:55:55.9025526Z Attempting uninstall: networkx 2025-12-04T09:55:55.9035655Z Found existing installation: networkx 3.4.2 2025-12-04T09:55:56.0687965Z Uninstalling networkx-3.4.2: 2025-12-04T09:55:56.0974913Z Successfully uninstalled networkx-3.4.2 2025-12-04T09:56:00.9557353Z Attempting uninstall: filelock 2025-12-04T09:56:00.9564830Z Found existing installation: filelock 3.20.0 2025-12-04T09:56:00.9621443Z Uninstalling filelock-3.20.0: 2025-12-04T09:56:00.9644679Z Successfully uninstalled filelock-3.20.0 2025-12-04T09:56:12.2233903Z Attempting uninstall: opt-einsum 2025-12-04T09:56:12.2243541Z Found existing installation: opt_einsum 3.4.0 2025-12-04T09:56:12.2358566Z Uninstalling opt_einsum-3.4.0: 2025-12-04T09:56:12.2395384Z Successfully uninstalled opt_einsum-3.4.0 2025-12-04T09:56:23.7566036Z Attempting uninstall: pytest 2025-12-04T09:56:23.7576065Z Found existing installation: pytest 9.0.1 2025-12-04T09:56:23.7828128Z Uninstalling pytest-9.0.1: 2025-12-04T09:56:24.3651934Z Successfully uninstalled pytest-9.0.1 2025-12-04T09:56:45.6421691Z 2025-12-04T09:56:45.6926907Z Successfully installed Deprecated-1.3.1 PyGithub-2.3.0 absl-py-2.3.1 aiohappyeyeballs-2.6.1 aiohttp-3.13.2 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.4.0 audioread-3.1.0 boto3-1.35.42 botocore-1.35.99 build-1.3.0 cachetools-6.2.2 cffi-2.0.0 click-8.3.1 cmake-3.31.6 coremltools-5.0b5 cryptography-45.0.7 cuda-bindings-12.9.4 cuda-pathfinder-1.3.2 dataclasses_json-0.6.7 decorator-5.2.1 dill-0.3.7 distro-1.9.0 execnet-2.1.2 expecttest-0.3.0 fbscribelogger-0.1.7 filelock-3.18.0 flatbuffers-24.12.23 frozenlist-1.8.0 future-1.0.0 ghstack-0.8.0 google-auth-2.43.0 google-auth-oauthlib-1.0.0 grpcio-1.76.0 hypothesis-6.56.4 imageio-2.37.2 jmespath-1.0.1 joblib-1.5.2 junitparser-2.1.1 lark-0.12.0 lazy_loader-0.4 librosa-0.11.0 lintrunner-0.12.7 llvmlite-0.38.1 lxml-5.3.0 markdown-3.10 marshmallow-3.26.1 ml_dtypes-0.5.4 msgpack-1.1.2 multidict-6.7.0 mypy-extensions-1.1.0 networkx-2.8.8 ninja-1.11.1.4 numba-0.55.2 numpy-1.22.4 oauthlib-3.3.1 onnx-1.19.1 onnx_ir-0.1.12 onnxscript-0.5.4 opt-einsum-3.3.0 packaging-23.1 pandas-2.0.3 parameterized-0.8.1 pillow-11.0.0 platformdirs-4.5.0 ply-3.11 pooch-1.8.2 propcache-0.4.1 protobuf-5.29.5 pulp-2.9.0 pwlf-2.2.1 pyDOE-0.3.8 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycparser-2.23 pygments-2.15.0 pyjwt-2.10.1 pynacl-1.6.1 pyproject_hooks-1.2.0 pyre-extensions-0.0.32 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-14.0 pytest-subtests-0.13.1 pytest-xdist-3.3.1 python-dateutil-2.9.0.post0 pytz-2025.2 pywavelets-1.4.1 pyyaml-6.0.3 pyzstd-0.16.2 redis-7.1.0 requests-oauthlib-2.0.0 rsa-4.9.1 s3transfer-0.10.4 scikit-build-0.18.1 scikit-image-0.22.0 scikit-learn-1.7.2 scipy-1.10.1 setuptools-78.1.1 setuptools-git-versioning-2.1.0 six-1.17.0 sortedcontainers-2.4.0 soundfile-0.13.1 soxr-1.0.0 sympy-1.13.3 tabulate-0.9.0 tensorboard-2.13.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 thriftpy2-0.5.3 tifffile-2025.5.10 tlparse-0.4.0 tqdm-4.67.1 typing-extensions-4.12.2 typing-inspect-0.9.0 tzdata-2025.2 unittest-xml-reporting-3.2.0 werkzeug-3.1.4 wrapt-2.0.1 xdoctest-1.3.0 yarl-1.22.0 z3-solver-4.15.1.0 2025-12-04T09:56:47.5110412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\functional.py 2025-12-04T09:56:47.5115587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\hub.py 2025-12-04T09:56:47.5119906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\library.py 2025-12-04T09:56:47.5124490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\overrides.py 2025-12-04T09:56:47.5128902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\py.typed 2025-12-04T09:56:47.5141735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quasirandom.py 2025-12-04T09:56:47.5145709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\random.py 2025-12-04T09:56:47.5149489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\return_types.py 2025-12-04T09:56:47.5153355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\return_types.pyi 2025-12-04T09:56:47.5159530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\serialization.py 2025-12-04T09:56:47.5164418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\storage.py 2025-12-04T09:56:47.5168608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\torch_version.py 2025-12-04T09:56:47.5172620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\types.py 2025-12-04T09:56:47.5176377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\version.py 2025-12-04T09:56:47.5180272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_appdirs.py 2025-12-04T09:56:47.5184201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C.cp310-win_amd64.pyd 2025-12-04T09:56:47.5188158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_classes.py 2025-12-04T09:56:47.5191993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_compile.py 2025-12-04T09:56:47.5195703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_ops.py 2025-12-04T09:56:47.5199785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_environment.py 2025-12-04T09:56:47.5203874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_guards.py 2025-12-04T09:56:47.5208271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_jit_internal.py 2025-12-04T09:56:47.5212509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_linalg_utils.py 2025-12-04T09:56:47.5216329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lobpcg.py 2025-12-04T09:56:47.5220568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lowrank.py 2025-12-04T09:56:47.5234697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_meta_registrations.py 2025-12-04T09:56:47.5240567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_namedtensor_internals.py 2025-12-04T09:56:47.5244482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_ops.py 2025-12-04T09:56:47.5248852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_python_dispatcher.py 2025-12-04T09:56:47.5252960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_size_docs.py 2025-12-04T09:56:47.5256838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_sources.py 2025-12-04T09:56:47.5262906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_storage_docs.py 2025-12-04T09:56:47.5268977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_streambase.py 2025-12-04T09:56:47.5275463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_tensor.py 2025-12-04T09:56:47.5281554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_tensor_docs.py 2025-12-04T09:56:47.5289009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_tensor_str.py 2025-12-04T09:56:47.5304082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_thread_safe_fork.py 2025-12-04T09:56:47.5309303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_torch_docs.py 2025-12-04T09:56:47.5320489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_utils.py 2025-12-04T09:56:47.5327159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_utils_internal.py 2025-12-04T09:56:47.5333475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_VF.py 2025-12-04T09:56:47.5339522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_VF.pyi 2025-12-04T09:56:47.5354292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vmap_internals.py 2025-12-04T09:56:47.5360766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_weights_only_unpickler.py 2025-12-04T09:56:47.5367136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__config__.py 2025-12-04T09:56:47.5373301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__future__.py 2025-12-04T09:56:47.5379440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__init__.py 2025-12-04T09:56:47.5401927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\memory.py 2025-12-04T09:56:47.5407898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\_utils.py 2025-12-04T09:56:47.5413811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\__init__.py 2025-12-04T09:56:47.5426220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\__pycache__\memory.cpython-310.pyc 2025-12-04T09:56:47.5432233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:47.5438205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5461700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\autocast_mode.py 2025-12-04T09:56:47.5468833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\grad_scaler.py 2025-12-04T09:56:47.5472994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\__init__.py 2025-12-04T09:56:47.5497010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-310.pyc 2025-12-04T09:56:47.5503502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-310.pyc 2025-12-04T09:56:47.5535440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5562533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\__init__.py 2025-12-04T09:56:47.5574496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\__init__.py 2025-12-04T09:56:47.5585858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2025-12-04T09:56:47.5593817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2025-12-04T09:56:47.5597638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2025-12-04T09:56:47.5605199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-310.pyc 2025-12-04T09:56:47.5611950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5621154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2025-12-04T09:56:47.5628578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2025-12-04T09:56:47.5632600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2025-12-04T09:56:47.5636344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2025-12-04T09:56:47.5640087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2025-12-04T09:56:47.5659035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-310.pyc 2025-12-04T09:56:47.5665924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-310.pyc 2025-12-04T09:56:47.5670082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:47.5684352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5693130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5703004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2025-12-04T09:56:47.5711204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2025-12-04T09:56:47.5718741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-12-04T09:56:47.5722600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-12-04T09:56:47.5730408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:47.5734491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5743078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5751596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2025-12-04T09:56:47.5755551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2025-12-04T09:56:47.5759249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2025-12-04T09:56:47.5765262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2025-12-04T09:56:47.5771302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2025-12-04T09:56:47.5792736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-310.pyc 2025-12-04T09:56:47.5799182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-310.pyc 2025-12-04T09:56:47.5805433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-310.pyc 2025-12-04T09:56:47.5819894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:47.5825926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5838687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5864275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5880810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\__init__.py 2025-12-04T09:56:47.5890946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2025-12-04T09:56:47.5913641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2025-12-04T09:56:47.5914489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2025-12-04T09:56:47.5921744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.5928190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5941465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.5954215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2025-12-04T09:56:47.5960307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2025-12-04T09:56:47.5966310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2025-12-04T09:56:47.5972252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2025-12-04T09:56:47.5994464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:47.6000629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-310.pyc 2025-12-04T09:56:47.6006812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6041270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6055332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6067729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2025-12-04T09:56:47.6078350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2025-12-04T09:56:47.6082473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2025-12-04T09:56:47.6089424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2025-12-04T09:56:47.6097370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-310.pyc 2025-12-04T09:56:47.6101719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:47.6105654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6124887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6144165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\functional.py 2025-12-04T09:56:47.6148379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2025-12-04T09:56:47.6156297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2025-12-04T09:56:47.6163787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2025-12-04T09:56:47.6170711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2025-12-04T09:56:47.6174638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2025-12-04T09:56:47.6178975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2025-12-04T09:56:47.6186716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:47.6191270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6195181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:47.6209340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6217796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6226939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2025-12-04T09:56:47.6230618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2025-12-04T09:56:47.6236577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2025-12-04T09:56:47.6240456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2025-12-04T09:56:47.6244057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2025-12-04T09:56:47.6257560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2025-12-04T09:56:47.6261492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2025-12-04T09:56:47.6267431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2025-12-04T09:56:47.6273567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2025-12-04T09:56:47.6279429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2025-12-04T09:56:47.6283351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2025-12-04T09:56:47.6296133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-310.pyc 2025-12-04T09:56:47.6302284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-310.pyc 2025-12-04T09:56:47.6311176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:47.6326246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-310.pyc 2025-12-04T09:56:47.6330842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-310.pyc 2025-12-04T09:56:47.6334386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-310.pyc 2025-12-04T09:56:47.6338574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6343288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-310.pyc 2025-12-04T09:56:47.6346631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:47.6350796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.6355592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6374791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2025-12-04T09:56:47.6382763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2025-12-04T09:56:47.6386935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2025-12-04T09:56:47.6390453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2025-12-04T09:56:47.6394501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2025-12-04T09:56:47.6399407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2025-12-04T09:56:47.6402161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2025-12-04T09:56:47.6420293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:47.6425215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6430837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:47.6443772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-310.pyc 2025-12-04T09:56:47.6447549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.6451703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6462348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6470991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:47.6475535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6487185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2025-12-04T09:56:47.6494881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2025-12-04T09:56:47.6499899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2025-12-04T09:56:47.6502704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2025-12-04T09:56:47.6533821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2025-12-04T09:56:47.6534551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2025-12-04T09:56:47.6535383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6536312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6548021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:47.6551978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.6556399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6575084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6584615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6594338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2025-12-04T09:56:47.6598277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2025-12-04T09:56:47.6602546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\__init__.py 2025-12-04T09:56:47.6609807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2025-12-04T09:56:47.6613839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2025-12-04T09:56:47.6618027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\mappings.py 2025-12-04T09:56:47.6621763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2025-12-04T09:56:47.6625530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2025-12-04T09:56:47.6639516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2025-12-04T09:56:47.6643469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2025-12-04T09:56:47.6648244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\utils.py 2025-12-04T09:56:47.6652122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2025-12-04T09:56:47.6655939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__init__.py 2025-12-04T09:56:47.6663225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-310.pyc 2025-12-04T09:56:47.6667653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-310.pyc 2025-12-04T09:56:47.6671876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-310.pyc 2025-12-04T09:56:47.6685476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-310.pyc 2025-12-04T09:56:47.6689533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-310.pyc 2025-12-04T09:56:47.6694008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-310.pyc 2025-12-04T09:56:47.6698201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-310.pyc 2025-12-04T09:56:47.6702190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.6707272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-310.pyc 2025-12-04T09:56:47.6712014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6732343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-310.pyc 2025-12-04T09:56:47.6737031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-310.pyc 2025-12-04T09:56:47.6741660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6761277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_mappings.py 2025-12-04T09:56:47.6765524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\__init__.py 2025-12-04T09:56:47.6773574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2025-12-04T09:56:47.6778074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2025-12-04T09:56:47.6782057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2025-12-04T09:56:47.6795763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2025-12-04T09:56:47.6804373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-310.pyc 2025-12-04T09:56:47.6807213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-310.pyc 2025-12-04T09:56:47.6811452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-310.pyc 2025-12-04T09:56:47.6826381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6845555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2025-12-04T09:56:47.6849944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2025-12-04T09:56:47.6854294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2025-12-04T09:56:47.6867485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2025-12-04T09:56:47.6872945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2025-12-04T09:56:47.6879796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.6885682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.6888106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.6903980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.6906392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6916924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2025-12-04T09:56:47.6924062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2025-12-04T09:56:47.6929437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2025-12-04T09:56:47.6947203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.6952978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.6966488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2025-12-04T09:56:47.6972704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2025-12-04T09:56:47.6985648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-310.pyc 2025-12-04T09:56:47.6991855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7014638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2025-12-04T09:56:47.7019129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2025-12-04T09:56:47.7023313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2025-12-04T09:56:47.7037063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2025-12-04T09:56:47.7047435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2025-12-04T09:56:47.7054736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2025-12-04T09:56:47.7059042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2025-12-04T09:56:47.7063081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2025-12-04T09:56:47.7080646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-310.pyc 2025-12-04T09:56:47.7085057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-310.pyc 2025-12-04T09:56:47.7089219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7108021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7117471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.7121603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.7125594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-310.pyc 2025-12-04T09:56:47.7139884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7149799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2025-12-04T09:56:47.7154511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2025-12-04T09:56:47.7158766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2025-12-04T09:56:47.7172365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2025-12-04T09:56:47.7176506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2025-12-04T09:56:47.7180843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2025-12-04T09:56:47.7185181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2025-12-04T09:56:47.7189405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2025-12-04T09:56:47.7198194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-310.pyc 2025-12-04T09:56:47.7202371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-310.pyc 2025-12-04T09:56:47.7206851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-310.pyc 2025-12-04T09:56:47.7221196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-310.pyc 2025-12-04T09:56:47.7225657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-310.pyc 2025-12-04T09:56:47.7230180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-310.pyc 2025-12-04T09:56:47.7234361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-310.pyc 2025-12-04T09:56:47.7238950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7249112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7258711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-310.pyc 2025-12-04T09:56:47.7263262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7273957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2025-12-04T09:56:47.7279868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2025-12-04T09:56:47.7282585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2025-12-04T09:56:47.7298985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\observer.py 2025-12-04T09:56:47.7302303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\qconfig.py 2025-12-04T09:56:47.7306413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2025-12-04T09:56:47.7311867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2025-12-04T09:56:47.7315060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantize.py 2025-12-04T09:56:47.7319453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2025-12-04T09:56:47.7324446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2025-12-04T09:56:47.7328170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2025-12-04T09:56:47.7332416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quant_type.py 2025-12-04T09:56:47.7337227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\stubs.py 2025-12-04T09:56:47.7340698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\utils.py 2025-12-04T09:56:47.7345004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2025-12-04T09:56:47.7349713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\_equalize.py 2025-12-04T09:56:47.7353473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2025-12-04T09:56:47.7357681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__init__.py 2025-12-04T09:56:47.7368528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2025-12-04T09:56:47.7371341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2025-12-04T09:56:47.7375803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2025-12-04T09:56:47.7381195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2025-12-04T09:56:47.7393989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2025-12-04T09:56:47.7399876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2025-12-04T09:56:47.7402324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2025-12-04T09:56:47.7406858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2025-12-04T09:56:47.7410265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2025-12-04T09:56:47.7414509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2025-12-04T09:56:47.7418961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2025-12-04T09:56:47.7422920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2025-12-04T09:56:47.7431772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-310.pyc 2025-12-04T09:56:47.7436510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-310.pyc 2025-12-04T09:56:47.7440720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-310.pyc 2025-12-04T09:56:47.7454685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-310.pyc 2025-12-04T09:56:47.7459198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-310.pyc 2025-12-04T09:56:47.7463762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-310.pyc 2025-12-04T09:56:47.7467816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-310.pyc 2025-12-04T09:56:47.7472137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.7476457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-310.pyc 2025-12-04T09:56:47.7482070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-310.pyc 2025-12-04T09:56:47.7484941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-310.pyc 2025-12-04T09:56:47.7488993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7498658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\convert.py 2025-12-04T09:56:47.7502925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2025-12-04T09:56:47.7509192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2025-12-04T09:56:47.7511621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2025-12-04T09:56:47.7515411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2025-12-04T09:56:47.7530041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2025-12-04T09:56:47.7534041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2025-12-04T09:56:47.7537880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2025-12-04T09:56:47.7542288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2025-12-04T09:56:47.7546061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2025-12-04T09:56:47.7549977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2025-12-04T09:56:47.7554558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2025-12-04T09:56:47.7559004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2025-12-04T09:56:47.7562910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2025-12-04T09:56:47.7566801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\utils.py 2025-12-04T09:56:47.7570811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2025-12-04T09:56:47.7575067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2025-12-04T09:56:47.7579595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2025-12-04T09:56:47.7583994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2025-12-04T09:56:47.7592323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2025-12-04T09:56:47.7598156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2025-12-04T09:56:47.7601755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2025-12-04T09:56:47.7615889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2025-12-04T09:56:47.7619884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2025-12-04T09:56:47.7627969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-310.pyc 2025-12-04T09:56:47.7632143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-310.pyc 2025-12-04T09:56:47.7636331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-310.pyc 2025-12-04T09:56:47.7650552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-310.pyc 2025-12-04T09:56:47.7654672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7665710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-310.pyc 2025-12-04T09:56:47.7670143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-310.pyc 2025-12-04T09:56:47.7674484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-310.pyc 2025-12-04T09:56:47.7687843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-310.pyc 2025-12-04T09:56:47.7691659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-310.pyc 2025-12-04T09:56:47.7695481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-310.pyc 2025-12-04T09:56:47.7699668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-310.pyc 2025-12-04T09:56:47.7703627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-310.pyc 2025-12-04T09:56:47.7707632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-310.pyc 2025-12-04T09:56:47.7711707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-310.pyc 2025-12-04T09:56:47.7715806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-310.pyc 2025-12-04T09:56:47.7720539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-310.pyc 2025-12-04T09:56:47.7724578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-310.pyc 2025-12-04T09:56:47.7728434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-310.pyc 2025-12-04T09:56:47.7732467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.7736527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-310.pyc 2025-12-04T09:56:47.7750640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-310.pyc 2025-12-04T09:56:47.7754713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-310.pyc 2025-12-04T09:56:47.7758926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7768158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2025-12-04T09:56:47.7772172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2025-12-04T09:56:47.7775921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2025-12-04T09:56:47.7780050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\lowering.py 2025-12-04T09:56:47.7794007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2025-12-04T09:56:47.7797908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2025-12-04T09:56:47.7801646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2025-12-04T09:56:47.7805750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2025-12-04T09:56:47.7809968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\_affine_quantization.py 2025-12-04T09:56:47.7814004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2025-12-04T09:56:47.7818033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2025-12-04T09:56:47.7825635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2025-12-04T09:56:47.7831007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2025-12-04T09:56:47.7839324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-310.pyc 2025-12-04T09:56:47.7843604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7852395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-310.pyc 2025-12-04T09:56:47.7856695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-310.pyc 2025-12-04T09:56:47.7860985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-310.pyc 2025-12-04T09:56:47.7875014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\lowering.cpython-310.pyc 2025-12-04T09:56:47.7879289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-310.pyc 2025-12-04T09:56:47.7883528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-310.pyc 2025-12-04T09:56:47.7887369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-310.pyc 2025-12-04T09:56:47.7891669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.7896157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_affine_quantization.cpython-310.pyc 2025-12-04T09:56:47.7900364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-310.pyc 2025-12-04T09:56:47.7905622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.7915525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2025-12-04T09:56:47.7919511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2025-12-04T09:56:47.7923759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2025-12-04T09:56:47.7938243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2025-12-04T09:56:47.7942501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2025-12-04T09:56:47.7947267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2025-12-04T09:56:47.7951320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2025-12-04T09:56:47.7955961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py 2025-12-04T09:56:47.7960033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2025-12-04T09:56:47.7968538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-310.pyc 2025-12-04T09:56:47.7973092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-310.pyc 2025-12-04T09:56:47.7977238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-310.pyc 2025-12-04T09:56:47.7991349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.7995359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-310.pyc 2025-12-04T09:56:47.7999720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-310.pyc 2025-12-04T09:56:47.8003926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-310.pyc 2025-12-04T09:56:47.8008251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xpu_inductor_quantizer.cpython-310.pyc 2025-12-04T09:56:47.8012472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8032691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-310.pyc 2025-12-04T09:56:47.8036680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-310.pyc 2025-12-04T09:56:47.8040788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-310.pyc 2025-12-04T09:56:47.8056145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-310.pyc 2025-12-04T09:56:47.8061600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-310.pyc 2025-12-04T09:56:47.8066150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-310.pyc 2025-12-04T09:56:47.8070896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-310.pyc 2025-12-04T09:56:47.8075669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-310.pyc 2025-12-04T09:56:47.8080397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-310.pyc 2025-12-04T09:56:47.8084925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-310.pyc 2025-12-04T09:56:47.8089272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-310.pyc 2025-12-04T09:56:47.8094369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-310.pyc 2025-12-04T09:56:47.8099234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-310.pyc 2025-12-04T09:56:47.8104029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.8108707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-310.pyc 2025-12-04T09:56:47.8113901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-310.pyc 2025-12-04T09:56:47.8128868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-310.pyc 2025-12-04T09:56:47.8132289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8152585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8163201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\anomaly_mode.py 2025-12-04T09:56:47.8167119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\forward_ad.py 2025-12-04T09:56:47.8171779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\function.py 2025-12-04T09:56:47.8177021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\functional.py 2025-12-04T09:56:47.8527472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\gradcheck.py 2025-12-04T09:56:47.8532744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\grad_mode.py 2025-12-04T09:56:47.8537338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\graph.py 2025-12-04T09:56:47.8541868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\profiler.py 2025-12-04T09:56:47.8546520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\profiler_legacy.py 2025-12-04T09:56:47.8552204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\profiler_util.py 2025-12-04T09:56:47.8557128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\variable.py 2025-12-04T09:56:47.8561601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__init__.py 2025-12-04T09:56:47.8571344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\tensor.py 2025-12-04T09:56:47.8576085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\utils.py 2025-12-04T09:56:47.8580673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\__init__.py 2025-12-04T09:56:47.8589995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-310.pyc 2025-12-04T09:56:47.8594011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.8598317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8612436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-310.pyc 2025-12-04T09:56:47.8616549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-310.pyc 2025-12-04T09:56:47.8620561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\function.cpython-310.pyc 2025-12-04T09:56:47.8629166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:47.8633270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-310.pyc 2025-12-04T09:56:47.8637511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-310.pyc 2025-12-04T09:56:47.8641708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-310.pyc 2025-12-04T09:56:47.8645701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-310.pyc 2025-12-04T09:56:47.8649749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-310.pyc 2025-12-04T09:56:47.8654318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-310.pyc 2025-12-04T09:56:47.8658455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-310.pyc 2025-12-04T09:56:47.8662977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8673453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\__init__.py 2025-12-04T09:56:47.8680972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cpu\__init__.py 2025-12-04T09:56:47.8688385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8696236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cuda\__init__.py 2025-12-04T09:56:47.8704539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8712388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cudnn\rnn.py 2025-12-04T09:56:47.8717041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cudnn\__init__.py 2025-12-04T09:56:47.8725366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:47.8729167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8737126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cusparselt\__init__.py 2025-12-04T09:56:47.8744650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8757626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\kleidiai\__init__.py 2025-12-04T09:56:47.8766577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\kleidiai\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8774951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mha\__init__.py 2025-12-04T09:56:47.8783568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8792116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\miopen\__init__.py 2025-12-04T09:56:47.8799935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\miopen\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8808312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mkl\__init__.py 2025-12-04T09:56:47.8816065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8824949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mkldnn\__init__.py 2025-12-04T09:56:47.8832730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8841524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mps\__init__.py 2025-12-04T09:56:47.8849284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8857604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\nnpack\__init__.py 2025-12-04T09:56:47.8865370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8873378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\openmp\__init__.py 2025-12-04T09:56:47.8881835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8890248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2025-12-04T09:56:47.8898239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8906692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\quantized\__init__.py 2025-12-04T09:56:47.8914986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8923540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xeon\run_cpu.py 2025-12-04T09:56:47.8928117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xeon\__init__.py 2025-12-04T09:56:47.8934897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-310.pyc 2025-12-04T09:56:47.8939413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8947909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xnnpack\__init__.py 2025-12-04T09:56:47.8956003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8964611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_coreml\preprocess.py 2025-12-04T09:56:47.8968390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_coreml\__init__.py 2025-12-04T09:56:47.8975407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-310.pyc 2025-12-04T09:56:47.8979657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.8988294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\prepare.py 2025-12-04T09:56:47.8992002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\serializer.py 2025-12-04T09:56:47.8996657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\__init__.py 2025-12-04T09:56:47.9003689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-310.pyc 2025-12-04T09:56:47.9007876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-310.pyc 2025-12-04T09:56:47.9012565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9027783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9037517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\FileStoreTest.exe 2025-12-04T09:56:47.9044005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\protoc.exe 2025-12-04T09:56:47.9065331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\TCPStoreTest.exe 2025-12-04T09:56:47.9071733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\test_api.exe 2025-12-04T09:56:47.9128287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\test_jit.exe 2025-12-04T09:56:47.9163900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\bin\test_lazy.exe 2025-12-04T09:56:47.9185515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\config.py 2025-12-04T09:56:47.9189467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\_cache.py 2025-12-04T09:56:47.9193114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\__init__.py 2025-12-04T09:56:47.9200913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:47.9204803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\__pycache__\_cache.cpython-310.pyc 2025-12-04T09:56:47.9208670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9222447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2025-12-04T09:56:47.9226270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\contrib\__init__.py 2025-12-04T09:56:47.9233414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-310.pyc 2025-12-04T09:56:47.9237225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9246503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\__init__.py 2025-12-04T09:56:47.9254158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2025-12-04T09:56:47.9258413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2025-12-04T09:56:47.9262038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\__init__.py 2025-12-04T09:56:47.9274217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-310.pyc 2025-12-04T09:56:47.9278040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-310.pyc 2025-12-04T09:56:47.9281833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9294687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9311431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\csrc\inductor\aoti_runtime\model.h 2025-12-04T09:56:47.9322531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\comm.py 2025-12-04T09:56:47.9326238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\gds.py 2025-12-04T09:56:47.9329901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\graphs.py 2025-12-04T09:56:47.9334017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\green_contexts.py 2025-12-04T09:56:47.9338520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\jiterator.py 2025-12-04T09:56:47.9346819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\memory.py 2025-12-04T09:56:47.9350797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\nccl.py 2025-12-04T09:56:47.9354653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\nvtx.py 2025-12-04T09:56:47.9358417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\profiler.py 2025-12-04T09:56:47.9362065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\random.py 2025-12-04T09:56:47.9365799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\sparse.py 2025-12-04T09:56:47.9369546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\streams.py 2025-12-04T09:56:47.9373170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\tunable.py 2025-12-04T09:56:47.9376923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_device_limits.py 2025-12-04T09:56:47.9380830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_gpu_trace.py 2025-12-04T09:56:47.9384671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_memory_viz.py 2025-12-04T09:56:47.9388547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_pin_memory_utils.py 2025-12-04T09:56:47.9392584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_sanitizer.py 2025-12-04T09:56:47.9396416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\_utils.py 2025-12-04T09:56:47.9400168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__init__.py 2025-12-04T09:56:47.9408079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2025-12-04T09:56:47.9411938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\common.py 2025-12-04T09:56:47.9415596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2025-12-04T09:56:47.9419731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\__init__.py 2025-12-04T09:56:47.9432700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-310.pyc 2025-12-04T09:56:47.9436977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:47.9440933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-310.pyc 2025-12-04T09:56:47.9449719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9459268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-310.pyc 2025-12-04T09:56:47.9463388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-310.pyc 2025-12-04T09:56:47.9467129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-310.pyc 2025-12-04T09:56:47.9475912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\green_contexts.cpython-310.pyc 2025-12-04T09:56:47.9480085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-310.pyc 2025-12-04T09:56:47.9483984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-310.pyc 2025-12-04T09:56:47.9488220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-310.pyc 2025-12-04T09:56:47.9492189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-310.pyc 2025-12-04T09:56:47.9495967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-310.pyc 2025-12-04T09:56:47.9499979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\random.cpython-310.pyc 2025-12-04T09:56:47.9504064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-310.pyc 2025-12-04T09:56:47.9508501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-310.pyc 2025-12-04T09:56:47.9512542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-310.pyc 2025-12-04T09:56:47.9516531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_device_limits.cpython-310.pyc 2025-12-04T09:56:47.9521108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-310.pyc 2025-12-04T09:56:47.9525029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-310.pyc 2025-12-04T09:56:47.9529204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_pin_memory_utils.cpython-310.pyc 2025-12-04T09:56:47.9538070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-310.pyc 2025-12-04T09:56:47.9542265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:47.9546204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9558184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\argparse_util.py 2025-12-04T09:56:47.9562971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\c10d_logger.py 2025-12-04T09:56:47.9567102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\collective_utils.py 2025-12-04T09:56:47.9575652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\constants.py 2025-12-04T09:56:47.9580027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\device_mesh.py 2025-12-04T09:56:47.9584616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\distributed_c10d.py 2025-12-04T09:56:47.9590831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\launch.py 2025-12-04T09:56:47.9594894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\logging_handlers.py 2025-12-04T09:56:47.9598960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\remote_device.py 2025-12-04T09:56:47.9602821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rendezvous.py 2025-12-04T09:56:47.9606829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\run.py 2025-12-04T09:56:47.9610820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\utils.py 2025-12-04T09:56:47.9614611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_checkpointable.py 2025-12-04T09:56:47.9619007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable_state.py 2025-12-04T09:56:47.9623678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_dist2.py 2025-12-04T09:56:47.9627559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_functional_collectives.py 2025-12-04T09:56:47.9632222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2025-12-04T09:56:47.9635855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_mesh_layout.py 2025-12-04T09:56:47.9640145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_serialization.py 2025-12-04T09:56:47.9644961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_state_dict_utils.py 2025-12-04T09:56:47.9649863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__init__.py 2025-12-04T09:56:47.9667783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\join.py 2025-12-04T09:56:47.9672492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\__init__.py 2025-12-04T09:56:47.9681857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2025-12-04T09:56:47.9686002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2025-12-04T09:56:47.9690256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2025-12-04T09:56:47.9699573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2025-12-04T09:56:47.9703513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2025-12-04T09:56:47.9707975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2025-12-04T09:56:47.9712245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2025-12-04T09:56:47.9716944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2025-12-04T09:56:47.9720981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2025-12-04T09:56:47.9729686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-310.pyc 2025-12-04T09:56:47.9734003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-310.pyc 2025-12-04T09:56:47.9738477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-310.pyc 2025-12-04T09:56:47.9747293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-310.pyc 2025-12-04T09:56:47.9751614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-310.pyc 2025-12-04T09:56:47.9755881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-310.pyc 2025-12-04T09:56:47.9760129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-310.pyc 2025-12-04T09:56:47.9764684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-310.pyc 2025-12-04T09:56:47.9768786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9782815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2025-12-04T09:56:47.9787364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2025-12-04T09:56:47.9791202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2025-12-04T09:56:47.9799919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2025-12-04T09:56:47.9807519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-310.pyc 2025-12-04T09:56:47.9811870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-310.pyc 2025-12-04T09:56:47.9816184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:47.9825297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9835197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2025-12-04T09:56:47.9839760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2025-12-04T09:56:47.9847051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-310.pyc 2025-12-04T09:56:47.9851309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9861175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2025-12-04T09:56:47.9865304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2025-12-04T09:56:47.9873500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-310.pyc 2025-12-04T09:56:47.9878035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9886782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2025-12-04T09:56:47.9891237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2025-12-04T09:56:47.9899318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-310.pyc 2025-12-04T09:56:47.9903427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9912125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2025-12-04T09:56:47.9916064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2025-12-04T09:56:47.9922947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-310.pyc 2025-12-04T09:56:47.9927248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9935736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-310.pyc 2025-12-04T09:56:47.9940122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9949044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\autograd\__init__.py 2025-12-04T09:56:47.9956836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:47.9966171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\api.py 2025-12-04T09:56:47.9970022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2025-12-04T09:56:47.9974175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2025-12-04T09:56:47.9978448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2025-12-04T09:56:47.9987054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\hf_storage.py 2025-12-04T09:56:47.9991113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\logger.py 2025-12-04T09:56:47.9995376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2025-12-04T09:56:47.9999301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2025-12-04T09:56:48.0003330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2025-12-04T09:56:48.0007241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\planner.py 2025-12-04T09:56:48.0011066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2025-12-04T09:56:48.0015128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\quantized_hf_storage.py 2025-12-04T09:56:48.0019207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2025-12-04T09:56:48.0023155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\staging.py 2025-12-04T09:56:48.0026974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2025-12-04T09:56:48.0030841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2025-12-04T09:56:48.0035422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2025-12-04T09:56:48.0039786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2025-12-04T09:56:48.0043753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\storage.py 2025-12-04T09:56:48.0047507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\utils.py 2025-12-04T09:56:48.0051410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_async_executor.py 2025-12-04T09:56:48.0056043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_async_process_executor.py 2025-12-04T09:56:48.0060207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_async_thread_executor.py 2025-12-04T09:56:48.0069527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2025-12-04T09:56:48.0073791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_consolidate_hf_safetensors.py 2025-12-04T09:56:48.0078243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2025-12-04T09:56:48.0082915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2025-12-04T09:56:48.0086995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_extension.py 2025-12-04T09:56:48.0091038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2025-12-04T09:56:48.0094959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_hf_utils.py 2025-12-04T09:56:48.0100098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2025-12-04T09:56:48.0105300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_pg_transport.py 2025-12-04T09:56:48.0115313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2025-12-04T09:56:48.0130801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_state_dict_stager.py 2025-12-04T09:56:48.0131751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2025-12-04T09:56:48.0132550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2025-12-04T09:56:48.0134407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_version.py 2025-12-04T09:56:48.0139064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2025-12-04T09:56:48.0149438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\barriers.py 2025-12-04T09:56:48.0153886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\builder.py 2025-12-04T09:56:48.0158501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpointer.py 2025-12-04T09:56:48.0163439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_process.py 2025-12-04T09:56:48.0173419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_reader.py 2025-12-04T09:56:48.0178201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_writer.py 2025-12-04T09:56:48.0182182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\config.py 2025-12-04T09:56:48.0186350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\staging.py 2025-12-04T09:56:48.0190230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\types.py 2025-12-04T09:56:48.0194281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\utils.py 2025-12-04T09:56:48.0198464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__init__.py 2025-12-04T09:56:48.0207024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\barriers.cpython-310.pyc 2025-12-04T09:56:48.0211370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\builder.cpython-310.pyc 2025-12-04T09:56:48.0215392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpointer.cpython-310.pyc 2025-12-04T09:56:48.0224790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_process.cpython-310.pyc 2025-12-04T09:56:48.0229043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_reader.cpython-310.pyc 2025-12-04T09:56:48.0233149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_writer.cpython-310.pyc 2025-12-04T09:56:48.0237130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:48.0241416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\staging.cpython-310.pyc 2025-12-04T09:56:48.0245813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\types.cpython-310.pyc 2025-12-04T09:56:48.0249875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.0254046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0264063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0268276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-310.pyc 2025-12-04T09:56:48.0272314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-310.pyc 2025-12-04T09:56:48.0281242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-310.pyc 2025-12-04T09:56:48.0285354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\hf_storage.cpython-310.pyc 2025-12-04T09:56:48.0289323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-310.pyc 2025-12-04T09:56:48.0293386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-310.pyc 2025-12-04T09:56:48.0306976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-310.pyc 2025-12-04T09:56:48.0311248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-310.pyc 2025-12-04T09:56:48.0315487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-310.pyc 2025-12-04T09:56:48.0319715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-310.pyc 2025-12-04T09:56:48.0323997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\quantized_hf_storage.cpython-310.pyc 2025-12-04T09:56:48.0328021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-310.pyc 2025-12-04T09:56:48.0332145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-310.pyc 2025-12-04T09:56:48.0336232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-310.pyc 2025-12-04T09:56:48.0340510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-310.pyc 2025-12-04T09:56:48.0344914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-310.pyc 2025-12-04T09:56:48.0354529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-310.pyc 2025-12-04T09:56:48.0358779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-310.pyc 2025-12-04T09:56:48.0362830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.0367331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_executor.cpython-310.pyc 2025-12-04T09:56:48.0371561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_process_executor.cpython-310.pyc 2025-12-04T09:56:48.0375725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_thread_executor.cpython-310.pyc 2025-12-04T09:56:48.0380324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-310.pyc 2025-12-04T09:56:48.0384675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_consolidate_hf_safetensors.cpython-310.pyc 2025-12-04T09:56:48.0393116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-310.pyc 2025-12-04T09:56:48.0397213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-310.pyc 2025-12-04T09:56:48.0401395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_extension.cpython-310.pyc 2025-12-04T09:56:48.0405361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-310.pyc 2025-12-04T09:56:48.0409505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_hf_utils.cpython-310.pyc 2025-12-04T09:56:48.0413549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-310.pyc 2025-12-04T09:56:48.0418056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_pg_transport.cpython-310.pyc 2025-12-04T09:56:48.0422873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-310.pyc 2025-12-04T09:56:48.0437277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_state_dict_stager.cpython-310.pyc 2025-12-04T09:56:48.0441771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-310.pyc 2025-12-04T09:56:48.0446003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-310.pyc 2025-12-04T09:56:48.0450461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-310.pyc 2025-12-04T09:56:48.0454717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0465404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\_frontend.py 2025-12-04T09:56:48.0469614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\_handlers.py 2025-12-04T09:56:48.0473524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\_store.py 2025-12-04T09:56:48.0477557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\__init__.py 2025-12-04T09:56:48.0491087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\__pycache__\_frontend.cpython-310.pyc 2025-12-04T09:56:48.0495759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\__pycache__\_handlers.cpython-310.pyc 2025-12-04T09:56:48.0500187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\__pycache__\_store.cpython-310.pyc 2025-12-04T09:56:48.0509088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\debug\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0519153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\control_plane.py 2025-12-04T09:56:48.0523427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\__init__.py 2025-12-04T09:56:48.0532850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2025-12-04T09:56:48.0540086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2025-12-04T09:56:48.0545061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2025-12-04T09:56:48.0549760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2025-12-04T09:56:48.0554539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2025-12-04T09:56:48.0568865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0573987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-310.pyc 2025-12-04T09:56:48.0579050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-310.pyc 2025-12-04T09:56:48.0589576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0598611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0607535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\api.py 2025-12-04T09:56:48.0611520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2025-12-04T09:56:48.0615328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2025-12-04T09:56:48.0623624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0628069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-310.pyc 2025-12-04T09:56:48.0632191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0645466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2025-12-04T09:56:48.0649268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2025-12-04T09:56:48.0656927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0662564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0675769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2025-12-04T09:56:48.0679940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2025-12-04T09:56:48.0684204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2025-12-04T09:56:48.0687936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2025-12-04T09:56:48.0700537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2025-12-04T09:56:48.0704518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2025-12-04T09:56:48.0708428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2025-12-04T09:56:48.0717001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-310.pyc 2025-12-04T09:56:48.0721021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-310.pyc 2025-12-04T09:56:48.0724950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0738510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2025-12-04T09:56:48.0742583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2025-12-04T09:56:48.0746497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2025-12-04T09:56:48.0759081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-310.pyc 2025-12-04T09:56:48.0763787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-310.pyc 2025-12-04T09:56:48.0767992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0782339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0786581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-310.pyc 2025-12-04T09:56:48.0790634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-310.pyc 2025-12-04T09:56:48.0798769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0807242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2025-12-04T09:56:48.0811186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2025-12-04T09:56:48.0815075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2025-12-04T09:56:48.0824624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2025-12-04T09:56:48.0828886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2025-12-04T09:56:48.0832886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2025-12-04T09:56:48.0837301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2025-12-04T09:56:48.0841340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2025-12-04T09:56:48.0845398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2025-12-04T09:56:48.0849602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2025-12-04T09:56:48.0853410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\_etcd_stub.py 2025-12-04T09:56:48.0857547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2025-12-04T09:56:48.0866168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0870518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-310.pyc 2025-12-04T09:56:48.0874980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-310.pyc 2025-12-04T09:56:48.0885047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-310.pyc 2025-12-04T09:56:48.0889765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-310.pyc 2025-12-04T09:56:48.0894061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-310.pyc 2025-12-04T09:56:48.0898201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-310.pyc 2025-12-04T09:56:48.0902469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-310.pyc 2025-12-04T09:56:48.0907014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-310.pyc 2025-12-04T09:56:48.0911322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.0915541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\_etcd_stub.cpython-310.pyc 2025-12-04T09:56:48.0919728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0928904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\api.py 2025-12-04T09:56:48.0932984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2025-12-04T09:56:48.0937690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2025-12-04T09:56:48.0942091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2025-12-04T09:56:48.0951093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2025-12-04T09:56:48.0959321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.0963601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-310.pyc 2025-12-04T09:56:48.0967937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-310.pyc 2025-12-04T09:56:48.0976298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-310.pyc 2025-12-04T09:56:48.0980667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.0989536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\api.py 2025-12-04T09:56:48.0993783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2025-12-04T09:56:48.0997595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2025-12-04T09:56:48.1001919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2025-12-04T09:56:48.1006499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\store.py 2025-12-04T09:56:48.1014886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2025-12-04T09:56:48.1022885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2025-12-04T09:56:48.1027345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2025-12-04T09:56:48.1031390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2025-12-04T09:56:48.1045735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-310.pyc 2025-12-04T09:56:48.1050375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-310.pyc 2025-12-04T09:56:48.1054683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1070293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.1074636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:48.1078884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-310.pyc 2025-12-04T09:56:48.1087798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-310.pyc 2025-12-04T09:56:48.1092207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-310.pyc 2025-12-04T09:56:48.1096288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1105266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-310.pyc 2025-12-04T09:56:48.1109538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1119850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\fr_trace.py 2025-12-04T09:56:48.1123700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\__init__.py 2025-12-04T09:56:48.1130446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\builder.py 2025-12-04T09:56:48.1134315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\config_manager.py 2025-12-04T09:56:48.1138338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\fr_logger.py 2025-12-04T09:56:48.1142404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\loader.py 2025-12-04T09:56:48.1150985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\types.py 2025-12-04T09:56:48.1154861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\utils.py 2025-12-04T09:56:48.1158762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__init__.py 2025-12-04T09:56:48.1165889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\builder.cpython-310.pyc 2025-12-04T09:56:48.1169954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\config_manager.cpython-310.pyc 2025-12-04T09:56:48.1173976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\fr_logger.cpython-310.pyc 2025-12-04T09:56:48.1182622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\loader.cpython-310.pyc 2025-12-04T09:56:48.1186717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\types.cpython-310.pyc 2025-12-04T09:56:48.1190963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.1194960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\components\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1209853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\__pycache__\fr_trace.cpython-310.pyc 2025-12-04T09:56:48.1213927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\flight_recorder\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1222988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\api.py 2025-12-04T09:56:48.1226976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2025-12-04T09:56:48.1232342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2025-12-04T09:56:48.1236306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\wrap.py 2025-12-04T09:56:48.1240071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2025-12-04T09:56:48.1249022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2025-12-04T09:56:48.1252830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2025-12-04T09:56:48.1258037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2025-12-04T09:56:48.1262089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2025-12-04T09:56:48.1266490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2025-12-04T09:56:48.1270397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2025-12-04T09:56:48.1274394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2025-12-04T09:56:48.1278234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2025-12-04T09:56:48.1282416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2025-12-04T09:56:48.1286531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2025-12-04T09:56:48.1290335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2025-12-04T09:56:48.1294301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2025-12-04T09:56:48.1298200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2025-12-04T09:56:48.1302033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2025-12-04T09:56:48.1307083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2025-12-04T09:56:48.1315584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__init__.py 2025-12-04T09:56:48.1323672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_api.py 2025-12-04T09:56:48.1327694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py 2025-12-04T09:56:48.1331606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_common.py 2025-12-04T09:56:48.1339745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_init.py 2025-12-04T09:56:48.1343662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param.py 2025-12-04T09:56:48.1348212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py 2025-12-04T09:56:48.1352704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_state.py 2025-12-04T09:56:48.1356749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fully_shard.py 2025-12-04T09:56:48.1361130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__init__.py 2025-12-04T09:56:48.1369879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_api.cpython-310.pyc 2025-12-04T09:56:48.1373846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_collectives.cpython-310.pyc 2025-12-04T09:56:48.1378152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_common.cpython-310.pyc 2025-12-04T09:56:48.1386793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_init.cpython-310.pyc 2025-12-04T09:56:48.1391094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param.cpython-310.pyc 2025-12-04T09:56:48.1395527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param_group.cpython-310.pyc 2025-12-04T09:56:48.1399942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_state.cpython-310.pyc 2025-12-04T09:56:48.1404358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fully_shard.cpython-310.pyc 2025-12-04T09:56:48.1409333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1418495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.1422907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-310.pyc 2025-12-04T09:56:48.1427475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-310.pyc 2025-12-04T09:56:48.1435735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-310.pyc 2025-12-04T09:56:48.1439910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-310.pyc 2025-12-04T09:56:48.1443876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-310.pyc 2025-12-04T09:56:48.1448025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-310.pyc 2025-12-04T09:56:48.1452279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-310.pyc 2025-12-04T09:56:48.1456322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-310.pyc 2025-12-04T09:56:48.1460927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-310.pyc 2025-12-04T09:56:48.1464966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-310.pyc 2025-12-04T09:56:48.1469592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-310.pyc 2025-12-04T09:56:48.1473955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-310.pyc 2025-12-04T09:56:48.1478323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-310.pyc 2025-12-04T09:56:48.1482860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-310.pyc 2025-12-04T09:56:48.1487071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-310.pyc 2025-12-04T09:56:48.1497142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-310.pyc 2025-12-04T09:56:48.1501508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-310.pyc 2025-12-04T09:56:48.1505821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-310.pyc 2025-12-04T09:56:48.1509804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-310.pyc 2025-12-04T09:56:48.1514152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1523473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\launcher\api.py 2025-12-04T09:56:48.1527351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\launcher\__init__.py 2025-12-04T09:56:48.1535016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.1539714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1550134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\functional.py 2025-12-04T09:56:48.1554861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\__init__.py 2025-12-04T09:56:48.1563891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2025-12-04T09:56:48.1569080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\api\__init__.py 2025-12-04T09:56:48.1576389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-310.pyc 2025-12-04T09:56:48.1580899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1589228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2025-12-04T09:56:48.1593494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2025-12-04T09:56:48.1600427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2025-12-04T09:56:48.1604317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2025-12-04T09:56:48.1611375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-310.pyc 2025-12-04T09:56:48.1615339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1628557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-310.pyc 2025-12-04T09:56:48.1632759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1645907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:48.1650280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1659277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2025-12-04T09:56:48.1663120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2025-12-04T09:56:48.1666933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2025-12-04T09:56:48.1675208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_adam.py 2025-12-04T09:56:48.1678992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2025-12-04T09:56:48.1682765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2025-12-04T09:56:48.1686570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2025-12-04T09:56:48.1690498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2025-12-04T09:56:48.1694679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2025-12-04T09:56:48.1698595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2025-12-04T09:56:48.1702391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\optimizer.py 2025-12-04T09:56:48.1706495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2025-12-04T09:56:48.1710391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\utils.py 2025-12-04T09:56:48.1714223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2025-12-04T09:56:48.1718729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2025-12-04T09:56:48.1722672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\_deprecation_warning.py 2025-12-04T09:56:48.1726491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__init__.py 2025-12-04T09:56:48.1735660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-310.pyc 2025-12-04T09:56:48.1739888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-310.pyc 2025-12-04T09:56:48.1743954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-310.pyc 2025-12-04T09:56:48.1753771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-310.pyc 2025-12-04T09:56:48.1757797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-310.pyc 2025-12-04T09:56:48.1761778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-310.pyc 2025-12-04T09:56:48.1765824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-310.pyc 2025-12-04T09:56:48.1770083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-310.pyc 2025-12-04T09:56:48.1774079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-310.pyc 2025-12-04T09:56:48.1778198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-310.pyc 2025-12-04T09:56:48.1782121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-310.pyc 2025-12-04T09:56:48.1786137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-310.pyc 2025-12-04T09:56:48.1789973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.1794243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-310.pyc 2025-12-04T09:56:48.1798488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\_deprecation_warning.cpython-310.pyc 2025-12-04T09:56:48.1803635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1817180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2025-12-04T09:56:48.1821132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\schedules.py 2025-12-04T09:56:48.1825717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\stage.py 2025-12-04T09:56:48.1829870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_backward.py 2025-12-04T09:56:48.1838957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_debug.py 2025-12-04T09:56:48.1842657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_IR.py 2025-12-04T09:56:48.1846868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_schedule_visualizer.py 2025-12-04T09:56:48.1850988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2025-12-04T09:56:48.1855009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\_utils.py 2025-12-04T09:56:48.1858800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__init__.py 2025-12-04T09:56:48.1866922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-310.pyc 2025-12-04T09:56:48.1871204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-310.pyc 2025-12-04T09:56:48.1875998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-310.pyc 2025-12-04T09:56:48.1885490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-310.pyc 2025-12-04T09:56:48.1889601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-310.pyc 2025-12-04T09:56:48.1893670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-310.pyc 2025-12-04T09:56:48.1897849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_schedule_visualizer.cpython-310.pyc 2025-12-04T09:56:48.1902208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-310.pyc 2025-12-04T09:56:48.1906191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.1910494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1919418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\api.py 2025-12-04T09:56:48.1923788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2025-12-04T09:56:48.1927803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\constants.py 2025-12-04T09:56:48.1931710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\functions.py 2025-12-04T09:56:48.1940836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\internal.py 2025-12-04T09:56:48.1944616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\options.py 2025-12-04T09:56:48.1948351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2025-12-04T09:56:48.1952652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2025-12-04T09:56:48.1956431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\_utils.py 2025-12-04T09:56:48.1960495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__init__.py 2025-12-04T09:56:48.1968462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2025-12-04T09:56:48.1972655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2025-12-04T09:56:48.1980688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-310.pyc 2025-12-04T09:56:48.1985908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.1994566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.1999241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-310.pyc 2025-12-04T09:56:48.2003247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-310.pyc 2025-12-04T09:56:48.2012236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-310.pyc 2025-12-04T09:56:48.2016231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-310.pyc 2025-12-04T09:56:48.2020545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-310.pyc 2025-12-04T09:56:48.2024722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-310.pyc 2025-12-04T09:56:48.2028828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-310.pyc 2025-12-04T09:56:48.2032798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.2037225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2048176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2025-12-04T09:56:48.2052794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\placement_types.py 2025-12-04T09:56:48.2057765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_api.py 2025-12-04T09:56:48.2062684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2025-12-04T09:56:48.2074034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2025-12-04T09:56:48.2078631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2025-12-04T09:56:48.2083639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2025-12-04T09:56:48.2087667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_random.py 2025-12-04T09:56:48.2091915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2025-12-04T09:56:48.2095959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2025-12-04T09:56:48.2100382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2025-12-04T09:56:48.2104646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2025-12-04T09:56:48.2108429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_utils.py 2025-12-04T09:56:48.2112471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__init__.py 2025-12-04T09:56:48.2120477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2025-12-04T09:56:48.2124533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2025-12-04T09:56:48.2128552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2025-12-04T09:56:48.2132298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2025-12-04T09:56:48.2145894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-310.pyc 2025-12-04T09:56:48.2149926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-310.pyc 2025-12-04T09:56:48.2153964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-310.pyc 2025-12-04T09:56:48.2162982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2173395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2025-12-04T09:56:48.2177358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2025-12-04T09:56:48.2181395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2025-12-04T09:56:48.2189373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2025-12-04T09:56:48.2193368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2025-12-04T09:56:48.2201283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\_attention.py 2025-12-04T09:56:48.2205772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\_cp_custom_ops.py 2025-12-04T09:56:48.2209719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\_load_balancer.py 2025-12-04T09:56:48.2218762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\_sharding_rules.py 2025-12-04T09:56:48.2222615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__init__.py 2025-12-04T09:56:48.2231311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__pycache__\_attention.cpython-310.pyc 2025-12-04T09:56:48.2235350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__pycache__\_cp_custom_ops.cpython-310.pyc 2025-12-04T09:56:48.2239147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__pycache__\_load_balancer.cpython-310.pyc 2025-12-04T09:56:48.2246962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__pycache__\_sharding_rules.cpython-310.pyc 2025-12-04T09:56:48.2250959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\_context_parallel\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2260210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-310.pyc 2025-12-04T09:56:48.2264369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-310.pyc 2025-12-04T09:56:48.2268341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-310.pyc 2025-12-04T09:56:48.2287067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-310.pyc 2025-12-04T09:56:48.2291462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2299757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2025-12-04T09:56:48.2303339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2025-12-04T09:56:48.2307425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2025-12-04T09:56:48.2311308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2025-12-04T09:56:48.2315067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2025-12-04T09:56:48.2318791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2025-12-04T09:56:48.2327174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2025-12-04T09:56:48.2331180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2025-12-04T09:56:48.2339350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.2343345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-310.pyc 2025-12-04T09:56:48.2347244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-310.pyc 2025-12-04T09:56:48.2355800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-310.pyc 2025-12-04T09:56:48.2360948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-310.pyc 2025-12-04T09:56:48.2364895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-310.pyc 2025-12-04T09:56:48.2369183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-310.pyc 2025-12-04T09:56:48.2373177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2381708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\registration.py 2025-12-04T09:56:48.2385773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2025-12-04T09:56:48.2389508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2025-12-04T09:56:48.2393225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2025-12-04T09:56:48.2401358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2025-12-04T09:56:48.2405202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2025-12-04T09:56:48.2408958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_mask_buffer.py 2025-12-04T09:56:48.2412980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2025-12-04T09:56:48.2417082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2025-12-04T09:56:48.2421188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2025-12-04T09:56:48.2425463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2025-12-04T09:56:48.2429391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2025-12-04T09:56:48.2433688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2025-12-04T09:56:48.2437547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2025-12-04T09:56:48.2445758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\registration.cpython-310.pyc 2025-12-04T09:56:48.2449911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.2454193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-310.pyc 2025-12-04T09:56:48.2464027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-310.pyc 2025-12-04T09:56:48.2468494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-310.pyc 2025-12-04T09:56:48.2472827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-310.pyc 2025-12-04T09:56:48.2476779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_mask_buffer.cpython-310.pyc 2025-12-04T09:56:48.2481022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-310.pyc 2025-12-04T09:56:48.2485461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-310.pyc 2025-12-04T09:56:48.2489835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-310.pyc 2025-12-04T09:56:48.2494396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-310.pyc 2025-12-04T09:56:48.2498839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-310.pyc 2025-12-04T09:56:48.2502936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-310.pyc 2025-12-04T09:56:48.2507938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2517900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-310.pyc 2025-12-04T09:56:48.2522131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-310.pyc 2025-12-04T09:56:48.2526915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-310.pyc 2025-12-04T09:56:48.2536123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-310.pyc 2025-12-04T09:56:48.2540390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-310.pyc 2025-12-04T09:56:48.2544761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-310.pyc 2025-12-04T09:56:48.2549544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-310.pyc 2025-12-04T09:56:48.2554356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-310.pyc 2025-12-04T09:56:48.2559150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-310.pyc 2025-12-04T09:56:48.2564116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-310.pyc 2025-12-04T09:56:48.2568855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-310.pyc 2025-12-04T09:56:48.2573777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-310.pyc 2025-12-04T09:56:48.2578552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.2583443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2594798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2025-12-04T09:56:48.2599872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\contract.py 2025-12-04T09:56:48.2604825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\replicate.py 2025-12-04T09:56:48.2608893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\replicate_with_fsdp.py 2025-12-04T09:56:48.2617318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__init__.py 2025-12-04T09:56:48.2625568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2025-12-04T09:56:48.2629663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2025-12-04T09:56:48.2637523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-310.pyc 2025-12-04T09:56:48.2641893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2650460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-310.pyc 2025-12-04T09:56:48.2654610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-310.pyc 2025-12-04T09:56:48.2658751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-310.pyc 2025-12-04T09:56:48.2667041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate_with_fsdp.cpython-310.pyc 2025-12-04T09:56:48.2670994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2679810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_local_tensor\_c10d.py 2025-12-04T09:56:48.2684486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_local_tensor\__init__.py 2025-12-04T09:56:48.2692538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_local_tensor\__pycache__\_c10d.cpython-310.pyc 2025-12-04T09:56:48.2696697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_local_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2705938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\int_tuple.py 2025-12-04T09:56:48.2709945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\layout.py 2025-12-04T09:56:48.2713923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\typing.py 2025-12-04T09:56:48.2717655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\__init__.py 2025-12-04T09:56:48.2729679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\__pycache__\int_tuple.cpython-310.pyc 2025-12-04T09:56:48.2733630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\__pycache__\layout.cpython-310.pyc 2025-12-04T09:56:48.2737549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\__pycache__\typing.cpython-310.pyc 2025-12-04T09:56:48.2746668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_pycute\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2755146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\api.py 2025-12-04T09:56:48.2759271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2025-12-04T09:56:48.2763154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\metadata.py 2025-12-04T09:56:48.2766938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2025-12-04T09:56:48.2770858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharder.py 2025-12-04T09:56:48.2779675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\_utils.py 2025-12-04T09:56:48.2783924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__init__.py 2025-12-04T09:56:48.2791544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2025-12-04T09:56:48.2799534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2807828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2025-12-04T09:56:48.2811643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2025-12-04T09:56:48.2819544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.2823530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2831876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2025-12-04T09:56:48.2836057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2025-12-04T09:56:48.2839972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2025-12-04T09:56:48.2843826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2025-12-04T09:56:48.2847649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2025-12-04T09:56:48.2856509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2025-12-04T09:56:48.2860892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2025-12-04T09:56:48.2865159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2025-12-04T09:56:48.2873125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2025-12-04T09:56:48.2877375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2025-12-04T09:56:48.2881428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2025-12-04T09:56:48.2885492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2025-12-04T09:56:48.2889583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2025-12-04T09:56:48.2898975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2025-12-04T09:56:48.2908699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-310.pyc 2025-12-04T09:56:48.2913061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-310.pyc 2025-12-04T09:56:48.2917406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-310.pyc 2025-12-04T09:56:48.2926452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-310.pyc 2025-12-04T09:56:48.2930632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-310.pyc 2025-12-04T09:56:48.2934810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2944096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.2948779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-310.pyc 2025-12-04T09:56:48.2953169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-310.pyc 2025-12-04T09:56:48.2961594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-310.pyc 2025-12-04T09:56:48.2966239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-310.pyc 2025-12-04T09:56:48.2970849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-310.pyc 2025-12-04T09:56:48.2975137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.2979440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.2988530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2025-12-04T09:56:48.2992651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2025-12-04T09:56:48.3000983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.3005176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3013868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2025-12-04T09:56:48.3018154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2025-12-04T09:56:48.3022201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2025-12-04T09:56:48.3026163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2025-12-04T09:56:48.3039228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2025-12-04T09:56:48.3043443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2025-12-04T09:56:48.3048290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2025-12-04T09:56:48.3057809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2025-12-04T09:56:48.3066137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-310.pyc 2025-12-04T09:56:48.3071008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-310.pyc 2025-12-04T09:56:48.3075880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-310.pyc 2025-12-04T09:56:48.3085178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3095551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.3100331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-310.pyc 2025-12-04T09:56:48.3104566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-310.pyc 2025-12-04T09:56:48.3113098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3122083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.3126066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-310.pyc 2025-12-04T09:56:48.3130269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-310.pyc 2025-12-04T09:56:48.3139682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-310.pyc 2025-12-04T09:56:48.3143688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-310.pyc 2025-12-04T09:56:48.3147770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.3151911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3160199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2025-12-04T09:56:48.3167717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3176421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2025-12-04T09:56:48.3184478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3192915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_symmetric_memory\_nvshmem_triton.py 2025-12-04T09:56:48.3197353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2025-12-04T09:56:48.3205878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\_nvshmem_triton.cpython-310.pyc 2025-12-04T09:56:48.3209913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3218248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\api.py 2025-12-04T09:56:48.3221999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2025-12-04T09:56:48.3225732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\__init__.py 2025-12-04T09:56:48.3233360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-310.pyc 2025-12-04T09:56:48.3237838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-310.pyc 2025-12-04T09:56:48.3241841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3255042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\common_utils.py 2025-12-04T09:56:48.3258950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\fake_collectives.py 2025-12-04T09:56:48.3262812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2025-12-04T09:56:48.3266598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2025-12-04T09:56:48.3275056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2025-12-04T09:56:48.3278967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2025-12-04T09:56:48.3282957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2025-12-04T09:56:48.3286791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2025-12-04T09:56:48.3290612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2025-12-04T09:56:48.3294465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2025-12-04T09:56:48.3298253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__init__.py 2025-12-04T09:56:48.3306245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\common_utils.cpython-310.pyc 2025-12-04T09:56:48.3310431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\fake_collectives.cpython-310.pyc 2025-12-04T09:56:48.3323968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-310.pyc 2025-12-04T09:56:48.3324976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-310.pyc 2025-12-04T09:56:48.3327136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-310.pyc 2025-12-04T09:56:48.3330880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-310.pyc 2025-12-04T09:56:48.3334959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-310.pyc 2025-12-04T09:56:48.3339578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-310.pyc 2025-12-04T09:56:48.3343562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-310.pyc 2025-12-04T09:56:48.3347643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-310.pyc 2025-12-04T09:56:48.3351586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3361161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-310.pyc 2025-12-04T09:56:48.3365060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-310.pyc 2025-12-04T09:56:48.3369567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-310.pyc 2025-12-04T09:56:48.3377776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-310.pyc 2025-12-04T09:56:48.3382130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-310.pyc 2025-12-04T09:56:48.3386692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-310.pyc 2025-12-04T09:56:48.3392080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-310.pyc 2025-12-04T09:56:48.3396160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-310.pyc 2025-12-04T09:56:48.3400374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-310.pyc 2025-12-04T09:56:48.3404598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-310.pyc 2025-12-04T09:56:48.3408739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\run.cpython-310.pyc 2025-12-04T09:56:48.3413017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.3417508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-310.pyc 2025-12-04T09:56:48.3422147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-310.pyc 2025-12-04T09:56:48.3426079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_dist2.cpython-310.pyc 2025-12-04T09:56:48.3430194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-310.pyc 2025-12-04T09:56:48.3439033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-310.pyc 2025-12-04T09:56:48.3443002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_mesh_layout.cpython-310.pyc 2025-12-04T09:56:48.3447058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_serialization.cpython-310.pyc 2025-12-04T09:56:48.3451165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-310.pyc 2025-12-04T09:56:48.3455221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3466192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\bernoulli.py 2025-12-04T09:56:48.3470601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\beta.py 2025-12-04T09:56:48.3474424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\binomial.py 2025-12-04T09:56:48.3478273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\categorical.py 2025-12-04T09:56:48.3486583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\cauchy.py 2025-12-04T09:56:48.3490674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\chi2.py 2025-12-04T09:56:48.3494737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\constraints.py 2025-12-04T09:56:48.3498847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\constraint_registry.py 2025-12-04T09:56:48.3503008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2025-12-04T09:56:48.3507118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\dirichlet.py 2025-12-04T09:56:48.3511302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\distribution.py 2025-12-04T09:56:48.3515233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\exponential.py 2025-12-04T09:56:48.3519380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\exp_family.py 2025-12-04T09:56:48.3523289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\fishersnedecor.py 2025-12-04T09:56:48.3527476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\gamma.py 2025-12-04T09:56:48.3531222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\generalized_pareto.py 2025-12-04T09:56:48.3535390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\geometric.py 2025-12-04T09:56:48.3539459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\gumbel.py 2025-12-04T09:56:48.3543230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\half_cauchy.py 2025-12-04T09:56:48.3547506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\half_normal.py 2025-12-04T09:56:48.3551611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\independent.py 2025-12-04T09:56:48.3556297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\inverse_gamma.py 2025-12-04T09:56:48.3565626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\kl.py 2025-12-04T09:56:48.3570473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\kumaraswamy.py 2025-12-04T09:56:48.3575500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\laplace.py 2025-12-04T09:56:48.3580448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\lkj_cholesky.py 2025-12-04T09:56:48.3585075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\logistic_normal.py 2025-12-04T09:56:48.3590199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\log_normal.py 2025-12-04T09:56:48.3595127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2025-12-04T09:56:48.3599199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\mixture_same_family.py 2025-12-04T09:56:48.3603440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\multinomial.py 2025-12-04T09:56:48.3607548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\multivariate_normal.py 2025-12-04T09:56:48.3616357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\negative_binomial.py 2025-12-04T09:56:48.3620435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\normal.py 2025-12-04T09:56:48.3624181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\one_hot_categorical.py 2025-12-04T09:56:48.3628188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\pareto.py 2025-12-04T09:56:48.3632279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\poisson.py 2025-12-04T09:56:48.3636212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2025-12-04T09:56:48.3640774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\relaxed_categorical.py 2025-12-04T09:56:48.3644792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\studentT.py 2025-12-04T09:56:48.3648921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\transformed_distribution.py 2025-12-04T09:56:48.3652854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\transforms.py 2025-12-04T09:56:48.3656897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\uniform.py 2025-12-04T09:56:48.3660782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\utils.py 2025-12-04T09:56:48.3664723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\von_mises.py 2025-12-04T09:56:48.3674272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\weibull.py 2025-12-04T09:56:48.3678118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\wishart.py 2025-12-04T09:56:48.3681835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__init__.py 2025-12-04T09:56:48.3691124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-310.pyc 2025-12-04T09:56:48.3695083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-310.pyc 2025-12-04T09:56:48.3699009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-310.pyc 2025-12-04T09:56:48.3707697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-310.pyc 2025-12-04T09:56:48.3711888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-310.pyc 2025-12-04T09:56:48.3716033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-310.pyc 2025-12-04T09:56:48.3720114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-310.pyc 2025-12-04T09:56:48.3724261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-310.pyc 2025-12-04T09:56:48.3728366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-310.pyc 2025-12-04T09:56:48.3732253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-310.pyc 2025-12-04T09:56:48.3736176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-310.pyc 2025-12-04T09:56:48.3740386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-310.pyc 2025-12-04T09:56:48.3744402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-310.pyc 2025-12-04T09:56:48.3748435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-310.pyc 2025-12-04T09:56:48.3752371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-310.pyc 2025-12-04T09:56:48.3756296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\generalized_pareto.cpython-310.pyc 2025-12-04T09:56:48.3760120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-310.pyc 2025-12-04T09:56:48.3768861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-310.pyc 2025-12-04T09:56:48.3773048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-310.pyc 2025-12-04T09:56:48.3777049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-310.pyc 2025-12-04T09:56:48.3781114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-310.pyc 2025-12-04T09:56:48.3785026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-310.pyc 2025-12-04T09:56:48.3788970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-310.pyc 2025-12-04T09:56:48.3793007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-310.pyc 2025-12-04T09:56:48.3797037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-310.pyc 2025-12-04T09:56:48.3807069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-310.pyc 2025-12-04T09:56:48.3811308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-310.pyc 2025-12-04T09:56:48.3815163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-310.pyc 2025-12-04T09:56:48.3819315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-310.pyc 2025-12-04T09:56:48.3823292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-310.pyc 2025-12-04T09:56:48.3827467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-310.pyc 2025-12-04T09:56:48.3831433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-310.pyc 2025-12-04T09:56:48.3835562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-310.pyc 2025-12-04T09:56:48.3847018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-310.pyc 2025-12-04T09:56:48.3851039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-310.pyc 2025-12-04T09:56:48.3854900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-310.pyc 2025-12-04T09:56:48.3859004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-310.pyc 2025-12-04T09:56:48.3863085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-310.pyc 2025-12-04T09:56:48.3867282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-310.pyc 2025-12-04T09:56:48.3871221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-310.pyc 2025-12-04T09:56:48.3875328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-310.pyc 2025-12-04T09:56:48.3883439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-310.pyc 2025-12-04T09:56:48.3887533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-310.pyc 2025-12-04T09:56:48.3891549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.3895495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-310.pyc 2025-12-04T09:56:48.3899673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-310.pyc 2025-12-04T09:56:48.3903674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-310.pyc 2025-12-04T09:56:48.3907594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.3917587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\custom_obj.py 2025-12-04T09:56:48.3921387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\custom_ops.py 2025-12-04T09:56:48.3925253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\decomp_utils.py 2025-12-04T09:56:48.3929631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\dynamic_shapes.py 2025-12-04T09:56:48.3939186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\exported_program.py 2025-12-04T09:56:48.3943727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\graph_signature.py 2025-12-04T09:56:48.3947961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\unflatten.py 2025-12-04T09:56:48.3952473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_draft_export.py 2025-12-04T09:56:48.3958054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_leakage_detection_utils.py 2025-12-04T09:56:48.3961710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2025-12-04T09:56:48.3965636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2025-12-04T09:56:48.3969823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_safeguard.py 2025-12-04T09:56:48.3973964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_swap.py 2025-12-04T09:56:48.3978105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_trace.py 2025-12-04T09:56:48.3982969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_tree_utils.py 2025-12-04T09:56:48.3987084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_unlift.py 2025-12-04T09:56:48.3990996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\_wrapper_utils.py 2025-12-04T09:56:48.3995127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__init__.py 2025-12-04T09:56:48.4003526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\experimental\_utils.py 2025-12-04T09:56:48.4007596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\experimental\__init__.py 2025-12-04T09:56:48.4015904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\experimental\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.4020195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4028536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\passes\__init__.py 2025-12-04T09:56:48.4036347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4049729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\constants.py 2025-12-04T09:56:48.4054136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\_package.py 2025-12-04T09:56:48.4058334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\_package_weights.py 2025-12-04T09:56:48.4063248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\__init__.py 2025-12-04T09:56:48.4076711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\__pycache__\constants.cpython-310.pyc 2025-12-04T09:56:48.4081513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\__pycache__\_package.cpython-310.pyc 2025-12-04T09:56:48.4086587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\__pycache__\_package_weights.cpython-310.pyc 2025-12-04T09:56:48.4096628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\pt2_archive\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4107853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-310.pyc 2025-12-04T09:56:48.4112655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\custom_ops.cpython-310.pyc 2025-12-04T09:56:48.4116977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-310.pyc 2025-12-04T09:56:48.4126380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-310.pyc 2025-12-04T09:56:48.4130942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-310.pyc 2025-12-04T09:56:48.4135209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-310.pyc 2025-12-04T09:56:48.4139850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-310.pyc 2025-12-04T09:56:48.4143962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-310.pyc 2025-12-04T09:56:48.4148479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_leakage_detection_utils.cpython-310.pyc 2025-12-04T09:56:48.4152450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-310.pyc 2025-12-04T09:56:48.4156398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-310.pyc 2025-12-04T09:56:48.4160229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-310.pyc 2025-12-04T09:56:48.4164427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_swap.cpython-310.pyc 2025-12-04T09:56:48.4168664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_trace.cpython-310.pyc 2025-12-04T09:56:48.4172864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-310.pyc 2025-12-04T09:56:48.4176812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-310.pyc 2025-12-04T09:56:48.4185178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\_wrapper_utils.cpython-310.pyc 2025-12-04T09:56:48.4189165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\export\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4198922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fft\__init__.py 2025-12-04T09:56:48.4206610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4215026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\func\__init__.py 2025-12-04T09:56:48.4222906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\func\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4230989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\futures\__init__.py 2025-12-04T09:56:48.4238761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4246912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\annotate.py 2025-12-04T09:56:48.4250931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\config.py 2025-12-04T09:56:48.4254664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\graph.py 2025-12-04T09:56:48.4258957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\graph_module.py 2025-12-04T09:56:48.4263046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\immutable_collections.py 2025-12-04T09:56:48.4271670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\interpreter.py 2025-12-04T09:56:48.4275618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\node.py 2025-12-04T09:56:48.4279707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\operator_schemas.py 2025-12-04T09:56:48.4283652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\proxy.py 2025-12-04T09:56:48.4287660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\subgraph_rewriter.py 2025-12-04T09:56:48.4291621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\tensor_type.py 2025-12-04T09:56:48.4295405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\traceback.py 2025-12-04T09:56:48.4299389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_compatibility.py 2025-12-04T09:56:48.4303285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_graph_pickler.py 2025-12-04T09:56:48.4307190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_lazy_graph_module.py 2025-12-04T09:56:48.4311106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_pytree.py 2025-12-04T09:56:48.4315237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_symbolic_trace.py 2025-12-04T09:56:48.4330145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\_utils.py 2025-12-04T09:56:48.4333884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__init__.py 2025-12-04T09:56:48.4342622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2025-12-04T09:56:48.4346545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\const_fold.py 2025-12-04T09:56:48.4350463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\debug.py 2025-12-04T09:56:48.4359441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2025-12-04T09:56:48.4363725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2025-12-04T09:56:48.4367738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2025-12-04T09:56:48.4371684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\normalize.py 2025-12-04T09:56:48.4375503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\optimization.py 2025-12-04T09:56:48.4380142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2025-12-04T09:56:48.4384088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2025-12-04T09:56:48.4388829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\recording.py 2025-12-04T09:56:48.4392889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\refinement_types.py 2025-12-04T09:56:48.4396720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\rewriter.py 2025-12-04T09:56:48.4400851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2025-12-04T09:56:48.4404642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2025-12-04T09:56:48.4410681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\sym_node.py 2025-12-04T09:56:48.4414833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2025-12-04T09:56:48.4418964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\validator.py 2025-12-04T09:56:48.4423131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\_backward_state.py 2025-12-04T09:56:48.4427007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\_config.py 2025-12-04T09:56:48.4430841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\_constant_symnode.py 2025-12-04T09:56:48.4439278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\_dynamism.py 2025-12-04T09:56:48.4442981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__init__.py 2025-12-04T09:56:48.4450111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2025-12-04T09:56:48.4454432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2025-12-04T09:56:48.4458891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2025-12-04T09:56:48.4468213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2025-12-04T09:56:48.4472131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2025-12-04T09:56:48.4476280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2025-12-04T09:56:48.4480666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2025-12-04T09:56:48.4484503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2025-12-04T09:56:48.4492140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-310.pyc 2025-12-04T09:56:48.4496569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-310.pyc 2025-12-04T09:56:48.4500858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-310.pyc 2025-12-04T09:56:48.4510849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-310.pyc 2025-12-04T09:56:48.4515091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-310.pyc 2025-12-04T09:56:48.4519500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-310.pyc 2025-12-04T09:56:48.4523581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-310.pyc 2025-12-04T09:56:48.4527788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4536921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\core.py 2025-12-04T09:56:48.4541076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2025-12-04T09:56:48.4544867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\match.py 2025-12-04T09:56:48.4548770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\more.py 2025-12-04T09:56:48.4553077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2025-12-04T09:56:48.4563658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\utils.py 2025-12-04T09:56:48.4568087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\variable.py 2025-12-04T09:56:48.4572545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2025-12-04T09:56:48.4582599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2025-12-04T09:56:48.4586952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2025-12-04T09:56:48.4591998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2025-12-04T09:56:48.4596586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2025-12-04T09:56:48.4601395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2025-12-04T09:56:48.4610584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2025-12-04T09:56:48.4620079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-310.pyc 2025-12-04T09:56:48.4624124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-310.pyc 2025-12-04T09:56:48.4628320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-310.pyc 2025-12-04T09:56:48.4637250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.4641627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-310.pyc 2025-12-04T09:56:48.4645748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4654779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-310.pyc 2025-12-04T09:56:48.4659000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-310.pyc 2025-12-04T09:56:48.4662754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-310.pyc 2025-12-04T09:56:48.4671500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-310.pyc 2025-12-04T09:56:48.4675579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-310.pyc 2025-12-04T09:56:48.4679487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:48.4683817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-310.pyc 2025-12-04T09:56:48.4687808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4697239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-310.pyc 2025-12-04T09:56:48.4701629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-310.pyc 2025-12-04T09:56:48.4705509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-310.pyc 2025-12-04T09:56:48.4714040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-310.pyc 2025-12-04T09:56:48.4718546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-310.pyc 2025-12-04T09:56:48.4722365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-310.pyc 2025-12-04T09:56:48.4726238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-310.pyc 2025-12-04T09:56:48.4730067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-310.pyc 2025-12-04T09:56:48.4733951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-310.pyc 2025-12-04T09:56:48.4737797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-310.pyc 2025-12-04T09:56:48.4742223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-310.pyc 2025-12-04T09:56:48.4746381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-310.pyc 2025-12-04T09:56:48.4750277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-310.pyc 2025-12-04T09:56:48.4754299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-310.pyc 2025-12-04T09:56:48.4758124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-310.pyc 2025-12-04T09:56:48.4763107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-310.pyc 2025-12-04T09:56:48.4771146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-310.pyc 2025-12-04T09:56:48.4775326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-310.pyc 2025-12-04T09:56:48.4779448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-310.pyc 2025-12-04T09:56:48.4783321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-310.pyc 2025-12-04T09:56:48.4787510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\_constant_symnode.cpython-310.pyc 2025-12-04T09:56:48.4791378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\_dynamism.cpython-310.pyc 2025-12-04T09:56:48.4795339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4804832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2025-12-04T09:56:48.4808854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2025-12-04T09:56:48.4812644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\graph_drawer.py 2025-12-04T09:56:48.4816467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2025-12-04T09:56:48.4824950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2025-12-04T09:56:48.4828839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\net_min_base.py 2025-12-04T09:56:48.4832737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\operator_support.py 2025-12-04T09:56:48.4836919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\param_fetch.py 2025-12-04T09:56:48.4840968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\pass_manager.py 2025-12-04T09:56:48.4844717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\regional_inductor.py 2025-12-04T09:56:48.4848563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\reinplace.py 2025-12-04T09:56:48.4852475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\runtime_assert.py 2025-12-04T09:56:48.4856334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\shape_prop.py 2025-12-04T09:56:48.4860192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\splitter_base.py 2025-12-04T09:56:48.4864338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\split_module.py 2025-12-04T09:56:48.4868359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\split_utils.py 2025-12-04T09:56:48.4872254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\tools_common.py 2025-12-04T09:56:48.4876610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2025-12-04T09:56:48.4884716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__init__.py 2025-12-04T09:56:48.4892282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2025-12-04T09:56:48.4896129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\backends\__init__.py 2025-12-04T09:56:48.4902974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-310.pyc 2025-12-04T09:56:48.4907278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4915894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2025-12-04T09:56:48.4922458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2025-12-04T09:56:48.4926209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2025-12-04T09:56:48.4932829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-310.pyc 2025-12-04T09:56:48.4936807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4945111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.4954132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2025-12-04T09:56:48.4958138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2025-12-04T09:56:48.4961849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2025-12-04T09:56:48.4965585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\__init__.py 2025-12-04T09:56:48.4981316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-310.pyc 2025-12-04T09:56:48.4986400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-310.pyc 2025-12-04T09:56:48.4991446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-310.pyc 2025-12-04T09:56:48.5488060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.5497109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2025-12-04T09:56:48.5501663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\tests\__init__.py 2025-12-04T09:56:48.5508908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-310.pyc 2025-12-04T09:56:48.5514489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.5526957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\common.py 2025-12-04T09:56:48.5533602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2025-12-04T09:56:48.5540083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2025-12-04T09:56:48.5544153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2025-12-04T09:56:48.5937363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2025-12-04T09:56:48.5941340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__init__.py 2025-12-04T09:56:48.5949567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:48.5954175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-310.pyc 2025-12-04T09:56:48.5958186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-310.pyc 2025-12-04T09:56:48.6092117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-310.pyc 2025-12-04T09:56:48.6096690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-310.pyc 2025-12-04T09:56:48.6101685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.6112033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-310.pyc 2025-12-04T09:56:48.6116541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-310.pyc 2025-12-04T09:56:48.6120426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-310.pyc 2025-12-04T09:56:48.6133956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-310.pyc 2025-12-04T09:56:48.6138194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-310.pyc 2025-12-04T09:56:48.6142541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-310.pyc 2025-12-04T09:56:48.6146714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-310.pyc 2025-12-04T09:56:48.6150962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-310.pyc 2025-12-04T09:56:48.6154786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-310.pyc 2025-12-04T09:56:48.6158754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\regional_inductor.cpython-310.pyc 2025-12-04T09:56:48.6162945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-310.pyc 2025-12-04T09:56:48.6167222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-310.pyc 2025-12-04T09:56:48.6170975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-310.pyc 2025-12-04T09:56:48.6174799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-310.pyc 2025-12-04T09:56:48.6179275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-310.pyc 2025-12-04T09:56:48.6183269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-310.pyc 2025-12-04T09:56:48.6195144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-310.pyc 2025-12-04T09:56:48.6199281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-310.pyc 2025-12-04T09:56:48.6202891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.6212537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-310.pyc 2025-12-04T09:56:48.6216641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:48.6220616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\graph.cpython-310.pyc 2025-12-04T09:56:48.6233905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-310.pyc 2025-12-04T09:56:48.6238176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-310.pyc 2025-12-04T09:56:48.6242396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-310.pyc 2025-12-04T09:56:48.6246337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\node.cpython-310.pyc 2025-12-04T09:56:48.6250281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-310.pyc 2025-12-04T09:56:48.6254349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-310.pyc 2025-12-04T09:56:48.6258390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-310.pyc 2025-12-04T09:56:48.6262664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-310.pyc 2025-12-04T09:56:48.6266862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-310.pyc 2025-12-04T09:56:48.6270719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-310.pyc 2025-12-04T09:56:48.6274569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_graph_pickler.cpython-310.pyc 2025-12-04T09:56:48.6278490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-310.pyc 2025-12-04T09:56:48.6282669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-310.pyc 2025-12-04T09:56:48.6295527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-310.pyc 2025-12-04T09:56:48.6299691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:48.6303831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:48.6321681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\advisor-annotate.h 2025-12-04T09:56:48.6325529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\cpuinfo.h 2025-12-04T09:56:48.6329686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl.h 2025-12-04T09:56:48.6333385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl.hpp 2025-12-04T09:56:48.6337054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_config.h 2025-12-04T09:56:48.6349017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_debug.h 2025-12-04T09:56:48.6353223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_ocl.h 2025-12-04T09:56:48.6357109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_ocl.hpp 2025-12-04T09:56:48.6360898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_sycl.h 2025-12-04T09:56:48.6364983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_sycl.hpp 2025-12-04T09:56:48.6368845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_sycl_types.h 2025-12-04T09:56:48.6373372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_threadpool.h 2025-12-04T09:56:48.6387011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_threadpool.hpp 2025-12-04T09:56:48.6391386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_threadpool_iface.hpp 2025-12-04T09:56:48.6395255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_types.h 2025-12-04T09:56:48.6399135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\dnnl_version.h 2025-12-04T09:56:48.6403178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\experiments-config.h 2025-12-04T09:56:48.6407130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fp16.h 2025-12-04T09:56:48.6410836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fxdiv.h 2025-12-04T09:56:48.6415155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ittnotify-zca.h 2025-12-04T09:56:48.6419234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ittnotify.h 2025-12-04T09:56:48.6425988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\jitprofiling.h 2025-12-04T09:56:48.6438749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\libittnotify.h 2025-12-04T09:56:48.6441328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\libshm.h 2025-12-04T09:56:48.6445568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\psimd.h 2025-12-04T09:56:48.6451258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pthreadpool.h 2025-12-04T09:56:48.6453986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\sleef.h 2025-12-04T09:56:48.6459552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\xnnpack.h 2025-12-04T09:56:48.6470310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\AccumulateType.h 2025-12-04T09:56:48.6476214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ArrayRef.h 2025-12-04T09:56:48.6478404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ATen.h 2025-12-04T09:56:48.6482537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\autocast_mode.h 2025-12-04T09:56:48.6488339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Backend.h 2025-12-04T09:56:48.6501056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Backtrace.h 2025-12-04T09:56:48.6503406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\BlasBackend.h 2025-12-04T09:56:48.6507526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2025-12-04T09:56:48.6511312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ceil_div.h 2025-12-04T09:56:48.6515574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\code_template.h 2025-12-04T09:56:48.6519923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CollapseDims.h 2025-12-04T09:56:48.6523624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2025-12-04T09:56:48.6527899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2025-12-04T09:56:48.6532624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2025-12-04T09:56:48.6537410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2025-12-04T09:56:48.6540962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2025-12-04T09:56:48.6545558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2025-12-04T09:56:48.6551241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2025-12-04T09:56:48.6554553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2025-12-04T09:56:48.6569643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Config.h 2025-12-04T09:56:48.6571948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Context.h 2025-12-04T09:56:48.6601970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2025-12-04T09:56:48.6602646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2025-12-04T09:56:48.6603289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2025-12-04T09:56:48.6603932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2025-12-04T09:56:48.6604565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2025-12-04T09:56:48.6605194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2025-12-04T09:56:48.6605824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2025-12-04T09:56:48.6609807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2025-12-04T09:56:48.6622645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Device.h 2025-12-04T09:56:48.6626434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2025-12-04T09:56:48.6630445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2025-12-04T09:56:48.6634691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Dimname.h 2025-12-04T09:56:48.6638441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DimVector.h 2025-12-04T09:56:48.6642148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Dispatch.h 2025-12-04T09:56:48.6645997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2025-12-04T09:56:48.6650654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\div_rtn.h 2025-12-04T09:56:48.6654391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DLConvertor.h 2025-12-04T09:56:48.6658309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\dlpack.h 2025-12-04T09:56:48.6662794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DTensorState.h 2025-12-04T09:56:48.6666700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2025-12-04T09:56:48.6679410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2025-12-04T09:56:48.6683725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ExpandBase.h 2025-12-04T09:56:48.6687489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2025-12-04T09:56:48.6691421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Formatting.h 2025-12-04T09:56:48.6695344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\FunctionalizeFallbackKernel.h 2025-12-04T09:56:48.6699432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2025-12-04T09:56:48.6703337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2025-12-04T09:56:48.6707187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Functions.h 2025-12-04T09:56:48.6711774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2025-12-04T09:56:48.6715705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Generator.h 2025-12-04T09:56:48.6728365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\InferSize.h 2025-12-04T09:56:48.6732334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2025-12-04T09:56:48.6736499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2025-12-04T09:56:48.6740906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\jit_macros.h 2025-12-04T09:56:48.6744770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Layout.h 2025-12-04T09:56:48.6748587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2025-12-04T09:56:48.6752561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2025-12-04T09:56:48.6756720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2025-12-04T09:56:48.6760695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2025-12-04T09:56:48.6764600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2025-12-04T09:56:48.6785548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MapAllocator.h 2025-12-04T09:56:48.6789455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MatrixRef.h 2025-12-04T09:56:48.6793313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2025-12-04T09:56:48.6797193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2025-12-04T09:56:48.6801124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2025-12-04T09:56:48.6805409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\MethodOperators.h 2025-12-04T09:56:48.6809337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NamedTensor.h 2025-12-04T09:56:48.6813257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2025-12-04T09:56:48.6817159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2025-12-04T09:56:48.6830450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2025-12-04T09:56:48.6836372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2025-12-04T09:56:48.6840129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\NumericUtils.h 2025-12-04T09:56:48.6843867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2025-12-04T09:56:48.6847832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Operators.h 2025-12-04T09:56:48.6852114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\OpMathType.h 2025-12-04T09:56:48.6856043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\PadNd.h 2025-12-04T09:56:48.6860426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2025-12-04T09:56:48.6864214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Parallel.h 2025-12-04T09:56:48.6868823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2025-12-04T09:56:48.7186365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ParallelNative.h 2025-12-04T09:56:48.7190681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2025-12-04T09:56:48.7194678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2025-12-04T09:56:48.7198693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2025-12-04T09:56:48.7203130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\record_function.h 2025-12-04T09:56:48.7207045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2025-12-04T09:56:48.7253200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2025-12-04T09:56:48.7342528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ROCmFABackend.h 2025-12-04T09:56:48.7368067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2025-12-04T09:56:48.7372610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Scalar.h 2025-12-04T09:56:48.7376634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ScalarOps.h 2025-12-04T09:56:48.7381517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ScalarType.h 2025-12-04T09:56:48.7385651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SDPBackend.h 2025-12-04T09:56:48.7389916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2025-12-04T09:56:48.7394171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SmallVector.h 2025-12-04T09:56:48.7398471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2025-12-04T09:56:48.7402445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2025-12-04T09:56:48.7407637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2025-12-04T09:56:48.7411905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Storage.h 2025-12-04T09:56:48.7416055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\StorageUtils.h 2025-12-04T09:56:49.0991009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Tensor.h 2025-12-04T09:56:49.0996021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2025-12-04T09:56:49.1000133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2025-12-04T09:56:49.1004407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2025-12-04T09:56:49.1008986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorIterator.h 2025-12-04T09:56:49.1015390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2025-12-04T09:56:49.1019757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorMeta.h 2025-12-04T09:56:49.1024441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorNames.h 2025-12-04T09:56:49.1028903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorOperators.h 2025-12-04T09:56:49.1033320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorOptions.h 2025-12-04T09:56:49.1038096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2025-12-04T09:56:49.1042345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TensorUtils.h 2025-12-04T09:56:49.1061017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2025-12-04T09:56:49.1096974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2025-12-04T09:56:49.1100787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TracerMode.h 2025-12-04T09:56:49.1104477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\TypeDefault.h 2025-12-04T09:56:49.1108415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Utils.h 2025-12-04T09:56:49.1112665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\Version.h 2025-12-04T09:56:49.1116277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2025-12-04T09:56:49.1141328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2025-12-04T09:56:49.1156635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2025-12-04T09:56:49.1166052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\alias_info.h 2025-12-04T09:56:49.1170016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Array.h 2025-12-04T09:56:49.1173792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2025-12-04T09:56:49.1178282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2025-12-04T09:56:49.1192636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2025-12-04T09:56:49.1196504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2025-12-04T09:56:49.1200784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2025-12-04T09:56:49.1205092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2025-12-04T09:56:49.1208913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\blob.h 2025-12-04T09:56:49.1212661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2025-12-04T09:56:49.1216591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2025-12-04T09:56:49.1220887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2025-12-04T09:56:49.1224789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\class_type.h 2025-12-04T09:56:49.1228926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\custom_class.h 2025-12-04T09:56:49.1232831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2025-12-04T09:56:49.1236692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2025-12-04T09:56:49.1240558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Dict.h 2025-12-04T09:56:49.1252624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2025-12-04T09:56:49.1253354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Dimname.h 2025-12-04T09:56:49.1253975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\DimVector.h 2025-12-04T09:56:49.1255652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2025-12-04T09:56:49.1260483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2025-12-04T09:56:49.1275009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2025-12-04T09:56:49.1278800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\enum_type.h 2025-12-04T09:56:49.1282650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Formatting.h 2025-12-04T09:56:49.1286661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\function.h 2025-12-04T09:56:49.1290219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\functional.h 2025-12-04T09:56:49.1294174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\function_schema.h 2025-12-04T09:56:49.1298413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2025-12-04T09:56:49.1302685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Generator.h 2025-12-04T09:56:49.1307128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2025-12-04T09:56:49.1311387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2025-12-04T09:56:49.1315388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\IListRef.h 2025-12-04T09:56:49.1330301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2025-12-04T09:56:49.1334547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2025-12-04T09:56:49.1339159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2025-12-04T09:56:49.1343891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ivalue.h 2025-12-04T09:56:49.1347324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2025-12-04T09:56:49.1352055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2025-12-04T09:56:49.1356311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\jit_type.h 2025-12-04T09:56:49.1360844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2025-12-04T09:56:49.1365055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2025-12-04T09:56:49.1369029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\List.h 2025-12-04T09:56:49.1372957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\List_inl.h 2025-12-04T09:56:49.1376915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2025-12-04T09:56:49.1391432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2025-12-04T09:56:49.1395440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2025-12-04T09:56:49.1399562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\operator_name.h 2025-12-04T09:56:49.1404084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2025-12-04T09:56:49.1408270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2025-12-04T09:56:49.1412456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2025-12-04T09:56:49.1416527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2025-12-04T09:56:49.1420939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2025-12-04T09:56:49.1425683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Range.h 2025-12-04T09:56:49.1429593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Reduction.h 2025-12-04T09:56:49.1443566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2025-12-04T09:56:49.1447644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Scalar.h 2025-12-04T09:56:49.1451553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2025-12-04T09:56:49.1455525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\stack.h 2025-12-04T09:56:49.1459478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\symbol.h 2025-12-04T09:56:49.1463326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Tensor.h 2025-12-04T09:56:49.1467437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2025-12-04T09:56:49.1471776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2025-12-04T09:56:49.1475864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2025-12-04T09:56:49.1481701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2025-12-04T09:56:49.1486198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2025-12-04T09:56:49.1510133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\typeid.h 2025-12-04T09:56:49.1514177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\type_factory.h 2025-12-04T09:56:49.1518119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2025-12-04T09:56:49.1522170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2025-12-04T09:56:49.1526975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2025-12-04T09:56:49.1531083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2025-12-04T09:56:49.1535378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Variadic.h 2025-12-04T09:56:49.1539698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\Vitals.h 2025-12-04T09:56:49.1547836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2025-12-04T09:56:49.1552781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2025-12-04T09:56:49.1556003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2025-12-04T09:56:49.1560086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2025-12-04T09:56:49.1574146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2025-12-04T09:56:49.1583482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2025-12-04T09:56:49.1585678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2025-12-04T09:56:49.1589962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2025-12-04T09:56:49.1593650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2025-12-04T09:56:49.1619039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2025-12-04T09:56:49.1619895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2025-12-04T09:56:49.1622235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2025-12-04T09:56:49.1627261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2025-12-04T09:56:49.1632609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2025-12-04T09:56:49.1645807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2025-12-04T09:56:49.1651468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2025-12-04T09:56:49.1654172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2025-12-04T09:56:49.1663160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2025-12-04T09:56:49.1668461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2025-12-04T09:56:49.1671388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2025-12-04T09:56:49.1675332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2025-12-04T09:56:49.1695711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2025-12-04T09:56:49.1699634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2025-12-04T09:56:49.1703320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vml.h 2025-12-04T09:56:49.1710725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2025-12-04T09:56:49.1714467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2025-12-04T09:56:49.1718281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2025-12-04T09:56:49.1722417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2025-12-04T09:56:49.1737382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2025-12-04T09:56:49.1741593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2025-12-04T09:56:49.1745651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2025-12-04T09:56:49.1752103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2025-12-04T09:56:49.1753536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2025-12-04T09:56:49.1757265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2025-12-04T09:56:49.1760904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec_quant.h 2025-12-04T09:56:49.1768888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2025-12-04T09:56:49.1772731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_bfloat16.h 2025-12-04T09:56:49.1776571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2025-12-04T09:56:49.1780691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2025-12-04T09:56:49.1794511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2025-12-04T09:56:49.1798381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2025-12-04T09:56:49.1802994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2025-12-04T09:56:49.1811949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2025-12-04T09:56:49.1815794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h 2025-12-04T09:56:49.1819751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2025-12-04T09:56:49.1823662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_double_neon.h 2025-12-04T09:56:49.1837360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2025-12-04T09:56:49.1841365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2025-12-04T09:56:49.1845354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_int_aarch64.h 2025-12-04T09:56:49.1850383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h 2025-12-04T09:56:49.1855208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_uint_aarch64.h 2025-12-04T09:56:49.1862620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2025-12-04T09:56:49.1867752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h 2025-12-04T09:56:49.1873003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2025-12-04T09:56:49.1876267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2025-12-04T09:56:49.1890213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2025-12-04T09:56:49.1894576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2025-12-04T09:56:49.1899467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2025-12-04T09:56:49.1903281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2025-12-04T09:56:49.1907653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_half.h 2025-12-04T09:56:49.1911931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2025-12-04T09:56:49.1918029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2025-12-04T09:56:49.1920718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2025-12-04T09:56:49.1930650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2025-12-04T09:56:49.1933453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2025-12-04T09:56:49.1937565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2025-12-04T09:56:49.1951206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2025-12-04T09:56:49.1955661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2025-12-04T09:56:49.1959417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2025-12-04T09:56:49.1963788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2025-12-04T09:56:49.1968152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2025-12-04T09:56:49.1971921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2025-12-04T09:56:49.1976115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2025-12-04T09:56:49.1980920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2025-12-04T09:56:49.1984362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2025-12-04T09:56:49.1988628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2025-12-04T09:56:49.1997212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2025-12-04T09:56:49.2006796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2025-12-04T09:56:49.2012144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2025-12-04T09:56:49.2015960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2025-12-04T09:56:49.2020018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2025-12-04T09:56:49.2034220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2025-12-04T09:56:49.2038325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2025-12-04T09:56:49.2043403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2025-12-04T09:56:49.2046513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float8.h 2025-12-04T09:56:49.2050793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2025-12-04T09:56:49.2056051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2025-12-04T09:56:49.2059223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2025-12-04T09:56:49.2070083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2025-12-04T09:56:49.2074903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2025-12-04T09:56:49.2077825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2025-12-04T09:56:49.2081871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2025-12-04T09:56:49.2087509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2025-12-04T09:56:49.2101134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\cub-RadixSortPairs.cuh 2025-12-04T09:56:49.2106366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2025-12-04T09:56:49.2109230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\cub.h 2025-12-04T09:56:49.2132867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2025-12-04T09:56:49.2133581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2025-12-04T09:56:49.2134236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2025-12-04T09:56:49.2134851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2025-12-04T09:56:49.2135514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2025-12-04T09:56:49.2136169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2025-12-04T09:56:49.2139999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2025-12-04T09:56:49.2146369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2025-12-04T09:56:49.2148039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2025-12-04T09:56:49.2153750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2025-12-04T09:56:49.2156140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2025-12-04T09:56:49.2160020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAGreenContext.h 2025-12-04T09:56:49.2165705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAScaledBlas.h 2025-12-04T09:56:49.2177555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2025-12-04T09:56:49.2182615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2025-12-04T09:56:49.2186215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2025-12-04T09:56:49.2189914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2025-12-04T09:56:49.2193704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2025-12-04T09:56:49.2197619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2025-12-04T09:56:49.2201445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2025-12-04T09:56:49.2205337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2025-12-04T09:56:49.2209567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2025-12-04T09:56:49.2223550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2025-12-04T09:56:49.2227568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2025-12-04T09:56:49.2231359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\MemPool.h 2025-12-04T09:56:49.2235040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2025-12-04T09:56:49.2238836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2025-12-04T09:56:49.2242666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2025-12-04T09:56:49.2246438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2025-12-04T09:56:49.2250232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2025-12-04T09:56:49.2254171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2025-12-04T09:56:49.2258279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2025-12-04T09:56:49.2262114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2025-12-04T09:56:49.2280245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\BLASConstants.h 2025-12-04T09:56:49.2283917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2025-12-04T09:56:49.2288219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2025-12-04T09:56:49.2292339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2025-12-04T09:56:49.2307025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2025-12-04T09:56:49.2310912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2025-12-04T09:56:49.2315055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2025-12-04T09:56:49.2318935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2025-12-04T09:56:49.2322795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2025-12-04T09:56:49.2326705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2025-12-04T09:56:49.2330630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2025-12-04T09:56:49.2339271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2025-12-04T09:56:49.2343204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2025-12-04T09:56:49.2347070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2025-12-04T09:56:49.2350949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2025-12-04T09:56:49.2364771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2025-12-04T09:56:49.2368561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2025-12-04T09:56:49.2373914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2025-12-04T09:56:49.2381818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2025-12-04T09:56:49.2386550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2025-12-04T09:56:49.2389643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2025-12-04T09:56:49.2393766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2025-12-04T09:56:49.2399299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2025-12-04T09:56:49.2411985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2025-12-04T09:56:49.2426706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2025-12-04T09:56:49.2427516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2025-12-04T09:56:49.2431965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2025-12-04T09:56:49.2445941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2025-12-04T09:56:49.2450127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2025-12-04T09:56:49.2454035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2025-12-04T09:56:49.2458618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2025-12-04T09:56:49.2462775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2025-12-04T09:56:49.2466536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2025-12-04T09:56:49.2470667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2025-12-04T09:56:49.2475051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\XLAHooksInterface.h 2025-12-04T09:56:49.2478630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2025-12-04T09:56:49.2487809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2025-12-04T09:56:49.2491909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2025-12-04T09:56:49.2496024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2025-12-04T09:56:49.2510435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2025-12-04T09:56:49.2514505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2025-12-04T09:56:49.2518382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2025-12-04T09:56:49.2522575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2025-12-04T09:56:49.2526716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2025-12-04T09:56:49.2530567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2025-12-04T09:56:49.2534830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2025-12-04T09:56:49.2538813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2025-12-04T09:56:49.2543122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2025-12-04T09:56:49.2547812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2025-12-04T09:56:49.2561225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2025-12-04T09:56:49.2565261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2025-12-04T09:56:49.2569202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2025-12-04T09:56:49.2583390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2025-12-04T09:56:49.2592984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\metal\Context.h 2025-12-04T09:56:49.2601739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2025-12-04T09:56:49.2605899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2025-12-04T09:56:49.2609543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2025-12-04T09:56:49.2613749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2025-12-04T09:56:49.2628558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\Types.h 2025-12-04T09:56:49.2632799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2025-12-04T09:56:49.2640955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2025-12-04T09:56:49.2645814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2025-12-04T09:56:49.2649734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2025-12-04T09:56:49.2653668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2025-12-04T09:56:49.2667508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2025-12-04T09:56:49.2671636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2025-12-04T09:56:49.2675667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2025-12-04T09:56:49.2679701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2025-12-04T09:56:49.2683322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2025-12-04T09:56:49.2687423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2025-12-04T09:56:49.2691552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2025-12-04T09:56:49.2701132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Activation.h 2025-12-04T09:56:49.2705002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2025-12-04T09:56:49.2709268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2025-12-04T09:56:49.2713369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2025-12-04T09:56:49.2727047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2025-12-04T09:56:49.2730965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2025-12-04T09:56:49.2734806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2025-12-04T09:56:49.2739064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2025-12-04T09:56:49.2742923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2025-12-04T09:56:49.2747201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2025-12-04T09:56:49.2751028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2025-12-04T09:56:49.2754773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2025-12-04T09:56:49.2758868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2025-12-04T09:56:49.2762783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Copy.h 2025-12-04T09:56:49.2766518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2025-12-04T09:56:49.2770548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2025-12-04T09:56:49.2774469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Cross.h 2025-12-04T09:56:49.2778916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2025-12-04T09:56:49.2783023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2025-12-04T09:56:49.2786822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Distance.h 2025-12-04T09:56:49.2790844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Distributions.h 2025-12-04T09:56:49.2804632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2025-12-04T09:56:49.2808821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2025-12-04T09:56:49.2812684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Fill.h 2025-12-04T09:56:49.2816682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2025-12-04T09:56:49.2821001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2025-12-04T09:56:49.2825016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2025-12-04T09:56:49.2829157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2025-12-04T09:56:49.2833779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2025-12-04T09:56:49.2838798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2025-12-04T09:56:49.2842548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Gelu.h 2025-12-04T09:56:49.2846509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2025-12-04T09:56:49.2860047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2025-12-04T09:56:49.2864058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\GroupedMMUtils.h 2025-12-04T09:56:49.2867884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\group_norm.h 2025-12-04T09:56:49.2871985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Histogram.h 2025-12-04T09:56:49.2876031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\im2col.h 2025-12-04T09:56:49.2880031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2025-12-04T09:56:49.2883954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2025-12-04T09:56:49.2887958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2025-12-04T09:56:49.2892032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2025-12-04T09:56:49.2897593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Lerp.h 2025-12-04T09:56:49.2901920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2025-12-04T09:56:49.2915223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2025-12-04T09:56:49.2919235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2025-12-04T09:56:49.2923414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Math.h 2025-12-04T09:56:49.2929089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2025-12-04T09:56:49.2933596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2025-12-04T09:56:49.2938264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2025-12-04T09:56:49.2942968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2025-12-04T09:56:49.2947459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2025-12-04T09:56:49.2952009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Normalization.h 2025-12-04T09:56:49.2956365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Padding.h 2025-12-04T09:56:49.2970499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2025-12-04T09:56:49.2974875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2025-12-04T09:56:49.2979673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Pool.h 2025-12-04T09:56:49.2983747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Pow.h 2025-12-04T09:56:49.2988064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2025-12-04T09:56:49.2991883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\RangeUtils.h 2025-12-04T09:56:49.2996074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2025-12-04T09:56:49.2999988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2025-12-04T09:56:49.3004114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2025-12-04T09:56:49.3008009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2025-12-04T09:56:49.3012045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Repeat.h 2025-12-04T09:56:49.3035176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Resize.h 2025-12-04T09:56:49.3038986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2025-12-04T09:56:49.3043879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\RNN.h 2025-12-04T09:56:49.3048381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2025-12-04T09:56:49.3053101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2025-12-04T09:56:49.3057724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2025-12-04T09:56:49.3062509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2025-12-04T09:56:49.3067429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Sorting.h 2025-12-04T09:56:49.3072063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2025-12-04T09:56:49.3076553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2025-12-04T09:56:49.3080637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2025-12-04T09:56:49.3094994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2025-12-04T09:56:49.3099172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2025-12-04T09:56:49.3103215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2025-12-04T09:56:49.3108051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2025-12-04T09:56:49.3112298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2025-12-04T09:56:49.3116824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2025-12-04T09:56:49.3121626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2025-12-04T09:56:49.3126552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2025-12-04T09:56:49.3131838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2025-12-04T09:56:49.3146865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2025-12-04T09:56:49.3150908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2025-12-04T09:56:49.3155256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2025-12-04T09:56:49.3159292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2025-12-04T09:56:49.3163469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2025-12-04T09:56:49.3167878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2025-12-04T09:56:49.3172044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2025-12-04T09:56:49.3176332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2025-12-04T09:56:49.3180147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2025-12-04T09:56:49.3184057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2025-12-04T09:56:49.3188072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2025-12-04T09:56:49.3192020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\UpSample.h 2025-12-04T09:56:49.3195824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2025-12-04T09:56:49.3199703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\vol2col.h 2025-12-04T09:56:49.3216776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h 2025-12-04T09:56:49.3220855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h 2025-12-04T09:56:49.3224705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h 2025-12-04T09:56:49.3235374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2025-12-04T09:56:49.3239352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2025-12-04T09:56:49.3243151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2025-12-04T09:56:49.3246864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2025-12-04T09:56:49.3260264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2025-12-04T09:56:49.3264344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2025-12-04T09:56:49.3268308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2025-12-04T09:56:49.3272264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\Elu.h 2025-12-04T09:56:49.3276156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\Gelu.h 2025-12-04T09:56:49.3279931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2025-12-04T09:56:49.3283753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2025-12-04T09:56:49.3288548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2025-12-04T09:56:49.3293288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2025-12-04T09:56:49.3297262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2025-12-04T09:56:49.3301189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2025-12-04T09:56:49.3305734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h 2025-12-04T09:56:49.3309726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2025-12-04T09:56:49.3313493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2025-12-04T09:56:49.3317251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2025-12-04T09:56:49.3321388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2025-12-04T09:56:49.3334988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2025-12-04T09:56:49.3338973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2025-12-04T09:56:49.3342975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2025-12-04T09:56:49.3346788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2025-12-04T09:56:49.3350732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2025-12-04T09:56:49.3354745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2025-12-04T09:56:49.3358546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2025-12-04T09:56:49.3362390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2025-12-04T09:56:49.3366275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2025-12-04T09:56:49.3370252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2025-12-04T09:56:49.3384849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2025-12-04T09:56:49.3389480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2025-12-04T09:56:49.3393315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2025-12-04T09:56:49.3402369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2025-12-04T09:56:49.3406217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2025-12-04T09:56:49.3410097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2025-12-04T09:56:49.3413942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2025-12-04T09:56:49.3427706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2025-12-04T09:56:49.3431882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\cuBlasCommonArgs.h 2025-12-04T09:56:49.3435666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2025-12-04T09:56:49.3439876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2025-12-04T09:56:49.3443980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2025-12-04T09:56:49.3447849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2025-12-04T09:56:49.3451883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\cutlass_common.cuh 2025-12-04T09:56:49.3455705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2025-12-04T09:56:49.3459829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2025-12-04T09:56:49.3464160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2025-12-04T09:56:49.3468442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2025-12-04T09:56:49.3472477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2025-12-04T09:56:49.3476615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2025-12-04T09:56:49.3480925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adagrad_impl.cuh 2025-12-04T09:56:49.3485115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adagrad_utils.cuh 2025-12-04T09:56:49.3498924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2025-12-04T09:56:49.3503073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2025-12-04T09:56:49.3507296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2025-12-04T09:56:49.3511536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2025-12-04T09:56:49.3515547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2025-12-04T09:56:49.3519582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2025-12-04T09:56:49.3523607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2025-12-04T09:56:49.3527777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\GroupMM.h 2025-12-04T09:56:49.3531736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\GroupMMCommon.cuh 2025-12-04T09:56:49.3545016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2025-12-04T09:56:49.3548987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2025-12-04T09:56:49.3553409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernelUtils.h 2025-12-04T09:56:49.3557604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2025-12-04T09:56:49.3561598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2025-12-04T09:56:49.3565349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2025-12-04T09:56:49.3569637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2025-12-04T09:56:49.3573736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2025-12-04T09:56:49.3577471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2025-12-04T09:56:49.3582325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2025-12-04T09:56:49.3586588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2025-12-04T09:56:49.3600293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2025-12-04T09:56:49.3604489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2025-12-04T09:56:49.3609148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2025-12-04T09:56:49.3613200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2025-12-04T09:56:49.3617106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2025-12-04T09:56:49.3621013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2025-12-04T09:56:49.3625197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2025-12-04T09:56:49.3629733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2025-12-04T09:56:49.3634133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2025-12-04T09:56:49.3638654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2025-12-04T09:56:49.3643073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ScaledGroupMM.h 2025-12-04T09:56:49.3657840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2025-12-04T09:56:49.3662716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2025-12-04T09:56:49.3666825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2025-12-04T09:56:49.3670504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2025-12-04T09:56:49.3674660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2025-12-04T09:56:49.3678981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2025-12-04T09:56:49.3683014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2025-12-04T09:56:49.3687061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2025-12-04T09:56:49.3691089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2025-12-04T09:56:49.3695336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2025-12-04T09:56:49.3718155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2025-12-04T09:56:49.3723133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2025-12-04T09:56:49.3727215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2025-12-04T09:56:49.3731303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2025-12-04T09:56:49.3735020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2025-12-04T09:56:49.3746495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\ck_bgemm.h 2025-12-04T09:56:49.3750233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2025-12-04T09:56:49.3754001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2025-12-04T09:56:49.3757759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\ck_group_gemm.h 2025-12-04T09:56:49.3761913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\ck_types.h 2025-12-04T09:56:49.3779547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h 2025-12-04T09:56:49.3783518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h 2025-12-04T09:56:49.3792408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_kernels.h 2025-12-04T09:56:49.3796605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_pack.h 2025-12-04T09:56:49.3800253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h 2025-12-04T09:56:49.3811978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\Conv.h 2025-12-04T09:56:49.3815926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\FusionUtils.h 2025-12-04T09:56:49.3819680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\qconv.h 2025-12-04T09:56:49.3823413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\qlinear.h 2025-12-04T09:56:49.3830981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2025-12-04T09:56:49.3834792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h 2025-12-04T09:56:49.3838581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h 2025-12-04T09:56:49.3842297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2025-12-04T09:56:49.3845976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2025-12-04T09:56:49.3849845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2025-12-04T09:56:49.3869348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2025-12-04T09:56:49.3873120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\MetalShaderLibrary.h 2025-12-04T09:56:49.3877139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2025-12-04T09:56:49.3881263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2025-12-04T09:56:49.3895592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2025-12-04T09:56:49.3903682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\Activation.h 2025-12-04T09:56:49.3907387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\EmbeddingBag.h 2025-12-04T09:56:49.3911373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\GridSampler.h 2025-12-04T09:56:49.3915483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\LinearAlgebra.h 2025-12-04T09:56:49.3929583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\Pooling.h 2025-12-04T09:56:49.3933677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\Shape.h 2025-12-04T09:56:49.3937559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\kernels\UpSample.h 2025-12-04T09:56:49.3945844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\BinaryKernel.h 2025-12-04T09:56:49.3950459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h 2025-12-04T09:56:49.3954743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h 2025-12-04T09:56:49.3969499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h 2025-12-04T09:56:49.3973510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h 2025-12-04T09:56:49.3977425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mps\operations\MultiTensorApply.h 2025-12-04T09:56:49.3986808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\mtia\EmptyTensor.h 2025-12-04T09:56:49.3995110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2025-12-04T09:56:49.3999122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2025-12-04T09:56:49.4003228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2025-12-04T09:56:49.4016974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2025-12-04T09:56:49.4021167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2025-12-04T09:56:49.4030666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2025-12-04T09:56:49.4034776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2025-12-04T09:56:49.4038556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2025-12-04T09:56:49.4051863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2025-12-04T09:56:49.4056006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2025-12-04T09:56:49.4060297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2025-12-04T09:56:49.4064187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\library.h 2025-12-04T09:56:49.4068326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2025-12-04T09:56:49.4076584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\ACLUtils.h 2025-12-04T09:56:49.4080385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2025-12-04T09:56:49.4084451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2025-12-04T09:56:49.4088389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2025-12-04T09:56:49.4102172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2025-12-04T09:56:49.4106382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2025-12-04T09:56:49.4110513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2025-12-04T09:56:49.4114271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2025-12-04T09:56:49.4118900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2025-12-04T09:56:49.4122754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2025-12-04T09:56:49.4126602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2025-12-04T09:56:49.4138821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2025-12-04T09:56:49.4139771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2025-12-04T09:56:49.4140558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2025-12-04T09:56:49.4167967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2025-12-04T09:56:49.4168738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2025-12-04T09:56:49.4169502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\quantized\cudnn\utils.h 2025-12-04T09:56:49.4170243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2025-12-04T09:56:49.4175210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils.h 2025-12-04T09:56:49.4181737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2025-12-04T09:56:49.4200276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\sdp_utils.h 2025-12-04T09:56:49.4205985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h 2025-12-04T09:56:49.4209892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h 2025-12-04T09:56:49.4218659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h 2025-12-04T09:56:49.4222613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h 2025-12-04T09:56:49.4226612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h 2025-12-04T09:56:49.4240740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h 2025-12-04T09:56:49.4245429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h 2025-12-04T09:56:49.4252979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h 2025-12-04T09:56:49.4257266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h 2025-12-04T09:56:49.4261353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h 2025-12-04T09:56:49.4278698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h 2025-12-04T09:56:49.4282720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h 2025-12-04T09:56:49.4286834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h 2025-12-04T09:56:49.4290760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h 2025-12-04T09:56:49.4304735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h 2025-12-04T09:56:49.4309269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h 2025-12-04T09:56:49.4313215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h 2025-12-04T09:56:49.4322358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h 2025-12-04T09:56:49.4326237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h 2025-12-04T09:56:49.4330215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h 2025-12-04T09:56:49.4344527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h 2025-12-04T09:56:49.4349159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h 2025-12-04T09:56:49.4353684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h 2025-12-04T09:56:49.4357747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h 2025-12-04T09:56:49.4365860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h 2025-12-04T09:56:49.4370231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h 2025-12-04T09:56:49.4378489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h 2025-12-04T09:56:49.4387878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\hip\aotriton_adapter.h 2025-12-04T09:56:49.4391719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\hip\aotriton_versions.h 2025-12-04T09:56:49.4395597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\hip\gemm_kernel_utils.h 2025-12-04T09:56:49.4413897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h 2025-12-04T09:56:49.4423432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h 2025-12-04T09:56:49.4431302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\transformers\xpu\sdp_utils.h 2025-12-04T09:56:49.4440995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2025-12-04T09:56:49.4443954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2025-12-04T09:56:49.4448258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2025-12-04T09:56:49.4457690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs.h 2025-12-04T09:56:49.4461824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\absolute.h 2025-12-04T09:56:49.4465817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.4469685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2025-12-04T09:56:49.4483138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2025-12-04T09:56:49.4487455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.4491491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2025-12-04T09:56:49.4496447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2025-12-04T09:56:49.4500427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2025-12-04T09:56:49.4504498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2025-12-04T09:56:49.4508490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos.h 2025-12-04T09:56:49.4512414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh.h 2025-12-04T09:56:49.4516710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4520709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2025-12-04T09:56:49.4524916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2025-12-04T09:56:49.4528830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2025-12-04T09:56:49.4532982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2025-12-04T09:56:49.4537128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2025-12-04T09:56:49.4541130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2025-12-04T09:56:49.4546084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4560328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2025-12-04T09:56:49.4564502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2025-12-04T09:56:49.4579678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2025-12-04T09:56:49.4580456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2025-12-04T09:56:49.4581254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2025-12-04T09:56:49.4582001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2025-12-04T09:56:49.4584664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2025-12-04T09:56:49.4588830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.4593533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.4607708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2025-12-04T09:56:49.4611923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2025-12-04T09:56:49.4615995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2025-12-04T09:56:49.4620387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.4624600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2025-12-04T09:56:49.4629146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2025-12-04T09:56:49.4633694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2025-12-04T09:56:49.4637587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2025-12-04T09:56:49.4652102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2025-12-04T09:56:49.4657101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2025-12-04T09:56:49.4662117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-12-04T09:56:49.4668027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-12-04T09:56:49.4671916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2025-12-04T09:56:49.4676288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2025-12-04T09:56:49.4680521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.4685099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2025-12-04T09:56:49.4690206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2025-12-04T09:56:49.4694235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2025-12-04T09:56:49.4698390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2025-12-04T09:56:49.4721031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2025-12-04T09:56:49.4725236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.4729208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2025-12-04T09:56:49.4733449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2025-12-04T09:56:49.4737489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2025-12-04T09:56:49.4742199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2025-12-04T09:56:49.4747254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4751142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2025-12-04T09:56:49.4755272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2025-12-04T09:56:49.4759791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2025-12-04T09:56:49.4764014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2025-12-04T09:56:49.4777292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2025-12-04T09:56:49.4781699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2025-12-04T09:56:49.4785878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4790238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2025-12-04T09:56:49.4794368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2025-12-04T09:56:49.4798700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2025-12-04T09:56:49.4802873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2025-12-04T09:56:49.4816058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2025-12-04T09:56:49.4820362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2025-12-04T09:56:49.4824523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2025-12-04T09:56:49.4829397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2025-12-04T09:56:49.4833778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4848147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2025-12-04T09:56:49.4852289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2025-12-04T09:56:49.4856518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2025-12-04T09:56:49.4860979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2025-12-04T09:56:49.4865015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2025-12-04T09:56:49.4869515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2025-12-04T09:56:49.4873985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4878537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2025-12-04T09:56:49.4882674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2025-12-04T09:56:49.4886980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2025-12-04T09:56:49.4891238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2025-12-04T09:56:49.4895610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2025-12-04T09:56:49.4900779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2025-12-04T09:56:49.4905015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add.h 2025-12-04T09:56:49.4909138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2025-12-04T09:56:49.4913394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2025-12-04T09:56:49.4917803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2025-12-04T09:56:49.4921853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2025-12-04T09:56:49.4926084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2025-12-04T09:56:49.4930299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2025-12-04T09:56:49.4934642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2025-12-04T09:56:49.4939025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4943169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2025-12-04T09:56:49.4947165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2025-12-04T09:56:49.4961936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2025-12-04T09:56:49.4965970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2025-12-04T09:56:49.4970515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2025-12-04T09:56:49.4974825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2025-12-04T09:56:49.4979037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2025-12-04T09:56:49.4983178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.4987440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2025-12-04T09:56:49.4991698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2025-12-04T09:56:49.4996291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2025-12-04T09:56:49.5000672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2025-12-04T09:56:49.5005378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2025-12-04T09:56:49.5009655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2025-12-04T09:56:49.5014034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm.h 2025-12-04T09:56:49.5018359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5022340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2025-12-04T09:56:49.5026774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2025-12-04T09:56:49.5031110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2025-12-04T09:56:49.5035162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2025-12-04T09:56:49.5039443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2025-12-04T09:56:49.5044680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2025-12-04T09:56:49.5049032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv.h 2025-12-04T09:56:49.5053094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5068106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2025-12-04T09:56:49.5072414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2025-12-04T09:56:49.5076615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2025-12-04T09:56:49.5081074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2025-12-04T09:56:49.5085750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2025-12-04T09:56:49.5090115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2025-12-04T09:56:49.5094586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr.h 2025-12-04T09:56:49.5098593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5102770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2025-12-04T09:56:49.5107194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2025-12-04T09:56:49.5111195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2025-12-04T09:56:49.5115379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2025-12-04T09:56:49.5119423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5123533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5127818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2025-12-04T09:56:49.5132699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2025-12-04T09:56:49.5136899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2025-12-04T09:56:49.5141184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2025-12-04T09:56:49.5145639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_native.h 2025-12-04T09:56:49.5150086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2025-12-04T09:56:49.5154190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2025-12-04T09:56:49.5158747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5163271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2025-12-04T09:56:49.5167707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2025-12-04T09:56:49.5172306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2025-12-04T09:56:49.5176733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2025-12-04T09:56:49.5181730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5186197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2025-12-04T09:56:49.5190754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2025-12-04T09:56:49.5195454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5210902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2025-12-04T09:56:49.5215445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2025-12-04T09:56:49.5220354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias.h 2025-12-04T09:56:49.5224262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5228258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2025-12-04T09:56:49.5232897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5237182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5241535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2025-12-04T09:56:49.5245543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2025-12-04T09:56:49.5249905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2025-12-04T09:56:49.5253942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2025-12-04T09:56:49.5258019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_as.h 2025-12-04T09:56:49.5262629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5266658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2025-12-04T09:56:49.5270770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2025-12-04T09:56:49.5274854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2025-12-04T09:56:49.5279105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5283486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2025-12-04T09:56:49.5288088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2025-12-04T09:56:49.5292397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_to.h 2025-12-04T09:56:49.5296346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5300718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2025-12-04T09:56:49.5304951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2025-12-04T09:56:49.5308943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all.h 2025-12-04T09:56:49.5313088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\allclose.h 2025-12-04T09:56:49.5317090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5321058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2025-12-04T09:56:49.5325020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2025-12-04T09:56:49.5329660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5333934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5338624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5342500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2025-12-04T09:56:49.5346440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2025-12-04T09:56:49.5350443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2025-12-04T09:56:49.5354401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2025-12-04T09:56:49.5358427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_native.h 2025-12-04T09:56:49.5362551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2025-12-04T09:56:49.5366301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2025-12-04T09:56:49.5370737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5375093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2025-12-04T09:56:49.5390660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2025-12-04T09:56:49.5394773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax.h 2025-12-04T09:56:49.5398692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5402788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2025-12-04T09:56:49.5406834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2025-12-04T09:56:49.5410940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2025-12-04T09:56:49.5415012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2025-12-04T09:56:49.5419155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2025-12-04T09:56:49.5422973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2025-12-04T09:56:49.5426926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin.h 2025-12-04T09:56:49.5430902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2025-12-04T09:56:49.5435141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5439503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2025-12-04T09:56:49.5443533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2025-12-04T09:56:49.5447781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2025-12-04T09:56:49.5452061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2025-12-04T09:56:49.5456372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2025-12-04T09:56:49.5460706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2025-12-04T09:56:49.5465118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5469283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2025-12-04T09:56:49.5473677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2025-12-04T09:56:49.5477841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2025-12-04T09:56:49.5482288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2025-12-04T09:56:49.5486792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2025-12-04T09:56:49.5490835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2025-12-04T09:56:49.5494597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\and.h 2025-12-04T09:56:49.5500104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5504512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\and_native.h 2025-12-04T09:56:49.5508458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2025-12-04T09:56:49.5513916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\angle.h 2025-12-04T09:56:49.5520752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2025-12-04T09:56:49.5527504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2025-12-04T09:56:49.5532692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2025-12-04T09:56:49.5537722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2025-12-04T09:56:49.5543567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any.h 2025-12-04T09:56:49.5547440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5552147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5556933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5562357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2025-12-04T09:56:49.5565636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2025-12-04T09:56:49.5581834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2025-12-04T09:56:49.5587428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2025-12-04T09:56:49.5590064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_native.h 2025-12-04T09:56:49.5594686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2025-12-04T09:56:49.5598229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange.h 2025-12-04T09:56:49.5602454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5606811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2025-12-04T09:56:49.5610991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2025-12-04T09:56:49.5615244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2025-12-04T09:56:49.5619940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2025-12-04T09:56:49.5624102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2025-12-04T09:56:49.5629016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccos.h 2025-12-04T09:56:49.5633010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2025-12-04T09:56:49.5637151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5641661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2025-12-04T09:56:49.5646120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2025-12-04T09:56:49.5650951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5655540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2025-12-04T09:56:49.5660530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2025-12-04T09:56:49.5665817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2025-12-04T09:56:49.5670105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2025-12-04T09:56:49.5674382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5678501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2025-12-04T09:56:49.5683028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2025-12-04T09:56:49.5687748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5692124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2025-12-04T09:56:49.5696991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2025-12-04T09:56:49.5701291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan.h 2025-12-04T09:56:49.5705261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2025-12-04T09:56:49.5709457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5713644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2025-12-04T09:56:49.5718101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2025-12-04T09:56:49.5723316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2025-12-04T09:56:49.5727630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5733309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2025-12-04T09:56:49.5737449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2025-12-04T09:56:49.5742088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5746350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2025-12-04T09:56:49.5750466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2025-12-04T09:56:49.5754718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax.h 2025-12-04T09:56:49.5758992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5763246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2025-12-04T09:56:49.5767397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2025-12-04T09:56:49.5771807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2025-12-04T09:56:49.5775921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2025-12-04T09:56:49.5780068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2025-12-04T09:56:49.5784149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2025-12-04T09:56:49.5788316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin.h 2025-12-04T09:56:49.5793559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5797979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2025-12-04T09:56:49.5802123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2025-12-04T09:56:49.5806199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2025-12-04T09:56:49.5810521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2025-12-04T09:56:49.5814751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2025-12-04T09:56:49.5818914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2025-12-04T09:56:49.5823048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argsort.h 2025-12-04T09:56:49.5827028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5831528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2025-12-04T09:56:49.5835631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2025-12-04T09:56:49.5839596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2025-12-04T09:56:49.5843768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.5847994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2025-12-04T09:56:49.5852251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2025-12-04T09:56:49.5856526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin.h 2025-12-04T09:56:49.5860703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh.h 2025-12-04T09:56:49.5864897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5869032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2025-12-04T09:56:49.5873420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2025-12-04T09:56:49.5877920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2025-12-04T09:56:49.5882015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2025-12-04T09:56:49.5886213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2025-12-04T09:56:49.5890316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2025-12-04T09:56:49.5894720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5899040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2025-12-04T09:56:49.5903163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2025-12-04T09:56:49.5907250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2025-12-04T09:56:49.5911505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2025-12-04T09:56:49.5916446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2025-12-04T09:56:49.5920303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2025-12-04T09:56:49.5924124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2025-12-04T09:56:49.5928431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5932766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2025-12-04T09:56:49.5937358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5941687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.5945836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2025-12-04T09:56:49.5962620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2025-12-04T09:56:49.5966870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2025-12-04T09:56:49.5970970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2025-12-04T09:56:49.5975246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2025-12-04T09:56:49.5979462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2025-12-04T09:56:49.5983496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2025-12-04T09:56:49.5987543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2025-12-04T09:56:49.5992036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.5996562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6000674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2025-12-04T09:56:49.6004962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2025-12-04T09:56:49.6008882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan.h 2025-12-04T09:56:49.6012918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2.h 2025-12-04T09:56:49.6017227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6021392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2025-12-04T09:56:49.6026428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2025-12-04T09:56:49.6030521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2025-12-04T09:56:49.6034836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2025-12-04T09:56:49.6039101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2025-12-04T09:56:49.6044029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2025-12-04T09:56:49.6048141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh.h 2025-12-04T09:56:49.6052351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6057099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2025-12-04T09:56:49.6061372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2025-12-04T09:56:49.6065471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2025-12-04T09:56:49.6069654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2025-12-04T09:56:49.6073772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2025-12-04T09:56:49.6077677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2025-12-04T09:56:49.6082004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6086064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2025-12-04T09:56:49.6090564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2025-12-04T09:56:49.6094693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2025-12-04T09:56:49.6098834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2025-12-04T09:56:49.6102929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2025-12-04T09:56:49.6106837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2025-12-04T09:56:49.6110626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2025-12-04T09:56:49.6114803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6118849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2025-12-04T09:56:49.6123094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2025-12-04T09:56:49.6127355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2025-12-04T09:56:49.6131559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6135565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2025-12-04T09:56:49.6139896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2025-12-04T09:56:49.6143807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2025-12-04T09:56:49.6148812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6153156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2025-12-04T09:56:49.6157142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2025-12-04T09:56:49.6162222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2025-12-04T09:56:49.6166906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6172002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6177120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2025-12-04T09:56:49.6181387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2025-12-04T09:56:49.6186408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2025-12-04T09:56:49.6190826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2025-12-04T09:56:49.6196210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6200626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2025-12-04T09:56:49.6268990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2025-12-04T09:56:49.6269834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2025-12-04T09:56:49.6270667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2025-12-04T09:56:49.6271447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2025-12-04T09:56:49.6272182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2025-12-04T09:56:49.6275691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6276583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2025-12-04T09:56:49.6277331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2025-12-04T09:56:49.6278028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2025-12-04T09:56:49.6278736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2025-12-04T09:56:49.6279437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2025-12-04T09:56:49.6282598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2025-12-04T09:56:49.6283255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2025-12-04T09:56:49.6283920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2025-12-04T09:56:49.6284823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6285782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2025-12-04T09:56:49.6289072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2025-12-04T09:56:49.6291785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2025-12-04T09:56:49.6295852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2025-12-04T09:56:49.6301016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2025-12-04T09:56:49.6317673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2025-12-04T09:56:49.6322297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6326468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2025-12-04T09:56:49.6330667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2025-12-04T09:56:49.6335116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2025-12-04T09:56:49.6339400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2025-12-04T09:56:49.6343582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2025-12-04T09:56:49.6348671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2025-12-04T09:56:49.6352038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2025-12-04T09:56:49.6356273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6360297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2025-12-04T09:56:49.6364370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2025-12-04T09:56:49.6368423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2025-12-04T09:56:49.6373083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2025-12-04T09:56:49.6377493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2025-12-04T09:56:49.6381678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2025-12-04T09:56:49.6385599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2025-12-04T09:56:49.6390002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6394010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2025-12-04T09:56:49.6398120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2025-12-04T09:56:49.6402173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2025-12-04T09:56:49.6406840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2025-12-04T09:56:49.6411010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2025-12-04T09:56:49.6415132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2025-12-04T09:56:49.6420731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2025-12-04T09:56:49.6425150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6429692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2025-12-04T09:56:49.6433657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2025-12-04T09:56:49.6437779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2025-12-04T09:56:49.6441897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2025-12-04T09:56:49.6446178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2025-12-04T09:56:49.6450388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2025-12-04T09:56:49.6454790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6459256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2025-12-04T09:56:49.6463407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2025-12-04T09:56:49.6467749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2025-12-04T09:56:49.6471992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6476135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2025-12-04T09:56:49.6480294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2025-12-04T09:56:49.6484466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2025-12-04T09:56:49.6488722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2025-12-04T09:56:49.6492915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2025-12-04T09:56:49.6497498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6509350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2025-12-04T09:56:49.6513637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2025-12-04T09:56:49.6514860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2025-12-04T09:56:49.6520795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2025-12-04T09:56:49.6528124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6535851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2025-12-04T09:56:49.6542634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2025-12-04T09:56:49.6548938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2025-12-04T09:56:49.6555550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2025-12-04T09:56:49.6561898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2025-12-04T09:56:49.6568698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2025-12-04T09:56:49.6575489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6581917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2025-12-04T09:56:49.6588437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2025-12-04T09:56:49.6594766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2025-12-04T09:56:49.6601163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2025-12-04T09:56:49.6608199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6614815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2025-12-04T09:56:49.6621198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2025-12-04T09:56:49.6627404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2025-12-04T09:56:49.6633577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2025-12-04T09:56:49.6639700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2025-12-04T09:56:49.6645956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6652303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6658562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2025-12-04T09:56:49.6665054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2025-12-04T09:56:49.6685320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2025-12-04T09:56:49.6689480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2025-12-04T09:56:49.6693670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2025-12-04T09:56:49.6697866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2025-12-04T09:56:49.6702644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.6706746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2025-12-04T09:56:49.6711685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2025-12-04T09:56:49.6715512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2025-12-04T09:56:49.6720394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2025-12-04T09:56:49.6725577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2025-12-04T09:56:49.6730452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2025-12-04T09:56:49.6735807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2025-12-04T09:56:49.6741062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2025-12-04T09:56:49.6746610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2025-12-04T09:56:49.6751417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2025-12-04T09:56:49.6756312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2025-12-04T09:56:49.6761358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2025-12-04T09:56:49.6767314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2025-12-04T09:56:49.6772256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6777148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2025-12-04T09:56:49.6782375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2025-12-04T09:56:49.6787561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount.h 2025-12-04T09:56:49.6792112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6796636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2025-12-04T09:56:49.6801332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2025-12-04T09:56:49.6805513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2025-12-04T09:56:49.6810042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2025-12-04T09:56:49.6814948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial.h 2025-12-04T09:56:49.6819226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6824024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2025-12-04T09:56:49.6828697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2025-12-04T09:56:49.6832624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2025-12-04T09:56:49.6836727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2025-12-04T09:56:49.6841077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2025-12-04T09:56:49.6845587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6849753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6853767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2025-12-04T09:56:49.6858259Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2025-12-04T09:56:49.6862345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2025-12-04T09:56:49.6867425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2025-12-04T09:56:49.6872106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2025-12-04T09:56:49.6877466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2025-12-04T09:56:49.6881552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2025-12-04T09:56:49.6885990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6891257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6895424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2025-12-04T09:56:49.6900082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2025-12-04T09:56:49.6904510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2025-12-04T09:56:49.6909845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2025-12-04T09:56:49.6915236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2025-12-04T09:56:49.6919693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2025-12-04T09:56:49.6924021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2025-12-04T09:56:49.6928523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6933075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2025-12-04T09:56:49.6937407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2025-12-04T09:56:49.6942163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2025-12-04T09:56:49.6946571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2025-12-04T09:56:49.6951074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2025-12-04T09:56:49.6955247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2025-12-04T09:56:49.6959365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2025-12-04T09:56:49.6964126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.6968646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.6972852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2025-12-04T09:56:49.6977205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2025-12-04T09:56:49.6983349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2025-12-04T09:56:49.6987713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2025-12-04T09:56:49.6991825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2025-12-04T09:56:49.6995894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2025-12-04T09:56:49.7000527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2025-12-04T09:56:49.7005235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7010335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7014545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2025-12-04T09:56:49.7019251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2025-12-04T09:56:49.7023504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2025-12-04T09:56:49.7027950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2025-12-04T09:56:49.7032515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2025-12-04T09:56:49.7037707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2025-12-04T09:56:49.7042268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2025-12-04T09:56:49.7047638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7052471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7057444Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2025-12-04T09:56:49.7062646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2025-12-04T09:56:49.7066976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2025-12-04T09:56:49.7071821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2025-12-04T09:56:49.7076806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2025-12-04T09:56:49.7081388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2025-12-04T09:56:49.7085566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2025-12-04T09:56:49.7090148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7094812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2025-12-04T09:56:49.7099359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2025-12-04T09:56:49.7103637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2025-12-04T09:56:49.7108150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7112286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2025-12-04T09:56:49.7116510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2025-12-04T09:56:49.7121994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm.h 2025-12-04T09:56:49.7126439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7130598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2025-12-04T09:56:49.7135244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2025-12-04T09:56:49.7139650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2025-12-04T09:56:49.7143594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2025-12-04T09:56:49.7148025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2025-12-04T09:56:49.7152234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2025-12-04T09:56:49.7157270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2025-12-04T09:56:49.7162355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7167128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2025-12-04T09:56:49.7171988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2025-12-04T09:56:49.7176650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2025-12-04T09:56:49.7181801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7187133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2025-12-04T09:56:49.7192309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2025-12-04T09:56:49.7196645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2025-12-04T09:56:49.7201535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7205729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2025-12-04T09:56:49.7210068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2025-12-04T09:56:49.7214173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2025-12-04T09:56:49.7218668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2025-12-04T09:56:49.7223015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2025-12-04T09:56:49.7227206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7232493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2025-12-04T09:56:49.7236859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2025-12-04T09:56:49.7241122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2025-12-04T09:56:49.7245372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7249770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2025-12-04T09:56:49.7254459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2025-12-04T09:56:49.7258798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat.h 2025-12-04T09:56:49.7262957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7267617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7271776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2025-12-04T09:56:49.7275757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2025-12-04T09:56:49.7280016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2025-12-04T09:56:49.7284772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2025-12-04T09:56:49.7288934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2025-12-04T09:56:49.7292959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2025-12-04T09:56:49.7296961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2025-12-04T09:56:49.7301416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7305679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2025-12-04T09:56:49.7310466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2025-12-04T09:56:49.7314593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2025-12-04T09:56:49.7333583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2025-12-04T09:56:49.7338978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2025-12-04T09:56:49.7344010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2025-12-04T09:56:49.7348693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7352899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2025-12-04T09:56:49.7357414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7361690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7365804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2025-12-04T09:56:49.7370481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2025-12-04T09:56:49.7375044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2025-12-04T09:56:49.7379362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2025-12-04T09:56:49.7383410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cdist.h 2025-12-04T09:56:49.7387379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:49.7391648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2025-12-04T09:56:49.7395672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2025-12-04T09:56:49.7399905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil.h 2025-12-04T09:56:49.7404332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:49.7408917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2025-12-04T09:56:49.7413411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2025-12-04T09:56:49.7417620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2025-12-04T09:56:49.7421767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2025-12-04T09:56:49.7425717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2025-12-04T09:56:49.7429713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2025-12-04T09:56:49.7433541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\celu.h 2025-12-04T09:56:49.7438437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:49.7442584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2025-12-04T09:56:50.1397424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2025-12-04T09:56:50.1402223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2025-12-04T09:56:50.1408398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1413318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2025-12-04T09:56:50.1419684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2025-12-04T09:56:50.1424195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chalf.h 2025-12-04T09:56:50.1428463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1432647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2025-12-04T09:56:50.1437317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2025-12-04T09:56:50.1441460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2025-12-04T09:56:50.1446313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1450490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2025-12-04T09:56:50.1455401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2025-12-04T09:56:50.1460295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2025-12-04T09:56:50.1464659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2025-12-04T09:56:50.1468655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2025-12-04T09:56:50.1472921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2025-12-04T09:56:50.1477363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2025-12-04T09:56:50.1481693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2025-12-04T09:56:50.1487042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2025-12-04T09:56:50.1491846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2025-12-04T09:56:50.1497617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2025-12-04T09:56:50.1508648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2025-12-04T09:56:50.1513720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2025-12-04T09:56:50.1518458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2025-12-04T09:56:50.1522699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2025-12-04T09:56:50.1527323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1531636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2025-12-04T09:56:50.1536821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2025-12-04T09:56:50.1541867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2025-12-04T09:56:50.1546712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1551041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2025-12-04T09:56:50.1556063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2025-12-04T09:56:50.1560339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chunk.h 2025-12-04T09:56:50.1564473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1569047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2025-12-04T09:56:50.1573240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2025-12-04T09:56:50.1577455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp.h 2025-12-04T09:56:50.1582419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.1586874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2025-12-04T09:56:50.1591111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2025-12-04T09:56:50.1595143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2025-12-04T09:56:50.1599836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.1603994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2025-12-04T09:56:50.1609502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2025-12-04T09:56:50.1613933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2025-12-04T09:56:50.1618225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2025-12-04T09:56:50.1622389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2025-12-04T09:56:50.1627270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2025-12-04T09:56:50.1631551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2025-12-04T09:56:50.1636021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2025-12-04T09:56:50.1640490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2025-12-04T09:56:50.1645053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.1650467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2025-12-04T09:56:50.1655468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2025-12-04T09:56:50.1661180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2025-12-04T09:56:50.1665854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2025-12-04T09:56:50.1670859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2025-12-04T09:56:50.1675201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2025-12-04T09:56:50.1679790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2025-12-04T09:56:50.1684183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2025-12-04T09:56:50.1690042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clip.h 2025-12-04T09:56:50.1694985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1700127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2025-12-04T09:56:50.1705498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2025-12-04T09:56:50.1710303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clone.h 2025-12-04T09:56:50.1715965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1720670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2025-12-04T09:56:50.1725522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2025-12-04T09:56:50.1730691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2025-12-04T09:56:50.1735474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1740858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2025-12-04T09:56:50.1745479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2025-12-04T09:56:50.1749539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col2im.h 2025-12-04T09:56:50.1754353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2025-12-04T09:56:50.1759167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2025-12-04T09:56:50.1764121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2025-12-04T09:56:50.1768715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2025-12-04T09:56:50.1772956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2025-12-04T09:56:50.1777852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1782927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2025-12-04T09:56:50.1786965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2025-12-04T09:56:50.1791859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2025-12-04T09:56:50.1796636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1800865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2025-12-04T09:56:50.1806587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.1811838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1816157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2025-12-04T09:56:50.1820451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2025-12-04T09:56:50.1824683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2025-12-04T09:56:50.1828828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2025-12-04T09:56:50.1832969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\combinations.h 2025-12-04T09:56:50.1837599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1842091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2025-12-04T09:56:50.1847042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2025-12-04T09:56:50.1851079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex.h 2025-12-04T09:56:50.1855752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1860112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2025-12-04T09:56:50.1864508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2025-12-04T09:56:50.1868739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2025-12-04T09:56:50.1873503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2025-12-04T09:56:50.1877694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concat.h 2025-12-04T09:56:50.1883365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2025-12-04T09:56:50.1888197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1893855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2025-12-04T09:56:50.1900971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2025-12-04T09:56:50.1905453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1909975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2025-12-04T09:56:50.1915744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2025-12-04T09:56:50.1920224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj.h 2025-12-04T09:56:50.1924451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1928459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2025-12-04T09:56:50.1932599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2025-12-04T09:56:50.1936879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2025-12-04T09:56:50.1941158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1945548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.1950274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2025-12-04T09:56:50.1954414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2025-12-04T09:56:50.1959297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2025-12-04T09:56:50.1963419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2025-12-04T09:56:50.1967725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2025-12-04T09:56:50.1971933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.1976023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2025-12-04T09:56:50.1981430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2025-12-04T09:56:50.1985600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2025-12-04T09:56:50.2358933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2362807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2025-12-04T09:56:50.2367048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2025-12-04T09:56:50.2371307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2025-12-04T09:56:50.2375401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2379855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2025-12-04T09:56:50.2384787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2025-12-04T09:56:50.2389577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2025-12-04T09:56:50.2394150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2398550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2025-12-04T09:56:50.2402694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2025-12-04T09:56:50.2406784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2025-12-04T09:56:50.2411069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2415618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2025-12-04T09:56:50.2419827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2025-12-04T09:56:50.2424460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution.h 2025-12-04T09:56:50.2429217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2025-12-04T09:56:50.2433682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2438104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2025-12-04T09:56:50.2443060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2025-12-04T09:56:50.2447805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2025-12-04T09:56:50.2451995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2025-12-04T09:56:50.2456520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2461639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2025-12-04T09:56:50.2466359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2025-12-04T09:56:50.2470983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2475684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2025-12-04T09:56:50.2480582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2025-12-04T09:56:50.2485212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2025-12-04T09:56:50.2489957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2494483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2025-12-04T09:56:50.2499128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2025-12-04T09:56:50.2504214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2025-12-04T09:56:50.2508410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2512704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2025-12-04T09:56:50.2517133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2025-12-04T09:56:50.2523387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2025-12-04T09:56:50.2527756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2025-12-04T09:56:50.2531966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2025-12-04T09:56:50.2536961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2542864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2025-12-04T09:56:50.2547631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2025-12-04T09:56:50.2552135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2556586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2025-12-04T09:56:50.2561555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2025-12-04T09:56:50.2566383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2025-12-04T09:56:50.2570908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2575291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2025-12-04T09:56:50.2579789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2025-12-04T09:56:50.2584062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2025-12-04T09:56:50.2588556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2592889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2025-12-04T09:56:50.2597373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2025-12-04T09:56:50.2602271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2025-12-04T09:56:50.2606826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2611166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2025-12-04T09:56:50.2615813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2025-12-04T09:56:50.2620216Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy.h 2025-12-04T09:56:50.2624623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign.h 2025-12-04T09:56:50.2628907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.2633357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2637911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2025-12-04T09:56:50.2642288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2025-12-04T09:56:50.2646581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2025-12-04T09:56:50.2652151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2025-12-04T09:56:50.2656428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2025-12-04T09:56:50.2661049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2025-12-04T09:56:50.2666026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.2670628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2674886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2025-12-04T09:56:50.2679903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2025-12-04T09:56:50.2684288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2025-12-04T09:56:50.2688971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2025-12-04T09:56:50.2694116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2698632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2025-12-04T09:56:50.2703295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2025-12-04T09:56:50.2707920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2025-12-04T09:56:50.2712703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2025-12-04T09:56:50.2716816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2721439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2025-12-04T09:56:50.2726130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2025-12-04T09:56:50.2731407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos.h 2025-12-04T09:56:50.2735705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh.h 2025-12-04T09:56:50.2740033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.2744097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2025-12-04T09:56:50.2748392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2025-12-04T09:56:50.2752647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2025-12-04T09:56:50.2756750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2025-12-04T09:56:50.2760961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2025-12-04T09:56:50.2764951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2025-12-04T09:56:50.2768852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2025-12-04T09:56:50.2773229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2778067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2025-12-04T09:56:50.2783471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2025-12-04T09:56:50.2789583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2025-12-04T09:56:50.2794600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2800050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2025-12-04T09:56:50.2805309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2025-12-04T09:56:50.2810778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.2816154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2025-12-04T09:56:50.2821680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2025-12-04T09:56:50.2826883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2025-12-04T09:56:50.2832368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2025-12-04T09:56:50.2837769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2025-12-04T09:56:50.2842554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2025-12-04T09:56:50.2846750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2025-12-04T09:56:50.2851188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2856570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2025-12-04T09:56:50.2861040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2025-12-04T09:56:50.2865581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2025-12-04T09:56:50.2869731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2025-12-04T09:56:50.2875940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cov.h 2025-12-04T09:56:50.2880248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2884605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2025-12-04T09:56:50.2888754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2025-12-04T09:56:50.2892942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross.h 2025-12-04T09:56:50.2897140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2901582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2025-12-04T09:56:50.2906447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2910620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2025-12-04T09:56:50.2914780Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2025-12-04T09:56:50.2919222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2025-12-04T09:56:50.2924129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2025-12-04T09:56:50.2928682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2025-12-04T09:56:50.2934062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2938327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2025-12-04T09:56:50.2943396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.2947921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.2953106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2025-12-04T09:56:50.2957334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2025-12-04T09:56:50.2961869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2025-12-04T09:56:50.2967136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2025-12-04T09:56:50.2971193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2025-12-04T09:56:50.2975373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.2979379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2025-12-04T09:56:50.2983787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2025-12-04T09:56:50.2987982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2025-12-04T09:56:50.3011726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2025-12-04T09:56:50.3016379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3020728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2025-12-04T09:56:50.3025528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2025-12-04T09:56:50.3029923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2025-12-04T09:56:50.3034904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3039303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2025-12-04T09:56:50.3043841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2025-12-04T09:56:50.3048678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2025-12-04T09:56:50.3053433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2025-12-04T09:56:50.3058619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2025-12-04T09:56:50.3063671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3069498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2025-12-04T09:56:50.3073872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2025-12-04T09:56:50.3078227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2025-12-04T09:56:50.3082983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2025-12-04T09:56:50.3087791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2025-12-04T09:56:50.3092320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2025-12-04T09:56:50.3096996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2025-12-04T09:56:50.3102306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2025-12-04T09:56:50.3107321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3111706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2025-12-04T09:56:50.3116104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2025-12-04T09:56:50.3120672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2025-12-04T09:56:50.3125106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2025-12-04T09:56:50.3129420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2025-12-04T09:56:50.3133765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2025-12-04T09:56:50.3138192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2025-12-04T09:56:50.3142581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3147023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2025-12-04T09:56:50.3151512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2025-12-04T09:56:50.3155723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2025-12-04T09:56:50.3160051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2025-12-04T09:56:50.3164956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3169253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2025-12-04T09:56:50.3173806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2025-12-04T09:56:50.3178387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2025-12-04T09:56:50.3182846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2025-12-04T09:56:50.3187101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2025-12-04T09:56:50.3191874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3196488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2025-12-04T09:56:50.3201971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2025-12-04T09:56:50.3207407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2025-12-04T09:56:50.3212390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3217512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2025-12-04T09:56:50.3222469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2025-12-04T09:56:50.3227690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2025-12-04T09:56:50.3232859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2025-12-04T09:56:50.3238065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3243423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2025-12-04T09:56:50.3248556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2025-12-04T09:56:50.3253348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummax.h 2025-12-04T09:56:50.3258034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2025-12-04T09:56:50.3263802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3278272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2025-12-04T09:56:50.3282709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2025-12-04T09:56:50.3341107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3342051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3342809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2025-12-04T09:56:50.3343452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2025-12-04T09:56:50.3344058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummin.h 2025-12-04T09:56:50.3346844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3347736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3348514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2025-12-04T09:56:50.3349157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2025-12-04T09:56:50.3349767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2025-12-04T09:56:50.3350405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2025-12-04T09:56:50.3352241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3353850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2025-12-04T09:56:50.3354588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2025-12-04T09:56:50.3355939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3360528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3366017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2025-12-04T09:56:50.3369411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2025-12-04T09:56:50.3373918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2025-12-04T09:56:50.3378658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2025-12-04T09:56:50.3382476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2025-12-04T09:56:50.3388273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2025-12-04T09:56:50.3392640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2025-12-04T09:56:50.3397508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3401158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3405612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2025-12-04T09:56:50.3410125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2025-12-04T09:56:50.3415946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2025-12-04T09:56:50.3419522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2025-12-04T09:56:50.3423537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2025-12-04T09:56:50.3428015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2025-12-04T09:56:50.3432131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2025-12-04T09:56:50.3436373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3440602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2025-12-04T09:56:50.3445118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2025-12-04T09:56:50.3449076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\data.h 2025-12-04T09:56:50.3452976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3456863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\data_native.h 2025-12-04T09:56:50.3460877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2025-12-04T09:56:50.3464554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2025-12-04T09:56:50.3468662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3472656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2025-12-04T09:56:50.3476949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2025-12-04T09:56:50.3480993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2025-12-04T09:56:50.3485240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3489144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2025-12-04T09:56:50.3493151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2025-12-04T09:56:50.3497335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2025-12-04T09:56:50.3501533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3505506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2025-12-04T09:56:50.3509590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2025-12-04T09:56:50.3513654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2025-12-04T09:56:50.3517758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2025-12-04T09:56:50.3521768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\det.h 2025-12-04T09:56:50.3556960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach.h 2025-12-04T09:56:50.3562532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3565387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2025-12-04T09:56:50.3570370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3575123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3580018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2025-12-04T09:56:50.3583697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2025-12-04T09:56:50.3587940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2025-12-04T09:56:50.3593710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2025-12-04T09:56:50.3597515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3602348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\det_native.h 2025-12-04T09:56:50.3606448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2025-12-04T09:56:50.3610235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag.h 2025-12-04T09:56:50.3614189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2025-12-04T09:56:50.3618928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3622364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2025-12-04T09:56:50.3626697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2025-12-04T09:56:50.3631250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2025-12-04T09:56:50.3634802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2025-12-04T09:56:50.3639220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3643768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2025-12-04T09:56:50.3648761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2025-12-04T09:56:50.3652212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3656795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3662301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2025-12-04T09:56:50.3665567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3670041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3674930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2025-12-04T09:56:50.3678554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2025-12-04T09:56:50.3683122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2025-12-04T09:56:50.3711040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2025-12-04T09:56:50.3711696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2025-12-04T09:56:50.3712587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3713627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3714465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2025-12-04T09:56:50.3746865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2025-12-04T09:56:50.3747682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3749205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2025-12-04T09:56:50.3750079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3751054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3754478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2025-12-04T09:56:50.3755137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2025-12-04T09:56:50.3755784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2025-12-04T09:56:50.3756407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2025-12-04T09:56:50.3757835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diff.h 2025-12-04T09:56:50.3762506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3767965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2025-12-04T09:56:50.3770859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2025-12-04T09:56:50.3774624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma.h 2025-12-04T09:56:50.3780119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3783287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2025-12-04T09:56:50.3787541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2025-12-04T09:56:50.3791527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2025-12-04T09:56:50.3796881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2025-12-04T09:56:50.3800058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2025-12-04T09:56:50.3804056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2025-12-04T09:56:50.3808070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dist.h 2025-12-04T09:56:50.3812222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3816276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2025-12-04T09:56:50.3820353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2025-12-04T09:56:50.3825335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div.h 2025-12-04T09:56:50.3829110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\divide.h 2025-12-04T09:56:50.3833073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3837144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2025-12-04T09:56:50.3841059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2025-12-04T09:56:50.3845681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3849667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3853631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2025-12-04T09:56:50.3859347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2025-12-04T09:56:50.3863401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2025-12-04T09:56:50.3867172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2025-12-04T09:56:50.3871093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_native.h 2025-12-04T09:56:50.3875162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2025-12-04T09:56:50.3879324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot.h 2025-12-04T09:56:50.3883258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.3887125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2025-12-04T09:56:50.3891053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2025-12-04T09:56:50.3894942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2025-12-04T09:56:50.3898988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2025-12-04T09:56:50.3902709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dropout.h 2025-12-04T09:56:50.3906569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3910741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2025-12-04T09:56:50.3915065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2025-12-04T09:56:50.3919081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2025-12-04T09:56:50.3923206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3927123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2025-12-04T09:56:50.3931067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2025-12-04T09:56:50.3935357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dstack.h 2025-12-04T09:56:50.3939409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3943570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2025-12-04T09:56:50.3947497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2025-12-04T09:56:50.3951465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\einsum.h 2025-12-04T09:56:50.3955421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.3959341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2025-12-04T09:56:50.3963421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2025-12-04T09:56:50.3967355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu.h 2025-12-04T09:56:50.3971149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2025-12-04T09:56:50.3975587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.3979857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2025-12-04T09:56:50.3984112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2025-12-04T09:56:50.3988289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2025-12-04T09:56:50.3992869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2025-12-04T09:56:50.3997130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2025-12-04T09:56:50.4001371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2025-12-04T09:56:50.4006179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4010382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2025-12-04T09:56:50.4014618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2025-12-04T09:56:50.4018653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2025-12-04T09:56:50.4022780Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2025-12-04T09:56:50.4027079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2025-12-04T09:56:50.4031040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2025-12-04T09:56:50.4035021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding.h 2025-12-04T09:56:50.4040443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2025-12-04T09:56:50.4044825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4049182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2025-12-04T09:56:50.4053938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2025-12-04T09:56:50.4058367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2025-12-04T09:56:50.4062821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4067673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2025-12-04T09:56:50.4072040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2025-12-04T09:56:50.4076553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4080693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2025-12-04T09:56:50.4085383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4089737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2025-12-04T09:56:50.4094208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2025-12-04T09:56:50.4098598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2025-12-04T09:56:50.4102969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2025-12-04T09:56:50.4107296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2025-12-04T09:56:50.4111557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2025-12-04T09:56:50.4115940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2025-12-04T09:56:50.4120510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4124868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2025-12-04T09:56:50.4129509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2025-12-04T09:56:50.4133972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2025-12-04T09:56:50.4138240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2025-12-04T09:56:50.4142560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2025-12-04T09:56:50.4146989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2025-12-04T09:56:50.4151608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4156065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2025-12-04T09:56:50.4160528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2025-12-04T09:56:50.4165329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty.h 2025-12-04T09:56:50.4170201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4174385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4178863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2025-12-04T09:56:50.4183620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2025-12-04T09:56:50.4187689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2025-12-04T09:56:50.4192228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4196644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2025-12-04T09:56:50.4201697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2025-12-04T09:56:50.4206648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2025-12-04T09:56:50.4214656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2025-12-04T09:56:50.4216407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2025-12-04T09:56:50.4225792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2025-12-04T09:56:50.4226610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4232776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2025-12-04T09:56:50.4235155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2025-12-04T09:56:50.4239860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2025-12-04T09:56:50.4246421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4248707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2025-12-04T09:56:50.4252868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2025-12-04T09:56:50.4258475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2025-12-04T09:56:50.4261643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4266109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2025-12-04T09:56:50.4270828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2025-12-04T09:56:50.4275429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2025-12-04T09:56:50.4279772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2025-12-04T09:56:50.4283914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2025-12-04T09:56:50.4289374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq.h 2025-12-04T09:56:50.4293455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\equal.h 2025-12-04T09:56:50.4297297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2025-12-04T09:56:50.4302361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2025-12-04T09:56:50.4306311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2025-12-04T09:56:50.4310548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2025-12-04T09:56:50.4315046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4319053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2025-12-04T09:56:50.4323057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2025-12-04T09:56:50.4327002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2025-12-04T09:56:50.4330766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2025-12-04T09:56:50.4334696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2025-12-04T09:56:50.4338757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2025-12-04T09:56:50.4342632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf.h 2025-12-04T09:56:50.4348235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc.h 2025-12-04T09:56:50.4350953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4369721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2025-12-04T09:56:50.4373806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2025-12-04T09:56:50.4377837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2025-12-04T09:56:50.4382035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2025-12-04T09:56:50.4386067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2025-12-04T09:56:50.4390010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2025-12-04T09:56:50.4394141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2025-12-04T09:56:50.4398413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4402408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2025-12-04T09:56:50.4406581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2025-12-04T09:56:50.4410545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2025-12-04T09:56:50.4414644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2025-12-04T09:56:50.4419022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2025-12-04T09:56:50.4422997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2025-12-04T09:56:50.4427478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4431792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2025-12-04T09:56:50.4435841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2025-12-04T09:56:50.4439803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2025-12-04T09:56:50.4443632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2025-12-04T09:56:50.4447663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2025-12-04T09:56:50.4465103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2025-12-04T09:56:50.4465817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp.h 2025-12-04T09:56:50.4466409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2.h 2025-12-04T09:56:50.4467204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4468061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2025-12-04T09:56:50.4472084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2025-12-04T09:56:50.4476025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2025-12-04T09:56:50.4480063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2025-12-04T09:56:50.4484075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2025-12-04T09:56:50.4488081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2025-12-04T09:56:50.4492055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand.h 2025-12-04T09:56:50.4495894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2025-12-04T09:56:50.4500991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4505043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2025-12-04T09:56:50.4509044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2025-12-04T09:56:50.4513179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4517157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2025-12-04T09:56:50.4521404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4525739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4529794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2025-12-04T09:56:50.4534120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2025-12-04T09:56:50.4538265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2025-12-04T09:56:50.4542656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2025-12-04T09:56:50.4546646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1.h 2025-12-04T09:56:50.4551129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4555155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2025-12-04T09:56:50.4559327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2025-12-04T09:56:50.4564512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2025-12-04T09:56:50.4567403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2025-12-04T09:56:50.4571799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2025-12-04T09:56:50.4576292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2025-12-04T09:56:50.4580325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential.h 2025-12-04T09:56:50.4584788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4589774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2025-12-04T09:56:50.4593685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2025-12-04T09:56:50.4597835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2025-12-04T09:56:50.4602195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2025-12-04T09:56:50.4607923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2025-12-04T09:56:50.4612256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.4616670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2025-12-04T09:56:50.4621090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2025-12-04T09:56:50.4625273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2025-12-04T09:56:50.4629405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2025-12-04T09:56:50.4633763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2025-12-04T09:56:50.4637693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2025-12-04T09:56:50.4641642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye.h 2025-12-04T09:56:50.4645779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4649882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2025-12-04T09:56:50.4654296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2025-12-04T09:56:50.4658642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2025-12-04T09:56:50.4662563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2025-12-04T09:56:50.4666747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2025-12-04T09:56:50.4670888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2025-12-04T09:56:50.4706846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2025-12-04T09:56:50.4712098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2025-12-04T09:56:50.4717424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4722762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2025-12-04T09:56:50.4728223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2025-12-04T09:56:50.4733459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4743741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2025-12-04T09:56:50.4744740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2025-12-04T09:56:50.4748888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2025-12-04T09:56:50.4753097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2025-12-04T09:56:50.4758697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4763284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2025-12-04T09:56:50.4767659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2025-12-04T09:56:50.4771852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2025-12-04T09:56:50.4776520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2025-12-04T09:56:50.4781188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2025-12-04T09:56:50.4785706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4789986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2025-12-04T09:56:50.4794667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2025-12-04T09:56:50.4799639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.4804206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2025-12-04T09:56:50.4808549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2025-12-04T09:56:50.4812784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2025-12-04T09:56:50.4817049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2025-12-04T09:56:50.4822222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4826471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2025-12-04T09:56:50.4830900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2025-12-04T09:56:50.4835160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2025-12-04T09:56:50.4839632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4843911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2025-12-04T09:56:50.4848270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4852566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2025-12-04T09:56:50.4856813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2025-12-04T09:56:50.4861114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2025-12-04T09:56:50.4865466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2025-12-04T09:56:50.4869590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2025-12-04T09:56:50.4873882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4878408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2025-12-04T09:56:50.4882670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4887628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2025-12-04T09:56:50.4892057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2025-12-04T09:56:50.4896303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2025-12-04T09:56:50.4900684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2025-12-04T09:56:50.4904917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2025-12-04T09:56:50.4909360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4913805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2025-12-04T09:56:50.4918065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2025-12-04T09:56:50.4922344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2025-12-04T09:56:50.4926907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4931068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2025-12-04T09:56:50.4935533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2025-12-04T09:56:50.4939872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2025-12-04T09:56:50.4944364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4948570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2025-12-04T09:56:50.4952829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2025-12-04T09:56:50.4957269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2025-12-04T09:56:50.4961711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4965837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2025-12-04T09:56:50.4970031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2025-12-04T09:56:50.4974320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2025-12-04T09:56:50.4978716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.4982923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2025-12-04T09:56:50.4988425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2025-12-04T09:56:50.4992671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2025-12-04T09:56:50.4996442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2025-12-04T09:56:50.5000391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5004435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2025-12-04T09:56:50.5008921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2025-12-04T09:56:50.5015015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2025-12-04T09:56:50.5019687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5024008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2025-12-04T09:56:50.5028554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2025-12-04T09:56:50.5033260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2025-12-04T09:56:50.5037489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5041682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2025-12-04T09:56:50.5046020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2025-12-04T09:56:50.5050421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2025-12-04T09:56:50.5054968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5059616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2025-12-04T09:56:50.5064701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2025-12-04T09:56:50.5069237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5073364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2025-12-04T09:56:50.5077730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2025-12-04T09:56:50.5082132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2025-12-04T09:56:50.5086007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2025-12-04T09:56:50.5090624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5094961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2025-12-04T09:56:50.5099409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2025-12-04T09:56:50.5103564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2025-12-04T09:56:50.5108044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5113017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2025-12-04T09:56:50.5117452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2025-12-04T09:56:50.5122146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5126428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2025-12-04T09:56:50.5130547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2025-12-04T09:56:50.5134850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2025-12-04T09:56:50.5138863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2025-12-04T09:56:50.5143065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5147218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2025-12-04T09:56:50.5151591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2025-12-04T09:56:50.5156755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2025-12-04T09:56:50.5161106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5165901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2025-12-04T09:56:50.5170105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2025-12-04T09:56:50.5174229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2025-12-04T09:56:50.5178856Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5183148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2025-12-04T09:56:50.5188103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2025-12-04T09:56:50.5192455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5196807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2025-12-04T09:56:50.5247879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2025-12-04T09:56:50.5248581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2025-12-04T09:56:50.5249199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2025-12-04T09:56:50.5249604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5250074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2025-12-04T09:56:50.5250364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2025-12-04T09:56:50.5250616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2025-12-04T09:56:50.5251016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5251302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2025-12-04T09:56:50.5271872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2025-12-04T09:56:50.5272310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5272597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2025-12-04T09:56:50.5272872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2025-12-04T09:56:50.5273124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2025-12-04T09:56:50.5273373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2025-12-04T09:56:50.5275398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5279809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2025-12-04T09:56:50.5286358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2025-12-04T09:56:50.5288524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2025-12-04T09:56:50.5293420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5297509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2025-12-04T09:56:50.5301691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2025-12-04T09:56:50.5306362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5310314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2025-12-04T09:56:50.5314328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2025-12-04T09:56:50.5318326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2025-12-04T09:56:50.5322453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2025-12-04T09:56:50.5326721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5330708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2025-12-04T09:56:50.5334748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2025-12-04T09:56:50.5338988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2025-12-04T09:56:50.5343295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5349021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2025-12-04T09:56:50.5352451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2025-12-04T09:56:50.5357043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2025-12-04T09:56:50.5361293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5367479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2025-12-04T09:56:50.5371652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2025-12-04T09:56:50.5376083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5380250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2025-12-04T09:56:50.5384497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2025-12-04T09:56:50.5388638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill.h 2025-12-04T09:56:50.5392586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5396556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2025-12-04T09:56:50.5401472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2025-12-04T09:56:50.5404991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2025-12-04T09:56:50.5409582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5414236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2025-12-04T09:56:50.5418162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2025-12-04T09:56:50.5422594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2025-12-04T09:56:50.5426885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2025-12-04T09:56:50.5430929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2025-12-04T09:56:50.5434780Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fix.h 2025-12-04T09:56:50.5438903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5442936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2025-12-04T09:56:50.5447900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2025-12-04T09:56:50.5461670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten.h 2025-12-04T09:56:50.5462114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5463565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2025-12-04T09:56:50.5467792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5471972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2025-12-04T09:56:50.5476344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2025-12-04T09:56:50.5480685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2025-12-04T09:56:50.5484888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2025-12-04T09:56:50.5489841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip.h 2025-12-04T09:56:50.5493651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2025-12-04T09:56:50.5498111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5502565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2025-12-04T09:56:50.5508470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2025-12-04T09:56:50.5511545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flipud.h 2025-12-04T09:56:50.5516800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5521788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2025-12-04T09:56:50.5528714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2025-12-04T09:56:50.5535781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5542343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2025-12-04T09:56:50.5546691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2025-12-04T09:56:50.5550860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2025-12-04T09:56:50.5554989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2025-12-04T09:56:50.5558975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\float_power.h 2025-12-04T09:56:50.5563516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5567829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2025-12-04T09:56:50.5572070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2025-12-04T09:56:50.5576095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor.h 2025-12-04T09:56:50.5580477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5584658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2025-12-04T09:56:50.5588687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2025-12-04T09:56:50.5593159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2025-12-04T09:56:50.5597714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5601825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2025-12-04T09:56:50.5606301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2025-12-04T09:56:50.5610729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2025-12-04T09:56:50.5614954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2025-12-04T09:56:50.5619365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2025-12-04T09:56:50.5624217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2025-12-04T09:56:50.5628834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2025-12-04T09:56:50.5633023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2025-12-04T09:56:50.5637314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2025-12-04T09:56:50.5641788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax.h 2025-12-04T09:56:50.5645947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5650239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2025-12-04T09:56:50.5654488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2025-12-04T09:56:50.5658987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2025-12-04T09:56:50.5663102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2025-12-04T09:56:50.5667417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2025-12-04T09:56:50.5671658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2025-12-04T09:56:50.5675666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin.h 2025-12-04T09:56:50.5680573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5684847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2025-12-04T09:56:50.5688925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2025-12-04T09:56:50.5693418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2025-12-04T09:56:50.5713148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2025-12-04T09:56:50.5717563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2025-12-04T09:56:50.5721561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2025-12-04T09:56:50.5725784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod.h 2025-12-04T09:56:50.5730024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5734305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5738477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2025-12-04T09:56:50.5743169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2025-12-04T09:56:50.5747413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2025-12-04T09:56:50.5751555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2025-12-04T09:56:50.5755888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2025-12-04T09:56:50.5760111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2025-12-04T09:56:50.5763937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac.h 2025-12-04T09:56:50.5768237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2025-12-04T09:56:50.5772379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2025-12-04T09:56:50.5776911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5781180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2025-12-04T09:56:50.5785587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2025-12-04T09:56:50.5790097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2025-12-04T09:56:50.5794274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2025-12-04T09:56:50.5798624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2025-12-04T09:56:50.5802856Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2025-12-04T09:56:50.5807286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5811458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2025-12-04T09:56:50.5815744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2025-12-04T09:56:50.5820238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2025-12-04T09:56:50.5824546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2025-12-04T09:56:50.5828673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2025-12-04T09:56:50.5832847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2025-12-04T09:56:50.5837279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2025-12-04T09:56:50.5841447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2025-12-04T09:56:50.5846021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2025-12-04T09:56:50.5850538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2025-12-04T09:56:50.5854744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2025-12-04T09:56:50.5859188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2025-12-04T09:56:50.5864201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5899923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2025-12-04T09:56:50.5904472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2025-12-04T09:56:50.5908622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2025-12-04T09:56:50.5912836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2025-12-04T09:56:50.5917156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2025-12-04T09:56:50.5921381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2025-12-04T09:56:50.5925741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.5929900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2025-12-04T09:56:50.5933963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2025-12-04T09:56:50.5938159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2025-12-04T09:56:50.5942212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2025-12-04T09:56:50.5946554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2025-12-04T09:56:50.5951051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2025-12-04T09:56:50.5955111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp.h 2025-12-04T09:56:50.5959278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.5963458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2025-12-04T09:56:50.5967731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2025-12-04T09:56:50.5971973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2025-12-04T09:56:50.5975988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2025-12-04T09:56:50.5981239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2025-12-04T09:56:50.5985111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.5989371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2025-12-04T09:56:50.5993556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2025-12-04T09:56:50.5998038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2025-12-04T09:56:50.6002165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_file.h 2025-12-04T09:56:50.6006373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6010984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2025-12-04T09:56:50.6015363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2025-12-04T09:56:50.6019608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2025-12-04T09:56:50.6024341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full.h 2025-12-04T09:56:50.6028507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6032868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_like.h 2025-12-04T09:56:50.6037170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6041317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2025-12-04T09:56:50.6045416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2025-12-04T09:56:50.6049619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_native.h 2025-12-04T09:56:50.6053747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2025-12-04T09:56:50.6057676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2025-12-04T09:56:50.6062420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6066769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2025-12-04T09:56:50.6071278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2025-12-04T09:56:50.6075319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather.h 2025-12-04T09:56:50.6079477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2025-12-04T09:56:50.6083958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6088264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2025-12-04T09:56:50.6092558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2025-12-04T09:56:50.6097110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6101564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6105850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2025-12-04T09:56:50.6110603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2025-12-04T09:56:50.6114947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2025-12-04T09:56:50.6119355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2025-12-04T09:56:50.6123873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2025-12-04T09:56:50.6129180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2025-12-04T09:56:50.6134020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd.h 2025-12-04T09:56:50.6138103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6142782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2025-12-04T09:56:50.6147876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2025-12-04T09:56:50.6152531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2025-12-04T09:56:50.6157443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2025-12-04T09:56:50.6162127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2025-12-04T09:56:50.6166760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2025-12-04T09:56:50.6171258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge.h 2025-12-04T09:56:50.6175510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu.h 2025-12-04T09:56:50.6180201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2025-12-04T09:56:50.6184813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6188935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2025-12-04T09:56:50.6193638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2025-12-04T09:56:50.6197831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2025-12-04T09:56:50.6202350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2025-12-04T09:56:50.6206477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2025-12-04T09:56:50.6210618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2025-12-04T09:56:50.6214930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6219305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2025-12-04T09:56:50.6223664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2025-12-04T09:56:50.6229194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2025-12-04T09:56:50.6233348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2025-12-04T09:56:50.6237574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2025-12-04T09:56:50.6241659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2025-12-04T09:56:50.6245589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric.h 2025-12-04T09:56:50.6250636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6254547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2025-12-04T09:56:50.6259325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2025-12-04T09:56:50.6263770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2025-12-04T09:56:50.6268045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2025-12-04T09:56:50.6272232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2025-12-04T09:56:50.6276463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2025-12-04T09:56:50.6280181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2025-12-04T09:56:50.6285297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2025-12-04T09:56:50.6289706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2025-12-04T09:56:50.6294466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2025-12-04T09:56:50.6299158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ger.h 2025-12-04T09:56:50.6304301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6309784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2025-12-04T09:56:50.6313902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2025-12-04T09:56:50.6319023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6324353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2025-12-04T09:56:50.6332379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2025-12-04T09:56:50.6337584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2025-12-04T09:56:50.6342534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2025-12-04T09:56:50.6347414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2025-12-04T09:56:50.6352261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2025-12-04T09:56:50.6356902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu.h 2025-12-04T09:56:50.6362011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2025-12-04T09:56:50.6366223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2025-12-04T09:56:50.6370696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2025-12-04T09:56:50.6375418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2025-12-04T09:56:50.6380129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6384818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2025-12-04T09:56:50.6389436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2025-12-04T09:56:50.6393816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2025-12-04T09:56:50.6399107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2025-12-04T09:56:50.6403717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2025-12-04T09:56:50.6408368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2025-12-04T09:56:50.6414870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6419639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2025-12-04T09:56:50.6424160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2025-12-04T09:56:50.6428637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2025-12-04T09:56:50.6432909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6437200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2025-12-04T09:56:50.6442351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2025-12-04T09:56:50.6448078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2025-12-04T09:56:50.6452716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2025-12-04T09:56:50.6457339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2025-12-04T09:56:50.6461661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2025-12-04T09:56:50.6465813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2025-12-04T09:56:50.6470068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2025-12-04T09:56:50.6475065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gradient.h 2025-12-04T09:56:50.6479345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6483873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2025-12-04T09:56:50.6489827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2025-12-04T09:56:50.6494206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater.h 2025-12-04T09:56:50.6498420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6502860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2025-12-04T09:56:50.6507418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6511782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2025-12-04T09:56:50.6516024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2025-12-04T09:56:50.6520716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2025-12-04T09:56:50.6525718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2025-12-04T09:56:50.6530043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2025-12-04T09:56:50.6534621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2025-12-04T09:56:50.6538824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2025-12-04T09:56:50.6543172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6547656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2025-12-04T09:56:50.6552319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2025-12-04T09:56:50.6557813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2025-12-04T09:56:50.6562391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2025-12-04T09:56:50.6567406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6574564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2025-12-04T09:56:50.6579563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2025-12-04T09:56:50.6583963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2025-12-04T09:56:50.6588610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2025-12-04T09:56:50.6594297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2025-12-04T09:56:50.6598685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2025-12-04T09:56:50.6603142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6607666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2025-12-04T09:56:50.6612365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2025-12-04T09:56:50.6616679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2025-12-04T09:56:50.6621098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2025-12-04T09:56:50.6626609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6631182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2025-12-04T09:56:50.6636304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2025-12-04T09:56:50.6641076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2025-12-04T09:56:50.6646119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2025-12-04T09:56:50.6651497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6655900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2025-12-04T09:56:50.6661224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2025-12-04T09:56:50.6730739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2025-12-04T09:56:50.6736087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6837940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2025-12-04T09:56:50.6842726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2025-12-04T09:56:50.6848615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru.h 2025-12-04T09:56:50.6852647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2025-12-04T09:56:50.6859583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6861645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2025-12-04T09:56:50.6866031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2025-12-04T09:56:50.6870708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.6875215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2025-12-04T09:56:50.6879398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2025-12-04T09:56:50.6883239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt.h 2025-12-04T09:56:50.6887443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6891942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2025-12-04T09:56:50.6896197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2025-12-04T09:56:50.6900535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2025-12-04T09:56:50.6905058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2025-12-04T09:56:50.6909145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2025-12-04T09:56:50.6913188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2025-12-04T09:56:50.6917542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2025-12-04T09:56:50.6921919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6926110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2025-12-04T09:56:50.6930230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2025-12-04T09:56:50.6934490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2025-12-04T09:56:50.6939395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.6944158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2025-12-04T09:56:50.6948486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2025-12-04T09:56:50.6952608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2025-12-04T09:56:50.6956737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2025-12-04T09:56:50.6961084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6966000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2025-12-04T09:56:50.6970401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2025-12-04T09:56:50.6974876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2025-12-04T09:56:50.6979265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2025-12-04T09:56:50.6984408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2025-12-04T09:56:50.6988772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2025-12-04T09:56:50.6993482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.6997751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2025-12-04T09:56:50.7001969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2025-12-04T09:56:50.7006331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2025-12-04T09:56:50.7010744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2025-12-04T09:56:50.7015591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2025-12-04T09:56:50.7020460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2025-12-04T09:56:50.7025371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2025-12-04T09:56:50.7030048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2025-12-04T09:56:50.7035722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.7039168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2025-12-04T09:56:50.7043785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2025-12-04T09:56:50.7048380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2025-12-04T09:56:50.7054529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2025-12-04T09:56:50.7060681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2025-12-04T09:56:50.7066309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2025-12-04T09:56:50.7070919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.7075451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2025-12-04T09:56:50.7080045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2025-12-04T09:56:50.7086195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2025-12-04T09:56:50.7090161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2025-12-04T09:56:50.7094955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2025-12-04T09:56:50.7099851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2025-12-04T09:56:50.7105464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2025-12-04T09:56:50.7114923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2025-12-04T09:56:50.7122289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.7127167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2025-12-04T09:56:50.7133060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2025-12-04T09:56:50.7137827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2025-12-04T09:56:50.7143227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2025-12-04T09:56:50.7147709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2025-12-04T09:56:50.7152442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2025-12-04T09:56:50.7157152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2025-12-04T09:56:50.7162127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2025-12-04T09:56:50.7167776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2025-12-04T09:56:50.7172889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2025-12-04T09:56:50.7177658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2025-12-04T09:56:50.7182410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2025-12-04T09:56:50.7187083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2025-12-04T09:56:50.7191518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2025-12-04T09:56:50.7196168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2025-12-04T09:56:50.7200952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2025-12-04T09:56:50.7207149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2025-12-04T09:56:50.7214752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2025-12-04T09:56:50.7220778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2025-12-04T09:56:50.7226030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2025-12-04T09:56:50.7231482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor.h 2025-12-04T09:56:50.7237495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.7243168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_cpu_dispatch.h 2025-12-04T09:56:50.7248575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_cuda_dispatch.h 2025-12-04T09:56:50.7254089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_meta.h 2025-12-04T09:56:50.7259504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_meta_dispatch.h 2025-12-04T09:56:50.7846280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_native.h 2025-12-04T09:56:50.7852219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hash_tensor_ops.h 2025-12-04T09:56:50.7860689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2025-12-04T09:56:50.7865469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.7870015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2025-12-04T09:56:50.7876320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2025-12-04T09:56:50.8034920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2025-12-04T09:56:50.8040211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2025-12-04T09:56:50.8045650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2025-12-04T09:56:50.8050921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2025-12-04T09:56:50.8062118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2025-12-04T09:56:50.8063006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8067921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2025-12-04T09:56:50.8075506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2025-12-04T09:56:50.8081599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histc.h 2025-12-04T09:56:50.8088479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2025-12-04T09:56:50.8094177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2025-12-04T09:56:50.8099541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2025-12-04T09:56:50.8105705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2025-12-04T09:56:50.8111388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogram.h 2025-12-04T09:56:50.8116047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2025-12-04T09:56:50.8120768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8125568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2025-12-04T09:56:50.8129848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2025-12-04T09:56:50.8136408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2025-12-04T09:56:50.8141121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2025-12-04T09:56:50.8145761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2025-12-04T09:56:50.8150229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2025-12-04T09:56:50.8154932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8159439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2025-12-04T09:56:50.8164006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2025-12-04T09:56:50.8168637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2025-12-04T09:56:50.8173117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2025-12-04T09:56:50.8177522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2025-12-04T09:56:50.8182223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hstack.h 2025-12-04T09:56:50.8186321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8190658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2025-12-04T09:56:50.8195227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2025-12-04T09:56:50.8199689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2025-12-04T09:56:50.8203866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2025-12-04T09:56:50.8208963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8213454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2025-12-04T09:56:50.8218296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2025-12-04T09:56:50.8224287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2025-12-04T09:56:50.8229410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2025-12-04T09:56:50.8234819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2025-12-04T09:56:50.8239571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2025-12-04T09:56:50.8245226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2025-12-04T09:56:50.8250184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2025-12-04T09:56:50.8255051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot.h 2025-12-04T09:56:50.8259389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8263908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2025-12-04T09:56:50.8268387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2025-12-04T09:56:50.8272715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2025-12-04T09:56:50.8276938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2025-12-04T09:56:50.8282262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2025-12-04T09:56:50.8286793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2025-12-04T09:56:50.8291629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0.h 2025-12-04T09:56:50.8295896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8300142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2025-12-04T09:56:50.8304298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2025-12-04T09:56:50.8308353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2025-12-04T09:56:50.8312251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2025-12-04T09:56:50.8316385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2025-12-04T09:56:50.8320495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2025-12-04T09:56:50.8325024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma.h 2025-12-04T09:56:50.8329036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac.h 2025-12-04T09:56:50.8333140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8337306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2025-12-04T09:56:50.8341976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2025-12-04T09:56:50.8346407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2025-12-04T09:56:50.8351071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2025-12-04T09:56:50.8355280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2025-12-04T09:56:50.8359857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2025-12-04T09:56:50.8365099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8369960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2025-12-04T09:56:50.8375155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2025-12-04T09:56:50.8380113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2025-12-04T09:56:50.8384452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2025-12-04T09:56:50.8388448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2025-12-04T09:56:50.8392822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2025-12-04T09:56:50.8396979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\im2col.h 2025-12-04T09:56:50.8401025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2025-12-04T09:56:50.8405306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2025-12-04T09:56:50.8409563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2025-12-04T09:56:50.8413793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2025-12-04T09:56:50.8418920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\imag.h 2025-12-04T09:56:50.8422964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8426982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2025-12-04T09:56:50.8431230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2025-12-04T09:56:50.8435195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index.h 2025-12-04T09:56:50.8439120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add.h 2025-12-04T09:56:50.8443500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8448476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8453273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2025-12-04T09:56:50.8458365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2025-12-04T09:56:50.8463202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2025-12-04T09:56:50.8467527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2025-12-04T09:56:50.8472611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2025-12-04T09:56:50.8477097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2025-12-04T09:56:50.8481723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8486311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2025-12-04T09:56:50.8491394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8496125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8501503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2025-12-04T09:56:50.8506748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2025-12-04T09:56:50.8510812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2025-12-04T09:56:50.8515190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2025-12-04T09:56:50.8519753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2025-12-04T09:56:50.8524254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2025-12-04T09:56:50.8528775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2025-12-04T09:56:50.8533133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2025-12-04T09:56:50.8537882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2025-12-04T09:56:50.8542170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8546550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8558578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2025-12-04T09:56:50.8559344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2025-12-04T09:56:50.8561175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2025-12-04T09:56:50.8565413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2025-12-04T09:56:50.8569949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2025-12-04T09:56:50.8574181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2025-12-04T09:56:50.8579148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2025-12-04T09:56:50.8583545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_native.h 2025-12-04T09:56:50.8587792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2025-12-04T09:56:50.8592258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_put.h 2025-12-04T09:56:50.8597149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8602969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2025-12-04T09:56:50.8607362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2025-12-04T09:56:50.8611715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2025-12-04T09:56:50.8616387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8621374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2025-12-04T09:56:50.8626350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2025-12-04T09:56:50.8631657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2025-12-04T09:56:50.8636381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2025-12-04T09:56:50.8641345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2025-12-04T09:56:50.8645802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2025-12-04T09:56:50.8650186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select.h 2025-12-04T09:56:50.8655228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2025-12-04T09:56:50.8660532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8665482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2025-12-04T09:56:50.8670128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2025-12-04T09:56:50.8675247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8679619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2025-12-04T09:56:50.8684813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2025-12-04T09:56:50.8689156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2025-12-04T09:56:50.8693958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2025-12-04T09:56:50.8699107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices.h 2025-12-04T09:56:50.8703955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8708679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2025-12-04T09:56:50.8713456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8717919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8722637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2025-12-04T09:56:50.8726969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2025-12-04T09:56:50.8731952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2025-12-04T09:56:50.8736919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2025-12-04T09:56:50.8742227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2025-12-04T09:56:50.8747566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8753151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2025-12-04T09:56:50.8758474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2025-12-04T09:56:50.8763452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inner.h 2025-12-04T09:56:50.8767609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8772028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2025-12-04T09:56:50.8776643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2025-12-04T09:56:50.8781005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2025-12-04T09:56:50.8785780Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8790850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2025-12-04T09:56:50.8795802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2025-12-04T09:56:50.8800035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2025-12-04T09:56:50.8804520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8808567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2025-12-04T09:56:50.8813172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2025-12-04T09:56:50.8817431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inverse.h 2025-12-04T09:56:50.8822226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8826799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2025-12-04T09:56:50.8830935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2025-12-04T09:56:50.8835057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isclose.h 2025-12-04T09:56:50.8839491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8843527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2025-12-04T09:56:50.8847616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2025-12-04T09:56:50.8851781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2025-12-04T09:56:50.8856242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.8860427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2025-12-04T09:56:50.8864421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2025-12-04T09:56:50.8868486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin.h 2025-12-04T09:56:50.8872244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isinf.h 2025-12-04T09:56:50.8876690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8881456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2025-12-04T09:56:50.8886330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2025-12-04T09:56:50.8891090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8895199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2025-12-04T09:56:50.8899334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2025-12-04T09:56:50.8903569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2025-12-04T09:56:50.8907764Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2025-12-04T09:56:50.8911849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2025-12-04T09:56:50.8916040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2025-12-04T09:56:50.8920364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan.h 2025-12-04T09:56:50.8925129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.8929284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2025-12-04T09:56:50.8933392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2025-12-04T09:56:50.8938156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2025-12-04T09:56:50.8942425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2025-12-04T09:56:50.8946551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2025-12-04T09:56:50.8950660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8954708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2025-12-04T09:56:50.8959871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2025-12-04T09:56:50.8964225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2025-12-04T09:56:50.8968459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2025-12-04T09:56:50.8972693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2025-12-04T09:56:50.8977044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2025-12-04T09:56:50.8981456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2025-12-04T09:56:50.8985615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.8990264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2025-12-04T09:56:50.8994522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2025-12-04T09:56:50.8999043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2025-12-04T09:56:50.9003212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2025-12-04T09:56:50.9008063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2025-12-04T09:56:50.9012572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2025-12-04T09:56:50.9016833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isreal.h 2025-12-04T09:56:50.9021437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9026533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2025-12-04T09:56:50.9030761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2025-12-04T09:56:50.9034943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\istft.h 2025-12-04T09:56:50.9038965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9043568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2025-12-04T09:56:50.9048129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2025-12-04T09:56:50.9052393Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2025-12-04T09:56:50.9057582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9062363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2025-12-04T09:56:50.9068086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2025-12-04T09:56:50.9072534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2025-12-04T09:56:50.9077387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9081776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2025-12-04T09:56:50.9086050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2025-12-04T09:56:50.9090566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2025-12-04T09:56:50.9095046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9099172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2025-12-04T09:56:50.9103849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2025-12-04T09:56:50.9108358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2025-12-04T09:56:50.9112392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9116709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2025-12-04T09:56:50.9120971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2025-12-04T09:56:50.9125709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2025-12-04T09:56:50.9130500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9134660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2025-12-04T09:56:50.9139420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2025-12-04T09:56:50.9144352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2025-12-04T09:56:50.9149241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9153691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2025-12-04T09:56:50.9157878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2025-12-04T09:56:50.9162535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2025-12-04T09:56:50.9166633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9171182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2025-12-04T09:56:50.9175248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2025-12-04T09:56:50.9179493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2025-12-04T09:56:50.9183545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9187829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2025-12-04T09:56:50.9221651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2025-12-04T09:56:50.9225793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2025-12-04T09:56:50.9230331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9234508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2025-12-04T09:56:50.9239163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2025-12-04T09:56:50.9243551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2025-12-04T09:56:50.9248677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9253272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2025-12-04T09:56:50.9258019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2025-12-04T09:56:50.9262955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2025-12-04T09:56:50.9267334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9273743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2025-12-04T09:56:50.9278554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2025-12-04T09:56:50.9283993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2025-12-04T09:56:50.9290177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2025-12-04T09:56:50.9295169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2025-12-04T09:56:50.9300385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2025-12-04T09:56:50.9304774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2025-12-04T09:56:50.9310018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2025-12-04T09:56:50.9315866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9321066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2025-12-04T09:56:50.9325437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2025-12-04T09:56:50.9330158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2025-12-04T09:56:50.9335403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9341144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2025-12-04T09:56:50.9346585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2025-12-04T09:56:50.9352415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\item.h 2025-12-04T09:56:50.9357330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9362062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\item_native.h 2025-12-04T09:56:50.9366757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2025-12-04T09:56:50.9370951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2025-12-04T09:56:50.9375270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9379834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2025-12-04T09:56:50.9384781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2025-12-04T09:56:50.9388853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2025-12-04T09:56:50.9393710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9398524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2025-12-04T09:56:50.9402696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2025-12-04T09:56:50.9406761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kron.h 2025-12-04T09:56:50.9410868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9415081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2025-12-04T09:56:50.9419315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2025-12-04T09:56:50.9423128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2025-12-04T09:56:50.9427656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9431966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9436074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2025-12-04T09:56:50.9440478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2025-12-04T09:56:50.9444749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2025-12-04T09:56:50.9448963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2025-12-04T09:56:50.9453112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2025-12-04T09:56:50.9457560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9462250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2025-12-04T09:56:50.9466575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2025-12-04T09:56:50.9470828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2025-12-04T09:56:50.9475057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9479525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2025-12-04T09:56:50.9484085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2025-12-04T09:56:50.9488565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm.h 2025-12-04T09:56:50.9492856Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9497450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2025-12-04T09:56:50.9502356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2025-12-04T09:56:50.9506681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2025-12-04T09:56:50.9510602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2025-12-04T09:56:50.9514667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2025-12-04T09:56:50.9518737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2025-12-04T09:56:50.9522802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2025-12-04T09:56:50.9527211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9531565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2025-12-04T09:56:50.9535698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2025-12-04T09:56:50.9539840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le.h 2025-12-04T09:56:50.9543914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2025-12-04T09:56:50.9548167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2025-12-04T09:56:50.9553273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9557456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2025-12-04T09:56:50.9563550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2025-12-04T09:56:50.9568556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2025-12-04T09:56:50.9572917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2025-12-04T09:56:50.9577160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2025-12-04T09:56:50.9581569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2025-12-04T09:56:50.9586087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9590923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2025-12-04T09:56:50.9595418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2025-12-04T09:56:50.9599747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2025-12-04T09:56:50.9604483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2025-12-04T09:56:50.9609085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2025-12-04T09:56:50.9613655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2025-12-04T09:56:50.9618044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp.h 2025-12-04T09:56:50.9622436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9626786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2025-12-04T09:56:50.9630936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2025-12-04T09:56:50.9635334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2025-12-04T09:56:50.9639711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2025-12-04T09:56:50.9643969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2025-12-04T09:56:50.9648256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2025-12-04T09:56:50.9652765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less.h 2025-12-04T09:56:50.9657353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9662174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2025-12-04T09:56:50.9667790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9672287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2025-12-04T09:56:50.9677466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2025-12-04T09:56:50.9682112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_native.h 2025-12-04T09:56:50.9686620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2025-12-04T09:56:50.9690986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9695493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2025-12-04T09:56:50.9700252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2025-12-04T09:56:50.9704721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2025-12-04T09:56:50.9708876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2025-12-04T09:56:50.9713194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_native.h 2025-12-04T09:56:50.9717394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2025-12-04T09:56:50.9721437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2025-12-04T09:56:50.9725611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9730027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2025-12-04T09:56:50.9734524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2025-12-04T09:56:50.9739651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2025-12-04T09:56:50.9744959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2025-12-04T09:56:50.9749968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2025-12-04T09:56:50.9755506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2025-12-04T09:56:50.9760459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift.h 2025-12-04T09:56:50.9765658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9770543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2025-12-04T09:56:50.9775944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9780714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2025-12-04T09:56:50.9785480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9790240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:50.9795038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2025-12-04T09:56:50.9800005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2025-12-04T09:56:50.9804391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2025-12-04T09:56:50.9809436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2025-12-04T09:56:50.9813830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2025-12-04T09:56:50.9818097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2025-12-04T09:56:50.9822369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2025-12-04T09:56:50.9826841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9831634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2025-12-04T09:56:50.9836249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9840812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2025-12-04T09:56:50.9845151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2025-12-04T09:56:50.9849457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2025-12-04T09:56:50.9853847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2025-12-04T09:56:50.9858588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2025-12-04T09:56:50.9862819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2025-12-04T09:56:50.9867618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2025-12-04T09:56:50.9872010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2025-12-04T09:56:50.9876307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2025-12-04T09:56:50.9880750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9885020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2025-12-04T09:56:50.9889735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2025-12-04T09:56:50.9893984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2025-12-04T09:56:50.9898557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:50.9902894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2025-12-04T09:56:50.9907950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2025-12-04T09:56:50.9912340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2025-12-04T09:56:50.9916736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2025-12-04T09:56:50.9921384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2025-12-04T09:56:50.9926068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2025-12-04T09:56:50.9931401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2025-12-04T09:56:50.9936064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9940578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2025-12-04T09:56:50.9944864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2025-12-04T09:56:50.9949177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2025-12-04T09:56:50.9953706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9958873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2025-12-04T09:56:50.9963271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2025-12-04T09:56:50.9967478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2025-12-04T09:56:50.9972055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2025-12-04T09:56:50.9976520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:50.9980782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2025-12-04T09:56:50.9985234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2025-12-04T09:56:50.9989520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2025-12-04T09:56:50.9993766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2025-12-04T09:56:50.9998711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0002828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2025-12-04T09:56:51.0007112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2025-12-04T09:56:51.0011666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0016212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2025-12-04T09:56:51.0020804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2025-12-04T09:56:51.0025877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2025-12-04T09:56:51.0031492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2025-12-04T09:56:51.0035998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2025-12-04T09:56:51.0040868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2025-12-04T09:56:51.0045131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2025-12-04T09:56:51.0049744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2025-12-04T09:56:51.0055328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2025-12-04T09:56:51.0060217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2025-12-04T09:56:51.0064859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2025-12-04T09:56:51.0070094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2025-12-04T09:56:51.0075130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2025-12-04T09:56:51.0080099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2025-12-04T09:56:51.0085189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0089929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2025-12-04T09:56:51.0094487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0099351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2025-12-04T09:56:51.0104006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2025-12-04T09:56:51.0108611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2025-12-04T09:56:51.0114302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2025-12-04T09:56:51.0119192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2025-12-04T09:56:51.0124575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2025-12-04T09:56:51.0129265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2025-12-04T09:56:51.0133813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2025-12-04T09:56:51.0138276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2025-12-04T09:56:51.0143912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0149511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2025-12-04T09:56:51.0154462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0159260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2025-12-04T09:56:51.0163510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2025-12-04T09:56:51.0168196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2025-12-04T09:56:51.0173232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2025-12-04T09:56:51.0178686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2025-12-04T09:56:51.0183282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2025-12-04T09:56:51.0187926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2025-12-04T09:56:51.0192584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2025-12-04T09:56:51.0197062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2025-12-04T09:56:51.0201765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0206364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2025-12-04T09:56:51.0211039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2025-12-04T09:56:51.0216315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2025-12-04T09:56:51.0221044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2025-12-04T09:56:51.0226118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2025-12-04T09:56:51.0230907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2025-12-04T09:56:51.0236209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2025-12-04T09:56:51.0242006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0247735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2025-12-04T09:56:51.0253660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2025-12-04T09:56:51.0258982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2025-12-04T09:56:51.0264343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2025-12-04T09:56:51.0268925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2025-12-04T09:56:51.0274358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0279205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2025-12-04T09:56:51.0283997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2025-12-04T09:56:51.0289316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2025-12-04T09:56:51.0294058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0299074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2025-12-04T09:56:51.0304900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0309535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2025-12-04T09:56:51.0314461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2025-12-04T09:56:51.0318864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2025-12-04T09:56:51.0323321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2025-12-04T09:56:51.0327816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2025-12-04T09:56:51.0332130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2025-12-04T09:56:51.0336575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2025-12-04T09:56:51.0340982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2025-12-04T09:56:51.0345413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2025-12-04T09:56:51.0349927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2025-12-04T09:56:51.0354199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2025-12-04T09:56:51.0358419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2025-12-04T09:56:51.0362773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2025-12-04T09:56:51.0367329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0371788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2025-12-04T09:56:51.0376004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2025-12-04T09:56:51.0380156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2025-12-04T09:56:51.0384348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2025-12-04T09:56:51.0388527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2025-12-04T09:56:51.0393615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2025-12-04T09:56:51.0398284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2025-12-04T09:56:51.0402873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0407011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2025-12-04T09:56:51.0411256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2025-12-04T09:56:51.0445534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2025-12-04T09:56:51.0450472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0454798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2025-12-04T09:56:51.0459504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2025-12-04T09:56:51.0464030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2025-12-04T09:56:51.0468167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2025-12-04T09:56:51.0472382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2025-12-04T09:56:51.0476872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0481042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2025-12-04T09:56:51.0485472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2025-12-04T09:56:51.0490102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2025-12-04T09:56:51.0494597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0498906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2025-12-04T09:56:51.0503472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2025-12-04T09:56:51.0508021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2025-12-04T09:56:51.0512661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0517510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2025-12-04T09:56:51.0522074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2025-12-04T09:56:51.0526795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2025-12-04T09:56:51.0531247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0537039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2025-12-04T09:56:51.0541593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2025-12-04T09:56:51.0546236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2025-12-04T09:56:51.0550700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0555293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2025-12-04T09:56:51.0559943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2025-12-04T09:56:51.0564517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2025-12-04T09:56:51.0569966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0575144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0580307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0585009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2025-12-04T09:56:51.0589995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2025-12-04T09:56:51.0594581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2025-12-04T09:56:51.0599930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0604854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2025-12-04T09:56:51.0609697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2025-12-04T09:56:51.0614536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2025-12-04T09:56:51.0619224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2025-12-04T09:56:51.0624073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2025-12-04T09:56:51.0628876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2025-12-04T09:56:51.0633053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2025-12-04T09:56:51.0637715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0642353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2025-12-04T09:56:51.0646606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2025-12-04T09:56:51.0651176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2025-12-04T09:56:51.0655683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0660035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2025-12-04T09:56:51.0664628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0668952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2025-12-04T09:56:51.0673430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2025-12-04T09:56:51.0677775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2025-12-04T09:56:51.0682334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2025-12-04T09:56:51.0686699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2025-12-04T09:56:51.0692436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2025-12-04T09:56:51.0697528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2025-12-04T09:56:51.0703002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2025-12-04T09:56:51.0708324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2025-12-04T09:56:51.0712989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2025-12-04T09:56:51.0717603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2025-12-04T09:56:51.0722211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0726463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2025-12-04T09:56:51.0731055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2025-12-04T09:56:51.0735817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0741021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2025-12-04T09:56:51.0746060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2025-12-04T09:56:51.0751265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2025-12-04T09:56:51.0756211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0761224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2025-12-04T09:56:51.0778067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2025-12-04T09:56:51.0783054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2025-12-04T09:56:51.0787643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0792343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2025-12-04T09:56:51.0796958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2025-12-04T09:56:51.0801440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2025-12-04T09:56:51.0806497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0811202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2025-12-04T09:56:51.0816389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2025-12-04T09:56:51.0850733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2025-12-04T09:56:51.0855568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0861740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2025-12-04T09:56:51.0866682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2025-12-04T09:56:51.0870930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2025-12-04T09:56:51.0875730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0880363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2025-12-04T09:56:51.0884988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2025-12-04T09:56:51.0889691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2025-12-04T09:56:51.0894120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2025-12-04T09:56:51.0898412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2025-12-04T09:56:51.0902721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2025-12-04T09:56:51.0907161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear.h 2025-12-04T09:56:51.0911075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2025-12-04T09:56:51.0916140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0920314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2025-12-04T09:56:51.0924493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2025-12-04T09:56:51.0928798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0933259Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.0937451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2025-12-04T09:56:51.0942133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2025-12-04T09:56:51.0946402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace.h 2025-12-04T09:56:51.0950325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.0954496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2025-12-04T09:56:51.0958878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2025-12-04T09:56:51.0962926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2025-12-04T09:56:51.0967342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2025-12-04T09:56:51.0972988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2025-12-04T09:56:51.0977078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log.h 2025-12-04T09:56:51.0981514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10.h 2025-12-04T09:56:51.0985602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.0989599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2025-12-04T09:56:51.0993660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2025-12-04T09:56:51.0997670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2025-12-04T09:56:51.1002080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2025-12-04T09:56:51.1006283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2025-12-04T09:56:51.1010703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2025-12-04T09:56:51.1014777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p.h 2025-12-04T09:56:51.1018968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1023013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2025-12-04T09:56:51.1027067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2025-12-04T09:56:51.1031082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2025-12-04T09:56:51.1035790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2025-12-04T09:56:51.1039984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2025-12-04T09:56:51.1044136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2025-12-04T09:56:51.1048398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2.h 2025-12-04T09:56:51.1052628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1056640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2025-12-04T09:56:51.1060976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2025-12-04T09:56:51.1065151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2025-12-04T09:56:51.1069666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2025-12-04T09:56:51.1073745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2025-12-04T09:56:51.1077912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2025-12-04T09:56:51.1081686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2025-12-04T09:56:51.1085884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2025-12-04T09:56:51.1090670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1095021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2025-12-04T09:56:51.1099432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2025-12-04T09:56:51.1104656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2025-12-04T09:56:51.1109203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2025-12-04T09:56:51.1113326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2025-12-04T09:56:51.1117671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2025-12-04T09:56:51.1122345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1126614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2025-12-04T09:56:51.1130952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2025-12-04T09:56:51.1135586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2025-12-04T09:56:51.1140183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2025-12-04T09:56:51.1144462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2025-12-04T09:56:51.1149169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2025-12-04T09:56:51.1153891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2025-12-04T09:56:51.1158200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1162633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1167068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2025-12-04T09:56:51.1171330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2025-12-04T09:56:51.1175368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logdet.h 2025-12-04T09:56:51.1179766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1184016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2025-12-04T09:56:51.1188096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2025-12-04T09:56:51.1192398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2025-12-04T09:56:51.1196985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1201302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2025-12-04T09:56:51.1205581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2025-12-04T09:56:51.1210174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2025-12-04T09:56:51.1214431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2025-12-04T09:56:51.1218661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2025-12-04T09:56:51.1223887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1228529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2025-12-04T09:56:51.1232899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2025-12-04T09:56:51.1237270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2025-12-04T09:56:51.1242141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2025-12-04T09:56:51.1247685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2025-12-04T09:56:51.1253120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1257845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2025-12-04T09:56:51.1263451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2025-12-04T09:56:51.1269036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2025-12-04T09:56:51.1273917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2025-12-04T09:56:51.1278123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2025-12-04T09:56:51.1283041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1287666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2025-12-04T09:56:51.1292009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2025-12-04T09:56:51.1296460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2025-12-04T09:56:51.1301274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2025-12-04T09:56:51.1305796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit.h 2025-12-04T09:56:51.1310070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2025-12-04T09:56:51.1314408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1318924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2025-12-04T09:56:51.1323126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2025-12-04T09:56:51.1327233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2025-12-04T09:56:51.1331646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2025-12-04T09:56:51.1336237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2025-12-04T09:56:51.1340678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2025-12-04T09:56:51.1344832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2025-12-04T09:56:51.1349404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2025-12-04T09:56:51.1354266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2025-12-04T09:56:51.1358394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2025-12-04T09:56:51.1363215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2025-12-04T09:56:51.1367340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace.h 2025-12-04T09:56:51.1371329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1375535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2025-12-04T09:56:51.1379761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2025-12-04T09:56:51.1383828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2025-12-04T09:56:51.1387950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2025-12-04T09:56:51.1392036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2025-12-04T09:56:51.1396289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2025-12-04T09:56:51.1400906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1405353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1410050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1414329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2025-12-04T09:56:51.1418775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2025-12-04T09:56:51.1423513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1427761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2025-12-04T09:56:51.1431785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2025-12-04T09:56:51.1436091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2025-12-04T09:56:51.1440144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2025-12-04T09:56:51.1444210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_native.h 2025-12-04T09:56:51.1448690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2025-12-04T09:56:51.1452954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1457385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2025-12-04T09:56:51.1461954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2025-12-04T09:56:51.1466981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2025-12-04T09:56:51.1471589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2025-12-04T09:56:51.1475796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2025-12-04T09:56:51.1480083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2025-12-04T09:56:51.1484045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2025-12-04T09:56:51.1488266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2025-12-04T09:56:51.1493394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2025-12-04T09:56:51.1497956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2025-12-04T09:56:51.1502480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2025-12-04T09:56:51.1506924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2025-12-04T09:56:51.1512878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1517352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2025-12-04T09:56:51.1522560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2025-12-04T09:56:51.1527066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2025-12-04T09:56:51.1531591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2025-12-04T09:56:51.1536096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2025-12-04T09:56:51.1540665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2025-12-04T09:56:51.1544883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2025-12-04T09:56:51.1549303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2025-12-04T09:56:51.1554057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1558494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1563144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2025-12-04T09:56:51.1567890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2025-12-04T09:56:51.1572058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift.h 2025-12-04T09:56:51.1576041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1580553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2025-12-04T09:56:51.1585203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2025-12-04T09:56:51.1589922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2025-12-04T09:56:51.1594338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2025-12-04T09:56:51.1598779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2025-12-04T09:56:51.1603156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm.h 2025-12-04T09:56:51.1606994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2025-12-04T09:56:51.1611634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1615890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2025-12-04T09:56:51.1620481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2025-12-04T09:56:51.1624874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1629311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2025-12-04T09:56:51.1634543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1638429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2025-12-04T09:56:51.1642797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2025-12-04T09:56:51.1676731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2025-12-04T09:56:51.1681174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2025-12-04T09:56:51.1685207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt.h 2025-12-04T09:56:51.1689235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1693523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2025-12-04T09:56:51.1697755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2025-12-04T09:56:51.1702160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2025-12-04T09:56:51.1705999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2025-12-04T09:56:51.1710253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2025-12-04T09:56:51.1714680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2025-12-04T09:56:51.1718671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2025-12-04T09:56:51.1722842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1727372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2025-12-04T09:56:51.1731423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2025-12-04T09:56:51.1735674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2025-12-04T09:56:51.1740278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.1745679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2025-12-04T09:56:51.1750959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2025-12-04T09:56:51.1755396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2025-12-04T09:56:51.1760004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2025-12-04T09:56:51.1764687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2025-12-04T09:56:51.1769050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2025-12-04T09:56:51.1773404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2025-12-04T09:56:51.1777616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1782191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2025-12-04T09:56:51.1786459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2025-12-04T09:56:51.1790549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2025-12-04T09:56:51.1794754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1800467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2025-12-04T09:56:51.1803476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2025-12-04T09:56:51.1807839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2025-12-04T09:56:51.1812025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2025-12-04T09:56:51.1816229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2025-12-04T09:56:51.1820424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2025-12-04T09:56:51.1824574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2025-12-04T09:56:51.1828900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1833484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2025-12-04T09:56:51.1839281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2025-12-04T09:56:51.1844044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1847962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2025-12-04T09:56:51.1852143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2025-12-04T09:56:51.1856294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2025-12-04T09:56:51.1861004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2025-12-04T09:56:51.1865338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2025-12-04T09:56:51.1869560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2025-12-04T09:56:51.1873716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2025-12-04T09:56:51.1878080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1882185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2025-12-04T09:56:51.1886319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2025-12-04T09:56:51.1890901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2025-12-04T09:56:51.1895329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2025-12-04T09:56:51.1900017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2025-12-04T09:56:51.1904655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2025-12-04T09:56:51.1908747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul.h 2025-12-04T09:56:51.1912786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2025-12-04T09:56:51.1916970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.1921003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2025-12-04T09:56:51.1925273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2025-12-04T09:56:51.1929616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1933849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2025-12-04T09:56:51.1937828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2025-12-04T09:56:51.1941954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2025-12-04T09:56:51.1945826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2025-12-04T09:56:51.1950027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1954431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2025-12-04T09:56:51.1958543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2025-12-04T09:56:51.1962959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1967025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2025-12-04T09:56:51.1971234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2025-12-04T09:56:51.1976106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2025-12-04T09:56:51.1980227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.1984496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2025-12-04T09:56:51.1988677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2025-12-04T09:56:51.1993050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2025-12-04T09:56:51.1997519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2001811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2025-12-04T09:56:51.2006310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2025-12-04T09:56:51.2010738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max.h 2025-12-04T09:56:51.2014664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum.h 2025-12-04T09:56:51.2019486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2023921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2025-12-04T09:56:51.2028228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2025-12-04T09:56:51.2032315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2025-12-04T09:56:51.2036706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2025-12-04T09:56:51.2041231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2025-12-04T09:56:51.2045360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2025-12-04T09:56:51.2049994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2065496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2066603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2025-12-04T09:56:51.2067301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2025-12-04T09:56:51.2068116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2025-12-04T09:56:51.2072049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2025-12-04T09:56:51.2075996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_native.h 2025-12-04T09:56:51.2080274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2025-12-04T09:56:51.2084523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2025-12-04T09:56:51.2088882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2093261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2025-12-04T09:56:51.2097557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2025-12-04T09:56:51.2102508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2025-12-04T09:56:51.2107362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2111882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2025-12-04T09:56:51.2116479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2025-12-04T09:56:51.2120635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2025-12-04T09:56:51.2125137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2025-12-04T09:56:51.2129758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2134416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2025-12-04T09:56:51.2138567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2025-12-04T09:56:51.2143341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2147763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2025-12-04T09:56:51.2152015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2025-12-04T09:56:51.2156428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2025-12-04T09:56:51.2161107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2025-12-04T09:56:51.2165964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2170503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2025-12-04T09:56:51.2175033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2025-12-04T09:56:51.2179630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2025-12-04T09:56:51.2184194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2025-12-04T09:56:51.2188501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2025-12-04T09:56:51.2193016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2025-12-04T09:56:51.2198012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2202603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2025-12-04T09:56:51.2208231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2025-12-04T09:56:51.2212775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2025-12-04T09:56:51.2217309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2025-12-04T09:56:51.2222326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2025-12-04T09:56:51.2226658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2025-12-04T09:56:51.2231118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2025-12-04T09:56:51.2235464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2239629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2025-12-04T09:56:51.2243991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2025-12-04T09:56:51.2248566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2025-12-04T09:56:51.2253231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2025-12-04T09:56:51.2258135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2025-12-04T09:56:51.2263097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2025-12-04T09:56:51.2268049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2025-12-04T09:56:51.2272923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2025-12-04T09:56:51.2277716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2025-12-04T09:56:51.2282922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2025-12-04T09:56:51.2288063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2025-12-04T09:56:51.2292879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2025-12-04T09:56:51.2297833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2025-12-04T09:56:51.2302095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2025-12-04T09:56:51.2307262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2025-12-04T09:56:51.2315161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2025-12-04T09:56:51.2320590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2025-12-04T09:56:51.2327595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2025-12-04T09:56:51.2332131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2025-12-04T09:56:51.2337873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2025-12-04T09:56:51.2342293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2025-12-04T09:56:51.2347215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2025-12-04T09:56:51.2351980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean.h 2025-12-04T09:56:51.2357102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2361415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2367105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2371579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2025-12-04T09:56:51.2376119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2025-12-04T09:56:51.2380969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2025-12-04T09:56:51.2385010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2025-12-04T09:56:51.2389185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2025-12-04T09:56:51.2393366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2025-12-04T09:56:51.2397290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median.h 2025-12-04T09:56:51.2401440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2405959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2410085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2025-12-04T09:56:51.2414160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2025-12-04T09:56:51.2419119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_native.h 2025-12-04T09:56:51.2423473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2025-12-04T09:56:51.2427427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2025-12-04T09:56:51.2431441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2436885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2025-12-04T09:56:51.2441077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2025-12-04T09:56:51.2445607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mH.h 2025-12-04T09:56:51.2449623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2453831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2025-12-04T09:56:51.2458037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2025-12-04T09:56:51.2462289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min.h 2025-12-04T09:56:51.2467274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum.h 2025-12-04T09:56:51.2471690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2476040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2025-12-04T09:56:51.2480125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2025-12-04T09:56:51.2484300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2025-12-04T09:56:51.2489337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2025-12-04T09:56:51.2493806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2025-12-04T09:56:51.2497795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2025-12-04T09:56:51.2502570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2506806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2511526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2025-12-04T09:56:51.2516915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2025-12-04T09:56:51.2521127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2025-12-04T09:56:51.2526400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2025-12-04T09:56:51.2531574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_native.h 2025-12-04T09:56:51.2536141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2025-12-04T09:56:51.2540260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2025-12-04T09:56:51.2544644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2025-12-04T09:56:51.2549614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2554117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2025-12-04T09:56:51.2558787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2025-12-04T09:56:51.2563061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2025-12-04T09:56:51.2567922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2572445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2025-12-04T09:56:51.2576849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2025-12-04T09:56:51.2581883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2025-12-04T09:56:51.2586879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2025-12-04T09:56:51.2591953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2025-12-04T09:56:51.2596713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2025-12-04T09:56:51.2600791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2025-12-04T09:56:51.2605197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2025-12-04T09:56:51.2609367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2613826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2025-12-04T09:56:51.2618209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2025-12-04T09:56:51.2622553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2025-12-04T09:56:51.2627095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2025-12-04T09:56:51.2632209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2025-12-04T09:56:51.2636569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2025-12-04T09:56:51.2641297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2025-12-04T09:56:51.2646287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2025-12-04T09:56:51.2651430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2656226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2025-12-04T09:56:51.2661243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2025-12-04T09:56:51.2666965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2025-12-04T09:56:51.2670995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2025-12-04T09:56:51.2675296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2680625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2025-12-04T09:56:51.2685401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2025-12-04T09:56:51.2690007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2025-12-04T09:56:51.2695359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2025-12-04T09:56:51.2701126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2025-12-04T09:56:51.2706042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2710642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2025-12-04T09:56:51.2716063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2025-12-04T09:56:51.2720909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2025-12-04T09:56:51.2725323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2729783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2025-12-04T09:56:51.2734476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2025-12-04T09:56:51.2738881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2025-12-04T09:56:51.2743001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish.h 2025-12-04T09:56:51.2747748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2025-12-04T09:56:51.2752271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.2756336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2025-12-04T09:56:51.2761664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2025-12-04T09:56:51.2766391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2025-12-04T09:56:51.2772277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2025-12-04T09:56:51.2777573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.2783650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2025-12-04T09:56:51.2788863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2025-12-04T09:56:51.2793828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2025-12-04T09:56:51.2798813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2025-12-04T09:56:51.2803773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2025-12-04T09:56:51.2809180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2025-12-04T09:56:51.2814476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2025-12-04T09:56:51.2819807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2025-12-04T09:56:51.2825658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.2830874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2025-12-04T09:56:51.2836586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2025-12-04T09:56:51.2841654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2025-12-04T09:56:51.2846323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2025-12-04T09:56:51.3725956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2025-12-04T09:56:51.3730272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3734679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2025-12-04T09:56:51.3739459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2025-12-04T09:56:51.3743754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2025-12-04T09:56:51.3748158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2025-12-04T09:56:51.3752765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3757184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2025-12-04T09:56:51.3761720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3766616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2025-12-04T09:56:51.3771550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2025-12-04T09:56:51.3776656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2025-12-04T09:56:51.3781853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2025-12-04T09:56:51.3786563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2025-12-04T09:56:51.3791207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3796118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2025-12-04T09:56:51.3800262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2025-12-04T09:56:51.3804860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3809193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2025-12-04T09:56:51.3813420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2025-12-04T09:56:51.3817957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2025-12-04T09:56:51.3823059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2025-12-04T09:56:51.3827590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3831831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2025-12-04T09:56:51.3836113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2025-12-04T09:56:51.3840834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3845392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2025-12-04T09:56:51.3849698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2025-12-04T09:56:51.3853886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2025-12-04T09:56:51.3858154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2025-12-04T09:56:51.3862628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3867125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2025-12-04T09:56:51.3871581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2025-12-04T09:56:51.3875985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3880220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2025-12-04T09:56:51.3884430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2025-12-04T09:56:51.3888792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2025-12-04T09:56:51.3893058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3897495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2025-12-04T09:56:51.3902170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2025-12-04T09:56:51.3906455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2025-12-04T09:56:51.3910737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3914900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2025-12-04T09:56:51.3919431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2025-12-04T09:56:51.3924589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2025-12-04T09:56:51.3928797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2025-12-04T09:56:51.3933204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3937502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2025-12-04T09:56:51.3941848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2025-12-04T09:56:51.3946305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2025-12-04T09:56:51.3950792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.3955045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2025-12-04T09:56:51.3959430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2025-12-04T09:56:51.3963618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2025-12-04T09:56:51.3967652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm.h 2025-12-04T09:56:51.3971638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.3975832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2025-12-04T09:56:51.3979949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2025-12-04T09:56:51.3983960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2025-12-04T09:56:51.3987789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2025-12-04T09:56:51.3991748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2025-12-04T09:56:51.3995719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2025-12-04T09:56:51.3999470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode.h 2025-12-04T09:56:51.4003467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4007921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4011915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2025-12-04T09:56:51.4015848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2025-12-04T09:56:51.4020172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2025-12-04T09:56:51.4024114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2025-12-04T09:56:51.4028192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2025-12-04T09:56:51.4032350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4036677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2025-12-04T09:56:51.4042118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2025-12-04T09:56:51.4046334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\movedim.h 2025-12-04T09:56:51.4050391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4054704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2025-12-04T09:56:51.4059019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2025-12-04T09:56:51.4063133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2025-12-04T09:56:51.4067683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4072220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2025-12-04T09:56:51.4076477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2025-12-04T09:56:51.4080746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2025-12-04T09:56:51.4085437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4089779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2025-12-04T09:56:51.4094342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2025-12-04T09:56:51.4098716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2025-12-04T09:56:51.4102606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2025-12-04T09:56:51.4106854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2025-12-04T09:56:51.4111173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2025-12-04T09:56:51.4115369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2025-12-04T09:56:51.4120016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2025-12-04T09:56:51.4124806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.4128954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2025-12-04T09:56:51.4133175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2025-12-04T09:56:51.4137537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2025-12-04T09:56:51.4141932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2025-12-04T09:56:51.4146029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2025-12-04T09:56:51.4150677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2025-12-04T09:56:51.4155190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\msort.h 2025-12-04T09:56:51.4159171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4164095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2025-12-04T09:56:51.4168429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2025-12-04T09:56:51.4173028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mT.h 2025-12-04T09:56:51.4177719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4182016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2025-12-04T09:56:51.4186087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2025-12-04T09:56:51.4190256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul.h 2025-12-04T09:56:51.4194140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2025-12-04T09:56:51.4198438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2025-12-04T09:56:51.4202689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2025-12-04T09:56:51.4207066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2025-12-04T09:56:51.4211539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2025-12-04T09:56:51.4216010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2025-12-04T09:56:51.4222344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4226649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2025-12-04T09:56:51.4231007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2025-12-04T09:56:51.4235498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2025-12-04T09:56:51.4240047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2025-12-04T09:56:51.4244792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2025-12-04T09:56:51.4249131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2025-12-04T09:56:51.4253546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2025-12-04T09:56:51.4257808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2025-12-04T09:56:51.4261994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2025-12-04T09:56:51.4267065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2025-12-04T09:56:51.4271812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2025-12-04T09:56:51.4276772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2025-12-04T09:56:51.4281605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multiply.h 2025-12-04T09:56:51.4286118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4290651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2025-12-04T09:56:51.4295380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2025-12-04T09:56:51.4300170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2025-12-04T09:56:51.4304258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2025-12-04T09:56:51.4308778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2025-12-04T09:56:51.4313347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2025-12-04T09:56:51.4317575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2025-12-04T09:56:51.4322048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2025-12-04T09:56:51.4326437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2025-12-04T09:56:51.4330491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2025-12-04T09:56:51.4335024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2025-12-04T09:56:51.4339565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2025-12-04T09:56:51.4344025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.4348307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4352686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2025-12-04T09:56:51.4356740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2025-12-04T09:56:51.4360705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2025-12-04T09:56:51.4364494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2025-12-04T09:56:51.4368850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2025-12-04T09:56:51.4373049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2025-12-04T09:56:51.4376993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mv.h 2025-12-04T09:56:51.4381035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2025-12-04T09:56:51.4385490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4415406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2025-12-04T09:56:51.4419606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2025-12-04T09:56:51.4424072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2025-12-04T09:56:51.4428303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2025-12-04T09:56:51.4432544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4436497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2025-12-04T09:56:51.4440460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2025-12-04T09:56:51.4444204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2025-12-04T09:56:51.4448166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4452104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2025-12-04T09:56:51.4456215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2025-12-04T09:56:51.4460589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2025-12-04T09:56:51.4464768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4469042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4473243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2025-12-04T09:56:51.4477338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2025-12-04T09:56:51.4481598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2025-12-04T09:56:51.4485638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2025-12-04T09:56:51.4489807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2025-12-04T09:56:51.4494300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4498423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2025-12-04T09:56:51.4502487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2025-12-04T09:56:51.4506467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nansum.h 2025-12-04T09:56:51.4510236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2025-12-04T09:56:51.4514266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2025-12-04T09:56:51.4518300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2025-12-04T09:56:51.4522561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2025-12-04T09:56:51.4526646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2025-12-04T09:56:51.4531651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4535976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2025-12-04T09:56:51.4540185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2025-12-04T09:56:51.4544442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2025-12-04T09:56:51.4548572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2025-12-04T09:56:51.4552677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow.h 2025-12-04T09:56:51.4556629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4560579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2025-12-04T09:56:51.4564817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.4568837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2025-12-04T09:56:51.4573014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2025-12-04T09:56:51.4577106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2025-12-04T09:56:51.4581633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2025-12-04T09:56:51.4585703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2025-12-04T09:56:51.4589879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2025-12-04T09:56:51.4594051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2025-12-04T09:56:51.4598312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4602781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2025-12-04T09:56:51.4607109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2025-12-04T09:56:51.4611485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2025-12-04T09:56:51.4616062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2025-12-04T09:56:51.4620504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2025-12-04T09:56:51.4624967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2025-12-04T09:56:51.4629306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2025-12-04T09:56:51.4633744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2025-12-04T09:56:51.4638460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2025-12-04T09:56:51.4643860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4648222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2025-12-04T09:56:51.4652752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2025-12-04T09:56:51.4657250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2025-12-04T09:56:51.4661552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2025-12-04T09:56:51.4668393Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2025-12-04T09:56:51.4673331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4677931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2025-12-04T09:56:51.4682440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2025-12-04T09:56:51.4686717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2025-12-04T09:56:51.4691387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2025-12-04T09:56:51.4696122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4700698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2025-12-04T09:56:51.4704957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2025-12-04T09:56:51.4709461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2025-12-04T09:56:51.4714365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2025-12-04T09:56:51.4718643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2025-12-04T09:56:51.4723519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2025-12-04T09:56:51.4728429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4732964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2025-12-04T09:56:51.4737356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2025-12-04T09:56:51.4741877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2025-12-04T09:56:51.4746358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2025-12-04T09:56:51.4751803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4756364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2025-12-04T09:56:51.4760766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2025-12-04T09:56:51.4765133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2025-12-04T09:56:51.4769390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2025-12-04T09:56:51.4773994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2025-12-04T09:56:51.4778813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2025-12-04T09:56:51.4784206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4789116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2025-12-04T09:56:51.4794112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2025-12-04T09:56:51.4798807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2025-12-04T09:56:51.4803435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2025-12-04T09:56:51.4808484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4813306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2025-12-04T09:56:51.4817804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2025-12-04T09:56:51.4822395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2025-12-04T09:56:51.4826896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2025-12-04T09:56:51.4831021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2025-12-04T09:56:51.4836189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4840544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2025-12-04T09:56:51.4844854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2025-12-04T09:56:51.4849125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne.h 2025-12-04T09:56:51.4852933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg.h 2025-12-04T09:56:51.4856916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\negative.h 2025-12-04T09:56:51.4861166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4865390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2025-12-04T09:56:51.4869486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2025-12-04T09:56:51.4874916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.4908185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2025-12-04T09:56:51.4912245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2025-12-04T09:56:51.4916341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2025-12-04T09:56:51.4920030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2025-12-04T09:56:51.4924057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2025-12-04T09:56:51.4928289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2025-12-04T09:56:51.4932180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2025-12-04T09:56:51.4936637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.4940959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2025-12-04T09:56:51.4945245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2025-12-04T09:56:51.4949355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2025-12-04T09:56:51.4953428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4957436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2025-12-04T09:56:51.4961692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2025-12-04T09:56:51.4965837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2025-12-04T09:56:51.4970223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.4974517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4978758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2025-12-04T09:56:51.4983093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2025-12-04T09:56:51.4987233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_full.h 2025-12-04T09:56:51.4991423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.4995491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2025-12-04T09:56:51.4999597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2025-12-04T09:56:51.5003740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2025-12-04T09:56:51.5007689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5011727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2025-12-04T09:56:51.5016280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2025-12-04T09:56:51.5020766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2025-12-04T09:56:51.5024978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5029107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2025-12-04T09:56:51.5033197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2025-12-04T09:56:51.5037223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2025-12-04T09:56:51.5041556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5045947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2025-12-04T09:56:51.5050183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2025-12-04T09:56:51.5054730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2025-12-04T09:56:51.5059095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2025-12-04T09:56:51.5063241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2025-12-04T09:56:51.5067478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2025-12-04T09:56:51.5071779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5075742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2025-12-04T09:56:51.5079790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2025-12-04T09:56:51.5084237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2025-12-04T09:56:51.5088042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2025-12-04T09:56:51.5092035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2025-12-04T09:56:51.5095991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2025-12-04T09:56:51.5099789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2025-12-04T09:56:51.5103474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2025-12-04T09:56:51.5107501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2025-12-04T09:56:51.5111706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2025-12-04T09:56:51.5116041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2025-12-04T09:56:51.5120196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2025-12-04T09:56:51.5125131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2025-12-04T09:56:51.5129435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5134113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2025-12-04T09:56:51.5138363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2025-12-04T09:56:51.5142674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2025-12-04T09:56:51.5147564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2025-12-04T09:56:51.5151718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2025-12-04T09:56:51.5155872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2025-12-04T09:56:51.5159972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2025-12-04T09:56:51.5164078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2025-12-04T09:56:51.5168383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5172645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2025-12-04T09:56:51.5176835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2025-12-04T09:56:51.5181218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2025-12-04T09:56:51.5185311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2025-12-04T09:56:51.5189457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2025-12-04T09:56:51.5193707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2025-12-04T09:56:51.5198059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5202386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2025-12-04T09:56:51.5207181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5211369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2025-12-04T09:56:51.5215499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2025-12-04T09:56:51.5219802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2025-12-04T09:56:51.5223970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2025-12-04T09:56:51.5228339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2025-12-04T09:56:51.5232528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2025-12-04T09:56:51.5236752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2025-12-04T09:56:51.5240904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2025-12-04T09:56:51.5245772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5250234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2025-12-04T09:56:51.5255039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2025-12-04T09:56:51.5259640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2025-12-04T09:56:51.5263959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2025-12-04T09:56:51.5268100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2025-12-04T09:56:51.5272403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2025-12-04T09:56:51.5276938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2025-12-04T09:56:51.5281599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2025-12-04T09:56:51.5286563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5290863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2025-12-04T09:56:51.5295445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2025-12-04T09:56:51.5300500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2025-12-04T09:56:51.5305134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2025-12-04T09:56:51.5309929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2025-12-04T09:56:51.5314717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h 2025-12-04T09:56:51.5319584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2025-12-04T09:56:51.5324060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2025-12-04T09:56:51.5329045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm.h 2025-12-04T09:56:51.5333791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal.h 2025-12-04T09:56:51.5338305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5343063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2025-12-04T09:56:51.5347786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2025-12-04T09:56:51.5352874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2025-12-04T09:56:51.5357421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2025-12-04T09:56:51.5361575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2025-12-04T09:56:51.5366795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5371249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5375802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5380000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2025-12-04T09:56:51.5384450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2025-12-04T09:56:51.5388665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2025-12-04T09:56:51.5392806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5397006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2025-12-04T09:56:51.5401612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2025-12-04T09:56:51.5405795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2025-12-04T09:56:51.5410726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2025-12-04T09:56:51.5415436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2025-12-04T09:56:51.5420435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2025-12-04T09:56:51.5425037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2025-12-04T09:56:51.5429870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5434398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2025-12-04T09:56:51.5438496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2025-12-04T09:56:51.5442788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2025-12-04T09:56:51.5447256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5451388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2025-12-04T09:56:51.5455766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2025-12-04T09:56:51.5460301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2025-12-04T09:56:51.5464485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5468570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2025-12-04T09:56:51.5472824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2025-12-04T09:56:51.5476964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones.h 2025-12-04T09:56:51.5481110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5485335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2025-12-04T09:56:51.5489690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5494172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2025-12-04T09:56:51.5498987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2025-12-04T09:56:51.5503344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2025-12-04T09:56:51.5507326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2025-12-04T09:56:51.5511768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2025-12-04T09:56:51.5517769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5523978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2025-12-04T09:56:51.5529404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2025-12-04T09:56:51.5534641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\or.h 2025-12-04T09:56:51.5539457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2025-12-04T09:56:51.5544445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5548928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2025-12-04T09:56:51.5554586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2025-12-04T09:56:51.5557437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2025-12-04T09:56:51.5561597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2025-12-04T09:56:51.5566947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2025-12-04T09:56:51.5569936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2025-12-04T09:56:51.5574569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2025-12-04T09:56:51.5579706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5583203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\or_native.h 2025-12-04T09:56:51.5588223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2025-12-04T09:56:51.5592319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\outer.h 2025-12-04T09:56:51.5597933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5600509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2025-12-04T09:56:51.5604801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2025-12-04T09:56:51.5610790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2025-12-04T09:56:51.5613487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5617700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2025-12-04T09:56:51.5623186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2025-12-04T09:56:51.5626171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad.h 2025-12-04T09:56:51.5630521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5634767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2025-12-04T09:56:51.5638946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2025-12-04T09:56:51.5643101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2025-12-04T09:56:51.5647449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5652529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2025-12-04T09:56:51.5656868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2025-12-04T09:56:51.5661529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2025-12-04T09:56:51.5665571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5669737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2025-12-04T09:56:51.5674252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2025-12-04T09:56:51.5678365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pdist.h 2025-12-04T09:56:51.5682533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5686621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2025-12-04T09:56:51.5690784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2025-12-04T09:56:51.5694968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute.h 2025-12-04T09:56:51.5699035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5703606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2025-12-04T09:56:51.5708407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5712643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5716889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2025-12-04T09:56:51.5721012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2025-12-04T09:56:51.5725151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2025-12-04T09:56:51.5729239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2025-12-04T09:56:51.5733374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2025-12-04T09:56:51.5737576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5741844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2025-12-04T09:56:51.5746013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2025-12-04T09:56:51.5749917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2025-12-04T09:56:51.5754663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5758709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2025-12-04T09:56:51.5762857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2025-12-04T09:56:51.5767130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2025-12-04T09:56:51.5771432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5775595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5779828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2025-12-04T09:56:51.5783992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2025-12-04T09:56:51.5788396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2025-12-04T09:56:51.5792454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2025-12-04T09:56:51.5797483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5801718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5806608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2025-12-04T09:56:51.5810782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2025-12-04T09:56:51.5814983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2025-12-04T09:56:51.5819316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson.h 2025-12-04T09:56:51.5823516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5827542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2025-12-04T09:56:51.5831706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2025-12-04T09:56:51.5835950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2025-12-04T09:56:51.5840159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2025-12-04T09:56:51.5844433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5848510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2025-12-04T09:56:51.5852914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2025-12-04T09:56:51.5857080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2025-12-04T09:56:51.5861334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar.h 2025-12-04T09:56:51.5865720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5869719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2025-12-04T09:56:51.5873906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2025-12-04T09:56:51.5877927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2025-12-04T09:56:51.5881937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2025-12-04T09:56:51.5886107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2025-12-04T09:56:51.5890291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5894308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.5898665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2025-12-04T09:56:51.5902804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2025-12-04T09:56:51.5906890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2025-12-04T09:56:51.5911055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2025-12-04T09:56:51.5915445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2025-12-04T09:56:51.5919572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2025-12-04T09:56:51.5923724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\positive.h 2025-12-04T09:56:51.5927643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5931729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2025-12-04T09:56:51.5935701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2025-12-04T09:56:51.5939771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow.h 2025-12-04T09:56:51.5943838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5948124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2025-12-04T09:56:51.5952149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2025-12-04T09:56:51.5956070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2025-12-04T09:56:51.5959901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2025-12-04T09:56:51.5963952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2025-12-04T09:56:51.5968029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2025-12-04T09:56:51.5971702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prelu.h 2025-12-04T09:56:51.5975593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.5980213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2025-12-04T09:56:51.5984253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2025-12-04T09:56:51.5988398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod.h 2025-12-04T09:56:51.5992466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.5996520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6000616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6004886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2025-12-04T09:56:51.6008945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2025-12-04T09:56:51.6046064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2025-12-04T09:56:51.6051173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2025-12-04T09:56:51.6055100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2025-12-04T09:56:51.6059245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2025-12-04T09:56:51.6062868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2025-12-04T09:56:51.6067106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6071327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2025-12-04T09:56:51.6075453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2025-12-04T09:56:51.6079636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put.h 2025-12-04T09:56:51.6083651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6087746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2025-12-04T09:56:51.6091735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2025-12-04T09:56:51.6095763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2025-12-04T09:56:51.6099781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_native.h 2025-12-04T09:56:51.6103954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2025-12-04T09:56:51.6107713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qr.h 2025-12-04T09:56:51.6111672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6115564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2025-12-04T09:56:51.6119568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2025-12-04T09:56:51.6123382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2025-12-04T09:56:51.6127179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2025-12-04T09:56:51.6131097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2025-12-04T09:56:51.6135720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantile.h 2025-12-04T09:56:51.6139891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6144108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2025-12-04T09:56:51.6147955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2025-12-04T09:56:51.6151904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2025-12-04T09:56:51.6156226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6160232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2025-12-04T09:56:51.6164392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2025-12-04T09:56:51.6168752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2025-12-04T09:56:51.6173141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6177032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2025-12-04T09:56:51.6181172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2025-12-04T09:56:51.6185185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2025-12-04T09:56:51.6189696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6194181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2025-12-04T09:56:51.6199012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2025-12-04T09:56:51.6204122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2025-12-04T09:56:51.6208972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6213978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2025-12-04T09:56:51.6218992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2025-12-04T09:56:51.6224107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2025-12-04T09:56:51.6229539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6234430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2025-12-04T09:56:51.6239635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2025-12-04T09:56:51.6244807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2025-12-04T09:56:51.6250352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6255357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2025-12-04T09:56:51.6260408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2025-12-04T09:56:51.6264592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2025-12-04T09:56:51.6269152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6274224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2025-12-04T09:56:51.6278602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2025-12-04T09:56:51.6283691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2025-12-04T09:56:51.6288781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6293387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2025-12-04T09:56:51.6297658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2025-12-04T09:56:51.6302477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2025-12-04T09:56:51.6307232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6311619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2025-12-04T09:56:51.6315721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2025-12-04T09:56:51.6320237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2025-12-04T09:56:51.6324430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2025-12-04T09:56:51.6328586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2025-12-04T09:56:51.6332992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6337600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2025-12-04T09:56:51.6343020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2025-12-04T09:56:51.6347420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2025-12-04T09:56:51.6351962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6356452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2025-12-04T09:56:51.6361252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2025-12-04T09:56:51.6365999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2025-12-04T09:56:51.6370249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2025-12-04T09:56:51.6374499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2025-12-04T09:56:51.6378789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2025-12-04T09:56:51.6382923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2025-12-04T09:56:51.6386959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2025-12-04T09:56:51.6390995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2025-12-04T09:56:51.6395273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2025-12-04T09:56:51.6399610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6403755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2025-12-04T09:56:51.6407922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2025-12-04T09:56:51.6412120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2025-12-04T09:56:51.6416679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6421734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2025-12-04T09:56:51.6439313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2025-12-04T09:56:51.6440116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2025-12-04T09:56:51.6440815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2025-12-04T09:56:51.6441610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2025-12-04T09:56:51.6442255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2025-12-04T09:56:51.6446168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2025-12-04T09:56:51.6450355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2025-12-04T09:56:51.6454463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2025-12-04T09:56:51.6458884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6462839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2025-12-04T09:56:51.6466827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2025-12-04T09:56:51.6470809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand.h 2025-12-04T09:56:51.6474985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint.h 2025-12-04T09:56:51.6480481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6484766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2025-12-04T09:56:51.6489180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6493209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2025-12-04T09:56:51.6498088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2025-12-04T09:56:51.6502374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2025-12-04T09:56:51.6506457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2025-12-04T09:56:51.6510428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn.h 2025-12-04T09:56:51.6514384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6518648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6523108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2025-12-04T09:56:51.6527493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6531817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-12-04T09:56:51.6536234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2025-12-04T09:56:51.6540763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2025-12-04T09:56:51.6545058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2025-12-04T09:56:51.6549538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2025-12-04T09:56:51.6553989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random.h 2025-12-04T09:56:51.6558061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6562384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2025-12-04T09:56:51.6566639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2025-12-04T09:56:51.6571671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2025-12-04T09:56:51.6575990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_native.h 2025-12-04T09:56:51.6580476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2025-12-04T09:56:51.6584868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm.h 2025-12-04T09:56:51.6588865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6593197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2025-12-04T09:56:51.6597969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2025-12-04T09:56:51.6602394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2025-12-04T09:56:51.6606593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2025-12-04T09:56:51.6611102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6615562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6619679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2025-12-04T09:56:51.6624163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6628401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2025-12-04T09:56:51.6632570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2025-12-04T09:56:51.6636959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2025-12-04T09:56:51.6641279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2025-12-04T09:56:51.6645302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range.h 2025-12-04T09:56:51.6649546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.6653779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2025-12-04T09:56:51.6658043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2025-12-04T09:56:51.6662274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2025-12-04T09:56:51.6666648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_native.h 2025-12-04T09:56:51.6670951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2025-12-04T09:56:51.6675142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ravel.h 2025-12-04T09:56:51.6679595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6683753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2025-12-04T09:56:51.6688098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2025-12-04T09:56:51.6692370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\real.h 2025-12-04T09:56:51.6696491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6700591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\real_native.h 2025-12-04T09:56:51.6704885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2025-12-04T09:56:51.6709002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2025-12-04T09:56:51.6713722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.6718510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2025-12-04T09:56:51.6723343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2025-12-04T09:56:51.6728056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2025-12-04T09:56:51.6732330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2025-12-04T09:56:51.6736843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2025-12-04T09:56:51.6741205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2025-12-04T09:56:51.6746606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2025-12-04T09:56:51.6749893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2025-12-04T09:56:51.6754334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2025-12-04T09:56:51.6759242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2025-12-04T09:56:51.6762942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2025-12-04T09:56:51.6767597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6771832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2025-12-04T09:56:51.6777640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2025-12-04T09:56:51.6780612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2025-12-04T09:56:51.6802575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2025-12-04T09:56:51.6803549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.6804561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2025-12-04T09:56:51.6805406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2025-12-04T09:56:51.6806231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2025-12-04T09:56:51.6810031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2025-12-04T09:56:51.6816377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2025-12-04T09:56:51.6818975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2025-12-04T09:56:51.6823858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.6828027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2025-12-04T09:56:51.6834891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2025-12-04T09:56:51.6837082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2025-12-04T09:56:51.6841759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2025-12-04T09:56:51.6846004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2025-12-04T09:56:51.6852170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2025-12-04T09:56:51.6854989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2025-12-04T09:56:51.6859158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2025-12-04T09:56:51.6863567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2025-12-04T09:56:51.6867914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2025-12-04T09:56:51.6872358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2025-12-04T09:56:51.6886436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2025-12-04T09:56:51.6887225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2025-12-04T09:56:51.6888132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2025-12-04T09:56:51.6937079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2025-12-04T09:56:51.6937824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2025-12-04T09:56:51.6938589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2025-12-04T09:56:51.6939291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2025-12-04T09:56:51.6940260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.6942991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2025-12-04T09:56:51.6943881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2025-12-04T09:56:51.6944697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2025-12-04T09:56:51.6945517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2025-12-04T09:56:51.6946338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2025-12-04T09:56:51.6947123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2025-12-04T09:56:51.6949762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.6951888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2025-12-04T09:56:51.6957495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2025-12-04T09:56:51.6962178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2025-12-04T09:56:51.6968396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2025-12-04T09:56:51.6971143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2025-12-04T09:56:51.6975722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2025-12-04T09:56:51.6980778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu.h 2025-12-04T09:56:51.6984332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu6.h 2025-12-04T09:56:51.6988841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.6994093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2025-12-04T09:56:51.6999271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2025-12-04T09:56:51.7002085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7006371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2025-12-04T09:56:51.7012150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2025-12-04T09:56:51.7014819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2025-12-04T09:56:51.7019501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2025-12-04T09:56:51.7024618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2025-12-04T09:56:51.7027669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder.h 2025-12-04T09:56:51.7032245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7037231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7068316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2025-12-04T09:56:51.7074236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2025-12-04T09:56:51.7077218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2025-12-04T09:56:51.7081699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2025-12-04T09:56:51.7085962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2025-12-04T09:56:51.7091876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2025-12-04T09:56:51.7094505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rename.h 2025-12-04T09:56:51.7098588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7102621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2025-12-04T09:56:51.7108501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2025-12-04T09:56:51.7111742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm.h 2025-12-04T09:56:51.7115850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7120223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2025-12-04T09:56:51.7124249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2025-12-04T09:56:51.7128209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2025-12-04T09:56:51.7132286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2025-12-04T09:56:51.7136387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2025-12-04T09:56:51.7141220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2025-12-04T09:56:51.7145775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat.h 2025-12-04T09:56:51.7149808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7153848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2025-12-04T09:56:51.7158272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7162454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7166622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2025-12-04T09:56:51.7171115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2025-12-04T09:56:51.7175285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2025-12-04T09:56:51.7179565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2025-12-04T09:56:51.7183694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2025-12-04T09:56:51.7187810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2025-12-04T09:56:51.7191972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2025-12-04T09:56:51.7197066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2025-12-04T09:56:51.7200868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7234777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2025-12-04T09:56:51.7239129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2025-12-04T09:56:51.7243325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2025-12-04T09:56:51.7248042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2025-12-04T09:56:51.7252438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2025-12-04T09:56:51.7256662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2025-12-04T09:56:51.7261203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7265347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2025-12-04T09:56:51.7269634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2025-12-04T09:56:51.7273861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2025-12-04T09:56:51.7278417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2025-12-04T09:56:51.7282692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2025-12-04T09:56:51.7286934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2025-12-04T09:56:51.7291168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2025-12-04T09:56:51.7295429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2025-12-04T09:56:51.7300624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2025-12-04T09:56:51.7305148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2025-12-04T09:56:51.7310198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2025-12-04T09:56:51.7315363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2025-12-04T09:56:51.7320072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7325033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2025-12-04T09:56:51.7330427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2025-12-04T09:56:51.7335895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2025-12-04T09:56:51.7340794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2025-12-04T09:56:51.7345786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2025-12-04T09:56:51.7350777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2025-12-04T09:56:51.7355654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2025-12-04T09:56:51.7360338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2025-12-04T09:56:51.7365931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2025-12-04T09:56:51.7371204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2025-12-04T09:56:51.7375943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2025-12-04T09:56:51.7380291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2025-12-04T09:56:51.7385085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7389709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2025-12-04T09:56:51.7393951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2025-12-04T09:56:51.7398622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2025-12-04T09:56:51.7403047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2025-12-04T09:56:51.7407413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2025-12-04T09:56:51.7411971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2025-12-04T09:56:51.7416199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2025-12-04T09:56:51.7420598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7425127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2025-12-04T09:56:51.7429314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2025-12-04T09:56:51.7433388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape.h 2025-12-04T09:56:51.7437196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2025-12-04T09:56:51.7441544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2025-12-04T09:56:51.7445707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7449809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2025-12-04T09:56:51.7454292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2025-12-04T09:56:51.7458678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2025-12-04T09:56:51.7463013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7467655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2025-12-04T09:56:51.7471868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2025-12-04T09:56:51.7477949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize.h 2025-12-04T09:56:51.7481817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2025-12-04T09:56:51.7486011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7490812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2025-12-04T09:56:51.7494921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2025-12-04T09:56:51.7499156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2025-12-04T09:56:51.7503535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7507793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2025-12-04T09:56:51.7512014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2025-12-04T09:56:51.7516563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2025-12-04T09:56:51.7520865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7525007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2025-12-04T09:56:51.7529193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2025-12-04T09:56:51.7533404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2025-12-04T09:56:51.7537556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2025-12-04T09:56:51.7541815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2025-12-04T09:56:51.7545991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2025-12-04T09:56:51.7550326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7554389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2025-12-04T09:56:51.7558528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2025-12-04T09:56:51.7562672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2025-12-04T09:56:51.7567166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7571429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2025-12-04T09:56:51.7575609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2025-12-04T09:56:51.7580080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\result_type.h 2025-12-04T09:56:51.7584317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7588405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2025-12-04T09:56:51.7592412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2025-12-04T09:56:51.7596882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2025-12-04T09:56:51.7601405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7606040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2025-12-04T09:56:51.7610558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2025-12-04T09:56:51.7614962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2025-12-04T09:56:51.7619606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7623810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2025-12-04T09:56:51.7628655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2025-12-04T09:56:51.7633110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2025-12-04T09:56:51.7637316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7642066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2025-12-04T09:56:51.7646352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2025-12-04T09:56:51.7650700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2025-12-04T09:56:51.7654734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2025-12-04T09:56:51.7659140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7663529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2025-12-04T09:56:51.7668019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2025-12-04T09:56:51.7672195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7676735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2025-12-04T09:56:51.7681247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2025-12-04T09:56:51.7685646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2025-12-04T09:56:51.7690204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2025-12-04T09:56:51.7694767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7699098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2025-12-04T09:56:51.7703433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2025-12-04T09:56:51.7707967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7712478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2025-12-04T09:56:51.7716610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2025-12-04T09:56:51.7721354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll.h 2025-12-04T09:56:51.7725553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7729887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2025-12-04T09:56:51.7734219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2025-12-04T09:56:51.7738618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2025-12-04T09:56:51.7743016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2025-12-04T09:56:51.7746899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rot90.h 2025-12-04T09:56:51.7751217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7755739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2025-12-04T09:56:51.7759795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2025-12-04T09:56:51.7764025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round.h 2025-12-04T09:56:51.7768243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7772364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2025-12-04T09:56:51.7776950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2025-12-04T09:56:51.7781355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2025-12-04T09:56:51.7785679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2025-12-04T09:56:51.7790552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_native.h 2025-12-04T09:56:51.7796118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2025-12-04T09:56:51.7801090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2025-12-04T09:56:51.7805978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7810746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2025-12-04T09:56:51.7816043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7821031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7825845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2025-12-04T09:56:51.7830215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2025-12-04T09:56:51.7834552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2025-12-04T09:56:51.7839072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2025-12-04T09:56:51.7843468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2025-12-04T09:56:51.7848415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7852567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2025-12-04T09:56:51.7857068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2025-12-04T09:56:51.7861310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2025-12-04T09:56:51.7865281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.7869220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2025-12-04T09:56:51.7873717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2025-12-04T09:56:51.7878007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2025-12-04T09:56:51.7882192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2025-12-04T09:56:51.7886608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7890911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2025-12-04T09:56:51.7895147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2025-12-04T09:56:51.7899659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7903996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2025-12-04T09:56:51.7908646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2025-12-04T09:56:51.7912848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2025-12-04T09:56:51.7917490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2025-12-04T09:56:51.7921752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2025-12-04T09:56:51.7925798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift.h 2025-12-04T09:56:51.7929831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7934051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2025-12-04T09:56:51.7938149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2025-12-04T09:56:51.7942261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2025-12-04T09:56:51.7946693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2025-12-04T09:56:51.7950913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2025-12-04T09:56:51.7955263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2025-12-04T09:56:51.7959367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.7964084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2025-12-04T09:56:51.7968358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2025-12-04T09:56:51.7972376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2025-12-04T09:56:51.7976485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2025-12-04T09:56:51.7980675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2025-12-04T09:56:51.7984713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2025-12-04T09:56:51.7988776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub.h 2025-12-04T09:56:51.7994117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.7998318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2025-12-04T09:56:51.8002420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2025-12-04T09:56:51.8006673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2025-12-04T09:56:51.8010636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2025-12-04T09:56:51.8014462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2025-12-04T09:56:51.8018665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8022668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2025-12-04T09:56:51.8026706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2025-12-04T09:56:51.8031086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2025-12-04T09:56:51.8035440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8039567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2025-12-04T09:56:51.8043689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2025-12-04T09:56:51.8047847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter.h 2025-12-04T09:56:51.8051559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2025-12-04T09:56:51.8055811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8060252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8064331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2025-12-04T09:56:51.8068494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2025-12-04T09:56:51.8072610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2025-12-04T09:56:51.8077236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2025-12-04T09:56:51.8081500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2025-12-04T09:56:51.8086081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2025-12-04T09:56:51.8090321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8094520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8098813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2025-12-04T09:56:51.8103237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2025-12-04T09:56:51.8108818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2025-12-04T09:56:51.8113218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2025-12-04T09:56:51.8117876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2025-12-04T09:56:51.8122423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2025-12-04T09:56:51.8126445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2025-12-04T09:56:51.8132183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8137052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2025-12-04T09:56:51.8141745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2025-12-04T09:56:51.8145941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2025-12-04T09:56:51.8150390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2025-12-04T09:56:51.8154672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2025-12-04T09:56:51.8158978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2025-12-04T09:56:51.8163278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2025-12-04T09:56:51.8167575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2025-12-04T09:56:51.8171774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2025-12-04T09:56:51.8176063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2025-12-04T09:56:51.8180826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2025-12-04T09:56:51.8184937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2025-12-04T09:56:51.8189377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8193532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2025-12-04T09:56:51.8198131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2025-12-04T09:56:51.8202548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2025-12-04T09:56:51.8206940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2025-12-04T09:56:51.8211323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select.h 2025-12-04T09:56:51.8215276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2025-12-04T09:56:51.8220111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8224441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8228541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2025-12-04T09:56:51.8232980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2025-12-04T09:56:51.8237662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8241961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8246315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2025-12-04T09:56:51.8250809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8255218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8260037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2025-12-04T09:56:51.8264522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2025-12-04T09:56:51.8268778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_native.h 2025-12-04T09:56:51.8273138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2025-12-04T09:56:51.8277346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2025-12-04T09:56:51.8281766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8286105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8290466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2025-12-04T09:56:51.8295081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2025-12-04T09:56:51.8311187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\selu.h 2025-12-04T09:56:51.8329856Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8351653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2025-12-04T09:56:51.8366820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2025-12-04T09:56:51.8378894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set.h 2025-12-04T09:56:51.8379634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8380510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8381271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2025-12-04T09:56:51.8381938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2025-12-04T09:56:51.8382569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_data.h 2025-12-04T09:56:51.8385058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8386436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2025-12-04T09:56:51.8387085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2025-12-04T09:56:51.8387735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2025-12-04T09:56:51.8388370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_native.h 2025-12-04T09:56:51.8406372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2025-12-04T09:56:51.8410528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn.h 2025-12-04T09:56:51.8414558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8418790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2025-12-04T09:56:51.8422923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2025-12-04T09:56:51.8428847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2025-12-04T09:56:51.8432974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2025-12-04T09:56:51.8437268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2025-12-04T09:56:51.8441306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2025-12-04T09:56:51.8445123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2025-12-04T09:56:51.8449072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2025-12-04T09:56:51.8453935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8458286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2025-12-04T09:56:51.8462547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2025-12-04T09:56:51.8466880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2025-12-04T09:56:51.8471116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2025-12-04T09:56:51.8475293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2025-12-04T09:56:51.8479840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2025-12-04T09:56:51.8484315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8488553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2025-12-04T09:56:51.8492773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2025-12-04T09:56:51.8497175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2025-12-04T09:56:51.8501507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2025-12-04T09:56:51.8505624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2025-12-04T09:56:51.8509781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2025-12-04T09:56:51.8513919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign.h 2025-12-04T09:56:51.8517747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit.h 2025-12-04T09:56:51.8521872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8525959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2025-12-04T09:56:51.8530376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2025-12-04T09:56:51.8534487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2025-12-04T09:56:51.8538715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2025-12-04T09:56:51.8542949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2025-12-04T09:56:51.8547137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2025-12-04T09:56:51.8551542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8555506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2025-12-04T09:56:51.8559862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2025-12-04T09:56:51.8563965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2025-12-04T09:56:51.8568038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2025-12-04T09:56:51.8572227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2025-12-04T09:56:51.8576308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2025-12-04T09:56:51.8580195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu.h 2025-12-04T09:56:51.8584003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2025-12-04T09:56:51.8588510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8592721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8597480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2025-12-04T09:56:51.8601795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2025-12-04T09:56:51.8606150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2025-12-04T09:56:51.8610626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2025-12-04T09:56:51.8615422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2025-12-04T09:56:51.8620920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2025-12-04T09:56:51.8625715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8630724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2025-12-04T09:56:51.8635089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2025-12-04T09:56:51.8639456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2025-12-04T09:56:51.8643656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2025-12-04T09:56:51.8647908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2025-12-04T09:56:51.8652127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2025-12-04T09:56:51.8656340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin.h 2025-12-04T09:56:51.8660326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc.h 2025-12-04T09:56:51.8664733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8669343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2025-12-04T09:56:51.8673191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2025-12-04T09:56:51.8677738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2025-12-04T09:56:51.8682151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2025-12-04T09:56:51.8686178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2025-12-04T09:56:51.8690726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2025-12-04T09:56:51.8694805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh.h 2025-12-04T09:56:51.8699157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8703398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2025-12-04T09:56:51.8707769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2025-12-04T09:56:51.8713775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2025-12-04T09:56:51.8717937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2025-12-04T09:56:51.8722628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2025-12-04T09:56:51.8727636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2025-12-04T09:56:51.8732313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8736228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2025-12-04T09:56:51.8740636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2025-12-04T09:56:51.8744927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2025-12-04T09:56:51.8748802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2025-12-04T09:56:51.8753131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2025-12-04T09:56:51.8757898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2025-12-04T09:56:51.8761739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\size.h 2025-12-04T09:56:51.8766256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8770620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\size_native.h 2025-12-04T09:56:51.8775206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2025-12-04T09:56:51.8779130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice.h 2025-12-04T09:56:51.8783229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2025-12-04T09:56:51.8787611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8791739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2025-12-04T09:56:51.8796895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2025-12-04T09:56:51.8802180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8807155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2025-12-04T09:56:51.8812370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8817448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8822460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2025-12-04T09:56:51.8827511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2025-12-04T09:56:51.8832409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2025-12-04T09:56:51.8837275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8841585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2025-12-04T09:56:51.8846380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2025-12-04T09:56:51.8851201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2025-12-04T09:56:51.8855861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2025-12-04T09:56:51.8860127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2025-12-04T09:56:51.8865016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8869358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8873672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2025-12-04T09:56:51.8877702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2025-12-04T09:56:51.8882268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2025-12-04T09:56:51.8886255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8890277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2025-12-04T09:56:51.8894538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2025-12-04T09:56:51.8898897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2025-12-04T09:56:51.8903174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.8907237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2025-12-04T09:56:51.8911804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2025-12-04T09:56:51.8916047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2025-12-04T09:56:51.8920298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2025-12-04T09:56:51.8924680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2025-12-04T09:56:51.8928863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2025-12-04T09:56:51.8933467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2025-12-04T09:56:51.8937787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8942129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2025-12-04T09:56:51.8946383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2025-12-04T09:56:51.8950892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2025-12-04T09:56:51.8955245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2025-12-04T09:56:51.8959459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2025-12-04T09:56:51.8963858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.8968479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2025-12-04T09:56:51.8972831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2025-12-04T09:56:51.8977127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2025-12-04T09:56:51.8981643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2025-12-04T09:56:51.8985908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2025-12-04T09:56:51.8990358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.8994605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2025-12-04T09:56:51.8998845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2025-12-04T09:56:51.9003342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2025-12-04T09:56:51.9007533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2025-12-04T09:56:51.9011855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2025-12-04T09:56:51.9016108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2025-12-04T09:56:51.9020441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2025-12-04T09:56:51.9024704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2025-12-04T09:56:51.9028950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2025-12-04T09:56:51.9033335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2025-12-04T09:56:51.9037625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2025-12-04T09:56:51.9041738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smm.h 2025-12-04T09:56:51.9045756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9049818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2025-12-04T09:56:51.9053947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2025-12-04T09:56:51.9057926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2025-12-04T09:56:51.9062312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2025-12-04T09:56:51.9067101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9071246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2025-12-04T09:56:51.9075962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2025-12-04T09:56:51.9080214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2025-12-04T09:56:51.9084830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2025-12-04T09:56:51.9089464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9093690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2025-12-04T09:56:51.9098103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2025-12-04T09:56:51.9102789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2025-12-04T09:56:51.9106982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2025-12-04T09:56:51.9111458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2025-12-04T09:56:51.9115848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2025-12-04T09:56:51.9120295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softmax.h 2025-12-04T09:56:51.9124561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9128988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9133106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2025-12-04T09:56:51.9137355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2025-12-04T09:56:51.9141926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus.h 2025-12-04T09:56:51.9145785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2025-12-04T09:56:51.9150585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9154995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2025-12-04T09:56:51.9159367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2025-12-04T09:56:51.9163548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2025-12-04T09:56:51.9168041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2025-12-04T09:56:51.9172552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2025-12-04T09:56:51.9178251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2025-12-04T09:56:51.9182857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9187245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2025-12-04T09:56:51.9192287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2025-12-04T09:56:51.9196924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2025-12-04T09:56:51.9201131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2025-12-04T09:56:51.9205615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2025-12-04T09:56:51.9210136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2025-12-04T09:56:51.9214293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2025-12-04T09:56:51.9218711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2025-12-04T09:56:51.9223413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9227589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2025-12-04T09:56:51.9232017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2025-12-04T09:56:51.9236934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2025-12-04T09:56:51.9241724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2025-12-04T09:56:51.9246226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2025-12-04T09:56:51.9250554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2025-12-04T09:56:51.9255165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9259606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2025-12-04T09:56:51.9263916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2025-12-04T09:56:51.9268812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2025-12-04T09:56:51.9274143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2025-12-04T09:56:51.9278764Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2025-12-04T09:56:51.9283196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2025-12-04T09:56:51.9287758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2025-12-04T09:56:51.9292111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2025-12-04T09:56:51.9297081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9301658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2025-12-04T09:56:51.9306526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2025-12-04T09:56:51.9312881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9318091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2025-12-04T09:56:51.9323307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2025-12-04T09:56:51.9328221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort.h 2025-12-04T09:56:51.9332920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9337832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9342447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9346864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2025-12-04T09:56:51.9351498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2025-12-04T09:56:51.9355858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2025-12-04T09:56:51.9360219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2025-12-04T09:56:51.9364263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2025-12-04T09:56:51.9370253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2025-12-04T09:56:51.9374125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2025-12-04T09:56:51.9378442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9382715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2025-12-04T09:56:51.9387153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2025-12-04T09:56:51.9391671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2025-12-04T09:56:51.9396054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9400813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2025-12-04T09:56:51.9404978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2025-12-04T09:56:51.9409123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2025-12-04T09:56:51.9413947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9418184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2025-12-04T09:56:51.9422417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2025-12-04T09:56:51.9426910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2025-12-04T09:56:51.9431839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9436461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9440590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2025-12-04T09:56:51.9444771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2025-12-04T09:56:51.9448755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2025-12-04T09:56:51.9453299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9469292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2025-12-04T09:56:51.9469802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2025-12-04T09:56:51.9470103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2025-12-04T09:56:51.9470702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9474998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2025-12-04T09:56:51.9479350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2025-12-04T09:56:51.9483635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2025-12-04T09:56:51.9488054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9492166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2025-12-04T09:56:51.9496193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2025-12-04T09:56:51.9500516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2025-12-04T09:56:51.9504974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9509364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2025-12-04T09:56:51.9513720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2025-12-04T09:56:51.9517862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2025-12-04T09:56:51.9523101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2025-12-04T09:56:51.9527675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9532002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2025-12-04T09:56:51.9536272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2025-12-04T09:56:51.9571371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2025-12-04T09:56:51.9576159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9580529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2025-12-04T09:56:51.9584895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2025-12-04T09:56:51.9589272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2025-12-04T09:56:51.9594001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2025-12-04T09:56:51.9598370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2025-12-04T09:56:51.9602805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2025-12-04T09:56:51.9607880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2025-12-04T09:56:51.9612412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9616700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2025-12-04T09:56:51.9620948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2025-12-04T09:56:51.9625373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2025-12-04T09:56:51.9630894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2025-12-04T09:56:51.9635950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2025-12-04T09:56:51.9640334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2025-12-04T09:56:51.9645391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2025-12-04T09:56:51.9650084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9654542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2025-12-04T09:56:51.9658944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2025-12-04T09:56:51.9664608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2025-12-04T09:56:51.9669014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2025-12-04T09:56:51.9673501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2025-12-04T09:56:51.9677727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2025-12-04T09:56:51.9682831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2025-12-04T09:56:51.9688211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9692990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2025-12-04T09:56:51.9697559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2025-12-04T09:56:51.9702890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2025-12-04T09:56:51.9707406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2025-12-04T09:56:51.9711975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2025-12-04T09:56:51.9716547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2025-12-04T09:56:51.9750551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2025-12-04T09:56:51.9755829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9760416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2025-12-04T09:56:51.9764978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2025-12-04T09:56:51.9769411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2025-12-04T09:56:51.9773978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2025-12-04T09:56:51.9778482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2025-12-04T09:56:51.9782965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2025-12-04T09:56:51.9787352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2025-12-04T09:56:51.9792015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9796302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2025-12-04T09:56:51.9800821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2025-12-04T09:56:51.9805692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2025-12-04T09:56:51.9810966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2025-12-04T09:56:51.9815807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2025-12-04T09:56:51.9821139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2025-12-04T09:56:51.9826104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2025-12-04T09:56:51.9831439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9836090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9840594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2025-12-04T09:56:51.9845300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2025-12-04T09:56:51.9849971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2025-12-04T09:56:51.9854379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2025-12-04T09:56:51.9859016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2025-12-04T09:56:51.9863899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2025-12-04T09:56:51.9868026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2025-12-04T09:56:51.9872536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9877238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9881810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2025-12-04T09:56:51.9886065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2025-12-04T09:56:51.9890349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2025-12-04T09:56:51.9894690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2025-12-04T09:56:51.9899081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2025-12-04T09:56:51.9903448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2025-12-04T09:56:51.9907950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2025-12-04T09:56:51.9913212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9917538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9922230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2025-12-04T09:56:51.9926528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2025-12-04T09:56:51.9931146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2025-12-04T09:56:51.9935458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2025-12-04T09:56:51.9939802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2025-12-04T09:56:51.9944053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2025-12-04T09:56:51.9948184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2025-12-04T09:56:51.9952935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:51.9957651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:51.9962068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2025-12-04T09:56:51.9966608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2025-12-04T09:56:51.9970869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2025-12-04T09:56:51.9975371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2025-12-04T09:56:51.9979790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2025-12-04T09:56:51.9984152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2025-12-04T09:56:51.9988389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2025-12-04T09:56:51.9992813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:51.9997087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2025-12-04T09:56:52.0001397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2025-12-04T09:56:52.0005698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2025-12-04T09:56:52.0010090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0014300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2025-12-04T09:56:52.0018604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2025-12-04T09:56:52.0023261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2025-12-04T09:56:52.0027581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2025-12-04T09:56:52.0031836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2025-12-04T09:56:52.0035918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2025-12-04T09:56:52.0040012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2025-12-04T09:56:52.0044059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2025-12-04T09:56:52.0048258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2025-12-04T09:56:52.0052664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0057083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2025-12-04T09:56:52.0061788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2025-12-04T09:56:52.0066302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2025-12-04T09:56:52.0071421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2025-12-04T09:56:52.0075751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2025-12-04T09:56:52.0080160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2025-12-04T09:56:52.0085108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0089525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2025-12-04T09:56:52.0093766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2025-12-04T09:56:52.0098221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2025-12-04T09:56:52.0102840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0107038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2025-12-04T09:56:52.0113053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2025-12-04T09:56:52.0117689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0122314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2025-12-04T09:56:52.0126908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2025-12-04T09:56:52.0131266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2025-12-04T09:56:52.0136050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0141281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2025-12-04T09:56:52.0146311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2025-12-04T09:56:52.0150623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2025-12-04T09:56:52.0155141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0159744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2025-12-04T09:56:52.0164362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2025-12-04T09:56:52.0168861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2025-12-04T09:56:52.0173146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0177813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2025-12-04T09:56:52.0182256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2025-12-04T09:56:52.0186782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2025-12-04T09:56:52.0191295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2025-12-04T09:56:52.0196011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0200127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2025-12-04T09:56:52.0204739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2025-12-04T09:56:52.0209450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0213895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2025-12-04T09:56:52.0218494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2025-12-04T09:56:52.0223306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2025-12-04T09:56:52.0227830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0232338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2025-12-04T09:56:52.0236709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2025-12-04T09:56:52.0241195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2025-12-04T09:56:52.0245413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2025-12-04T09:56:52.0250495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0255062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.0260482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2025-12-04T09:56:52.0264578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2025-12-04T09:56:52.0269546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2025-12-04T09:56:52.0274125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2025-12-04T09:56:52.0278321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2025-12-04T09:56:52.0282659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2025-12-04T09:56:52.0287369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0291759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.0296418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2025-12-04T09:56:52.0301175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2025-12-04T09:56:52.0305726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2025-12-04T09:56:52.0310738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2025-12-04T09:56:52.0315264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2025-12-04T09:56:52.0320464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2025-12-04T09:56:52.0325517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2025-12-04T09:56:52.0330491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2025-12-04T09:56:52.0335320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0339944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2025-12-04T09:56:52.0344456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2025-12-04T09:56:52.0349299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2025-12-04T09:56:52.0353968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2025-12-04T09:56:52.0358264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2025-12-04T09:56:52.0362436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2025-12-04T09:56:52.0367535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0371835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2025-12-04T09:56:52.0376059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2025-12-04T09:56:52.0380854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2025-12-04T09:56:52.0385564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2025-12-04T09:56:52.0390119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0394353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2025-12-04T09:56:52.0398601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2025-12-04T09:56:52.0402684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2025-12-04T09:56:52.0407074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2025-12-04T09:56:52.0411445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2025-12-04T09:56:52.0416293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2025-12-04T09:56:52.0420851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0425167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2025-12-04T09:56:52.0429410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2025-12-04T09:56:52.0433604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2025-12-04T09:56:52.0437796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2025-12-04T09:56:52.0442038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2025-12-04T09:56:52.0446604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2025-12-04T09:56:52.0451001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2025-12-04T09:56:52.0455527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0460025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.0464748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2025-12-04T09:56:52.0468997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2025-12-04T09:56:52.0473466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2025-12-04T09:56:52.0478162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2025-12-04T09:56:52.0482407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2025-12-04T09:56:52.0486716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2025-12-04T09:56:52.0490911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2025-12-04T09:56:52.0495696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0500382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.0504739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2025-12-04T09:56:52.0509056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2025-12-04T09:56:52.0513535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2025-12-04T09:56:52.0518109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2025-12-04T09:56:52.0522596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2025-12-04T09:56:52.0526866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2025-12-04T09:56:52.0531061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2025-12-04T09:56:52.0536050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0540385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2025-12-04T09:56:52.0544714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2025-12-04T09:56:52.0551679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2025-12-04T09:56:52.0556137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0560375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2025-12-04T09:56:52.0565858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2025-12-04T09:56:52.0570767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2025-12-04T09:56:52.0576429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0581698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2025-12-04T09:56:52.0587042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2025-12-04T09:56:52.0592686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2025-12-04T09:56:52.0598037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0603105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2025-12-04T09:56:52.0608376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2025-12-04T09:56:52.0614072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2025-12-04T09:56:52.0619427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2025-12-04T09:56:52.0624686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2025-12-04T09:56:52.0629948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2025-12-04T09:56:52.0635158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2025-12-04T09:56:52.0641519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0646008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2025-12-04T09:56:52.0650621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2025-12-04T09:56:52.0655363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2025-12-04T09:56:52.0660170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0664714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2025-12-04T09:56:52.0669066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2025-12-04T09:56:52.0673915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2025-12-04T09:56:52.0678257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2025-12-04T09:56:52.0682672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2025-12-04T09:56:52.0686818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2025-12-04T09:56:52.0691326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2025-12-04T09:56:52.0695987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0700762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2025-12-04T09:56:52.0705946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2025-12-04T09:56:52.0710233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2025-12-04T09:56:52.0714828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2025-12-04T09:56:52.0719367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2025-12-04T09:56:52.0723829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2025-12-04T09:56:52.0728426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2025-12-04T09:56:52.0732956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0737165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2025-12-04T09:56:52.0741806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2025-12-04T09:56:52.0746101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2025-12-04T09:56:52.0750875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2025-12-04T09:56:52.0755253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2025-12-04T09:56:52.0759924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2025-12-04T09:56:52.0764376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2025-12-04T09:56:52.0768927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0773559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2025-12-04T09:56:52.0779543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2025-12-04T09:56:52.0814741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2025-12-04T09:56:52.0820043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2025-12-04T09:56:52.0825308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2025-12-04T09:56:52.0830421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2025-12-04T09:56:52.0835852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2025-12-04T09:56:52.0841584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0847463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2025-12-04T09:56:52.0852561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2025-12-04T09:56:52.0857547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2025-12-04T09:56:52.0862824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2025-12-04T09:56:52.0868363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0873675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2025-12-04T09:56:52.0878881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2025-12-04T09:56:52.0883803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2025-12-04T09:56:52.0888319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2025-12-04T09:56:52.0892872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2025-12-04T09:56:52.0898120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2025-12-04T09:56:52.0903221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0907639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2025-12-04T09:56:52.0911998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2025-12-04T09:56:52.0916841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2025-12-04T09:56:52.0921370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0925584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2025-12-04T09:56:52.0929798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2025-12-04T09:56:52.0934589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2025-12-04T09:56:52.0939489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0943774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2025-12-04T09:56:52.0948012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2025-12-04T09:56:52.0952221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_round.h 2025-12-04T09:56:52.0956615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.0960804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2025-12-04T09:56:52.0965719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2025-12-04T09:56:52.0970532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2025-12-04T09:56:52.0975118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.0979452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2025-12-04T09:56:52.0984098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2025-12-04T09:56:52.0988794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2025-12-04T09:56:52.0992960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2025-12-04T09:56:52.0997282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2025-12-04T09:56:52.1001520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2025-12-04T09:56:52.1005884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2025-12-04T09:56:52.1010717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1014928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2025-12-04T09:56:52.1019808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2025-12-04T09:56:52.1024318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2025-12-04T09:56:52.1029170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2025-12-04T09:56:52.1033874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2025-12-04T09:56:52.1038825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2025-12-04T09:56:52.1044646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2025-12-04T09:56:52.1048424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1053157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1058070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2025-12-04T09:56:52.1063602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2025-12-04T09:56:52.1069526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2025-12-04T09:56:52.1072498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2025-12-04T09:56:52.1077418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2025-12-04T09:56:52.1082228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2025-12-04T09:56:52.1088353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2025-12-04T09:56:52.1091503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1096170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1101345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2025-12-04T09:56:52.1105690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2025-12-04T09:56:52.1110297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2025-12-04T09:56:52.1114640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2025-12-04T09:56:52.1119117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2025-12-04T09:56:52.1124395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2025-12-04T09:56:52.1129503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2025-12-04T09:56:52.1134350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1139348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1143889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2025-12-04T09:56:52.1148540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2025-12-04T09:56:52.1153549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2025-12-04T09:56:52.1158235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2025-12-04T09:56:52.1162613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2025-12-04T09:56:52.1170516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2025-12-04T09:56:52.1175166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2025-12-04T09:56:52.1180477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1185212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1189858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2025-12-04T09:56:52.1194690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2025-12-04T09:56:52.1199329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2025-12-04T09:56:52.1203895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2025-12-04T09:56:52.1208227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2025-12-04T09:56:52.1213577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2025-12-04T09:56:52.1218049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2025-12-04T09:56:52.1223379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1227824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2025-12-04T09:56:52.1232548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2025-12-04T09:56:52.1237509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2025-12-04T09:56:52.1242526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1249159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2025-12-04T09:56:52.1252629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2025-12-04T09:56:52.1257682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2025-12-04T09:56:52.1263339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1268488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2025-12-04T09:56:52.1280459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2025-12-04T09:56:52.1281013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2025-12-04T09:56:52.1285652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2025-12-04T09:56:52.1290078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2025-12-04T09:56:52.1294639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2025-12-04T09:56:52.1299522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2025-12-04T09:56:52.1304735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1309527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1314513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2025-12-04T09:56:52.1319547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2025-12-04T09:56:52.1324506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2025-12-04T09:56:52.1329449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2025-12-04T09:56:52.1334781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2025-12-04T09:56:52.1339632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2025-12-04T09:56:52.1344712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2025-12-04T09:56:52.1349236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1353771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2025-12-04T09:56:52.1359074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2025-12-04T09:56:52.1363534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2025-12-04T09:56:52.1367943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1373104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1377704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2025-12-04T09:56:52.1383911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2025-12-04T09:56:52.1388364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2025-12-04T09:56:52.1393174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2025-12-04T09:56:52.1397603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2025-12-04T09:56:52.1402759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2025-12-04T09:56:52.1407013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split.h 2025-12-04T09:56:52.1411465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1416124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1420177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2025-12-04T09:56:52.1424420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1429062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1433327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2025-12-04T09:56:52.1438071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2025-12-04T09:56:52.1442243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_native.h 2025-12-04T09:56:52.1446648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2025-12-04T09:56:52.1450983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2025-12-04T09:56:52.1455619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1460112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2025-12-04T09:56:52.1464810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1469644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1474137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2025-12-04T09:56:52.1478808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2025-12-04T09:56:52.1483148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2025-12-04T09:56:52.1487632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2025-12-04T09:56:52.1492420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2025-12-04T09:56:52.1496725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2025-12-04T09:56:52.1501254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1505334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2025-12-04T09:56:52.1509514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2025-12-04T09:56:52.1513695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2025-12-04T09:56:52.1518089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2025-12-04T09:56:52.1522927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2025-12-04T09:56:52.1526835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2025-12-04T09:56:52.1530605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\square.h 2025-12-04T09:56:52.1534588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1538989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\square_native.h 2025-12-04T09:56:52.1543228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2025-12-04T09:56:52.1547379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2025-12-04T09:56:52.1551336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1555986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1560345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2025-12-04T09:56:52.1564676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1568773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1572922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2025-12-04T09:56:52.1577243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2025-12-04T09:56:52.1581608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2025-12-04T09:56:52.1586123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2025-12-04T09:56:52.1590391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2025-12-04T09:56:52.1594414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1598759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2025-12-04T09:56:52.1603126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2025-12-04T09:56:52.1607522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2025-12-04T09:56:52.1611801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2025-12-04T09:56:52.1616314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stack.h 2025-12-04T09:56:52.1620949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1625417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2025-12-04T09:56:52.1629449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2025-12-04T09:56:52.1634050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std.h 2025-12-04T09:56:52.1638293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1642631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2025-12-04T09:56:52.1646746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2025-12-04T09:56:52.1651740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2025-12-04T09:56:52.1656085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1660419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1664683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2025-12-04T09:56:52.1669183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2025-12-04T09:56:52.1673672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2025-12-04T09:56:52.1678258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2025-12-04T09:56:52.1682669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_native.h 2025-12-04T09:56:52.1686960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2025-12-04T09:56:52.1691040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stft.h 2025-12-04T09:56:52.1695624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1700703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2025-12-04T09:56:52.1704746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2025-12-04T09:56:52.1708744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stride.h 2025-12-04T09:56:52.1713457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1717966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2025-12-04T09:56:52.1721945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2025-12-04T09:56:52.1726735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub.h 2025-12-04T09:56:52.1731361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\subtract.h 2025-12-04T09:56:52.1735384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1740011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2025-12-04T09:56:52.1744394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2025-12-04T09:56:52.1749179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1753880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1758407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2025-12-04T09:56:52.1762772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2025-12-04T09:56:52.1766768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2025-12-04T09:56:52.1771104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2025-12-04T09:56:52.1775786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2025-12-04T09:56:52.1780417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2025-12-04T09:56:52.1784428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum.h 2025-12-04T09:56:52.1788866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.1793931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1798394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1802894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2025-12-04T09:56:52.1807179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2025-12-04T09:56:52.1811643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2025-12-04T09:56:52.1816646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2025-12-04T09:56:52.1821468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2025-12-04T09:56:52.1826587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2025-12-04T09:56:52.1831452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2025-12-04T09:56:52.1836615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1843745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2025-12-04T09:56:52.1848756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2025-12-04T09:56:52.1853712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\svd.h 2025-12-04T09:56:52.1858451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1863278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2025-12-04T09:56:52.1868388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2025-12-04T09:56:52.1872249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2025-12-04T09:56:52.1876542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1881016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2025-12-04T09:56:52.1885737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2025-12-04T09:56:52.1890266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2025-12-04T09:56:52.1895008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1899602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2025-12-04T09:56:52.1903567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2025-12-04T09:56:52.1907643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2025-12-04T09:56:52.1912627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1916859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2025-12-04T09:56:52.1921073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.1925576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2025-12-04T09:56:52.1929872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2025-12-04T09:56:52.1934086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2025-12-04T09:56:52.1938836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2025-12-04T09:56:52.1943440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_is_contiguous.h 2025-12-04T09:56:52.1947921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_is_contiguous_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1952190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_is_contiguous_native.h 2025-12-04T09:56:52.1956402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_is_contiguous_ops.h 2025-12-04T09:56:52.1960972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2025-12-04T09:56:52.1965284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1969640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2025-12-04T09:56:52.1974307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2025-12-04T09:56:52.1978814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2025-12-04T09:56:52.1983097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.1987301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2025-12-04T09:56:52.1991478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2025-12-04T09:56:52.1995575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2025-12-04T09:56:52.2000247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2033896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2025-12-04T09:56:52.2038149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2025-12-04T09:56:52.2042636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2025-12-04T09:56:52.2047048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2051833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2025-12-04T09:56:52.2056020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2025-12-04T09:56:52.2060074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t.h 2025-12-04T09:56:52.2064149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take.h 2025-12-04T09:56:52.2068182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2025-12-04T09:56:52.2072552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2076787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2025-12-04T09:56:52.2081017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2025-12-04T09:56:52.2085251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2025-12-04T09:56:52.2089231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2025-12-04T09:56:52.2093236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_native.h 2025-12-04T09:56:52.2097493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2025-12-04T09:56:52.2101323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan.h 2025-12-04T09:56:52.2105107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh.h 2025-12-04T09:56:52.2109170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2025-12-04T09:56:52.2113882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2117862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2025-12-04T09:56:52.2122031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2025-12-04T09:56:52.2126344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2025-12-04T09:56:52.2130813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2025-12-04T09:56:52.2135216Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2025-12-04T09:56:52.2139842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2025-12-04T09:56:52.2144261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2148875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2025-12-04T09:56:52.2153253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2025-12-04T09:56:52.2157536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2025-12-04T09:56:52.2161652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2025-12-04T09:56:52.2166067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2025-12-04T09:56:52.2170598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2025-12-04T09:56:52.2174700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2179028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2025-12-04T09:56:52.2183669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2025-12-04T09:56:52.2187862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2025-12-04T09:56:52.2191906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2025-12-04T09:56:52.2196172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2025-12-04T09:56:52.2200483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2025-12-04T09:56:52.2204488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensor.h 2025-12-04T09:56:52.2209056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2025-12-04T09:56:52.2213799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2217986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2025-12-04T09:56:52.2222355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2025-12-04T09:56:52.2226642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2025-12-04T09:56:52.2231461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2235904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2025-12-04T09:56:52.2240594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2025-12-04T09:56:52.2245057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2025-12-04T09:56:52.2249224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2284526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2025-12-04T09:56:52.2288582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2025-12-04T09:56:52.2292808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold.h 2025-12-04T09:56:52.2297036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2025-12-04T09:56:52.2301590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2306375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2025-12-04T09:56:52.2310868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2025-12-04T09:56:52.2315531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2025-12-04T09:56:52.2320734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2025-12-04T09:56:52.2325768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2025-12-04T09:56:52.2330948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2025-12-04T09:56:52.2335462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2339914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2025-12-04T09:56:52.2344514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2025-12-04T09:56:52.2349946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2025-12-04T09:56:52.2354726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2025-12-04T09:56:52.2359528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2025-12-04T09:56:52.2364605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2025-12-04T09:56:52.2368874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tile.h 2025-12-04T09:56:52.2373484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2377824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2025-12-04T09:56:52.2381982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2025-12-04T09:56:52.2386341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to.h 2025-12-04T09:56:52.2390740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk.h 2025-12-04T09:56:52.2395647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2399522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2025-12-04T09:56:52.2403888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2025-12-04T09:56:52.2408011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2025-12-04T09:56:52.2412339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2025-12-04T09:56:52.2416461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2025-12-04T09:56:52.2420577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2025-12-04T09:56:52.2424809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2428611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2025-12-04T09:56:52.2432930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2025-12-04T09:56:52.2437755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2442364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2025-12-04T09:56:52.2446453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2025-12-04T09:56:52.2450721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2455217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2025-12-04T09:56:52.2459632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2025-12-04T09:56:52.2463636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2025-12-04T09:56:52.2467965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2025-12-04T09:56:52.2473064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2477247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2025-12-04T09:56:52.2481485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2025-12-04T09:56:52.2486191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2490638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2025-12-04T09:56:52.2494954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2025-12-04T09:56:52.2499214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2025-12-04T09:56:52.2503640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_native.h 2025-12-04T09:56:52.2507727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2025-12-04T09:56:52.2511373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2025-12-04T09:56:52.2515497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2519727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2025-12-04T09:56:52.2524162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2025-12-04T09:56:52.2528650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2025-12-04T09:56:52.2532634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2025-12-04T09:56:52.2536990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2541462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2025-12-04T09:56:52.2545540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2025-12-04T09:56:52.2550257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2025-12-04T09:56:52.2555072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2559463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2025-12-04T09:56:52.2563771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2025-12-04T09:56:52.2568221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2573045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2025-12-04T09:56:52.2577609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2582129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2025-12-04T09:56:52.2586327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2025-12-04T09:56:52.2590675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2025-12-04T09:56:52.2595035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2599786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2025-12-04T09:56:52.2604203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2025-12-04T09:56:52.2608423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2025-12-04T09:56:52.2612745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2025-12-04T09:56:52.2617547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace.h 2025-12-04T09:56:52.2621641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2025-12-04T09:56:52.2626031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2630368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2025-12-04T09:56:52.2634893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2025-12-04T09:56:52.2639663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2644087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2025-12-04T09:56:52.2648347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2025-12-04T09:56:52.2652921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2025-12-04T09:56:52.2657268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2025-12-04T09:56:52.2661615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose.h 2025-12-04T09:56:52.2666130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2670850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2675391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2025-12-04T09:56:52.2680021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2684612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2688899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2025-12-04T09:56:52.2693124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2025-12-04T09:56:52.2697633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2025-12-04T09:56:52.2701966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2025-12-04T09:56:52.2706882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2025-12-04T09:56:52.2711540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2716081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2025-12-04T09:56:52.2720516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2025-12-04T09:56:52.2724785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapz.h 2025-12-04T09:56:52.2728957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2733147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2025-12-04T09:56:52.2737088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2025-12-04T09:56:52.2741867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2025-12-04T09:56:52.2746626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2750956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2025-12-04T09:56:52.2755332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2025-12-04T09:56:52.2759591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2025-12-04T09:56:52.2763949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2025-12-04T09:56:52.2768354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2025-12-04T09:56:52.2772807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2025-12-04T09:56:52.2777184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril.h 2025-12-04T09:56:52.2781451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2786373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2025-12-04T09:56:52.2790752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2025-12-04T09:56:52.2794929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2025-12-04T09:56:52.2799468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2804051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2025-12-04T09:56:52.2808669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2025-12-04T09:56:52.2813156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2025-12-04T09:56:52.2818002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2025-12-04T09:56:52.2823021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2025-12-04T09:56:52.2828356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2025-12-04T09:56:52.2832731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2025-12-04T09:56:52.2837417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2025-12-04T09:56:52.2842686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2025-12-04T09:56:52.2848321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2852422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2025-12-04T09:56:52.2857392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2025-12-04T09:56:52.2862639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu.h 2025-12-04T09:56:52.2867021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2871315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2025-12-04T09:56:52.2875573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2025-12-04T09:56:52.2880073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2025-12-04T09:56:52.2884594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.2888676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2025-12-04T09:56:52.2892799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2025-12-04T09:56:52.2897438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2025-12-04T09:56:52.2902137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2025-12-04T09:56:52.2906445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2025-12-04T09:56:52.2910627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2025-12-04T09:56:52.2915251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2025-12-04T09:56:52.2919679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2025-12-04T09:56:52.2925355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2025-12-04T09:56:52.2929637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2934020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2025-12-04T09:56:52.2938518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2025-12-04T09:56:52.2942857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc.h 2025-12-04T09:56:52.2947144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.2951672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2025-12-04T09:56:52.2955759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2025-12-04T09:56:52.2959987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2025-12-04T09:56:52.2964146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2025-12-04T09:56:52.2968813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2025-12-04T09:56:52.2973249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2025-12-04T09:56:52.2977760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\type_as.h 2025-12-04T09:56:52.2982294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.2987533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2025-12-04T09:56:52.2991779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2025-12-04T09:56:52.2996275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3000471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2025-12-04T09:56:52.3005108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.3009711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3013979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2025-12-04T09:56:52.3018473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2025-12-04T09:56:52.3023795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_native.h 2025-12-04T09:56:52.3028338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2025-12-04T09:56:52.3032190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind.h 2025-12-04T09:56:52.3036581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3040992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.3046403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2025-12-04T09:56:52.3051247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.3056040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3061126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2025-12-04T09:56:52.3065981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2025-12-04T09:56:52.3071713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2025-12-04T09:56:52.3075079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2025-12-04T09:56:52.3079692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2025-12-04T09:56:52.3084454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.3090653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2025-12-04T09:56:52.3093386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.3098581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2025-12-04T09:56:52.3103539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2025-12-04T09:56:52.3107441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2025-12-04T09:56:52.3111735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2025-12-04T09:56:52.3116231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold.h 2025-12-04T09:56:52.3121792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2025-12-04T09:56:52.3124438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3129451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2025-12-04T09:56:52.3135253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2025-12-04T09:56:52.3141389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2025-12-04T09:56:52.3144499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2025-12-04T09:56:52.3149042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2025-12-04T09:56:52.3154123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.3160132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3163255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2025-12-04T09:56:52.3169261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2025-12-04T09:56:52.3193735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2025-12-04T09:56:52.3194471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2025-12-04T09:56:52.3195181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2025-12-04T09:56:52.3195850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2025-12-04T09:56:52.3198602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2025-12-04T09:56:52.3199449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform.h 2025-12-04T09:56:52.3201895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.3207024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2025-12-04T09:56:52.4022203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2025-12-04T09:56:52.4026342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2025-12-04T09:56:52.4031514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2025-12-04T09:56:52.4035792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2025-12-04T09:56:52.4040381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2025-12-04T09:56:52.4044930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4049339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2025-12-04T09:56:52.4053595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2025-12-04T09:56:52.4058049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2025-12-04T09:56:52.4062574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2025-12-04T09:56:52.4067225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2025-12-04T09:56:52.4071690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4076126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2025-12-04T09:56:52.4080948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4085572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2025-12-04T09:56:52.4090598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2025-12-04T09:56:52.4095392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2025-12-04T09:56:52.4100067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2025-12-04T09:56:52.4106178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2025-12-04T09:56:52.4111135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2025-12-04T09:56:52.4115809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2025-12-04T09:56:52.4120281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2025-12-04T09:56:52.4124851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2025-12-04T09:56:52.4130092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4134651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2025-12-04T09:56:52.4139420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2025-12-04T09:56:52.4144151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2025-12-04T09:56:52.4149229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4153742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2025-12-04T09:56:52.4158572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2025-12-04T09:56:52.4162954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2025-12-04T09:56:52.4168947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4173977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2025-12-04T09:56:52.4178991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2025-12-04T09:56:52.4183326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2025-12-04T09:56:52.4187688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4192352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2025-12-04T09:56:52.4196797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4201291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4206453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2025-12-04T09:56:52.4211329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2025-12-04T09:56:52.4215609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2025-12-04T09:56:52.4220185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2025-12-04T09:56:52.4224606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2025-12-04T09:56:52.4230532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2025-12-04T09:56:52.4235182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4239742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4244179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4248564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2025-12-04T09:56:52.4253240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2025-12-04T09:56:52.4258062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2025-12-04T09:56:52.4263194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2025-12-04T09:56:52.4268085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4272766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4276959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2025-12-04T09:56:52.4281267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2025-12-04T09:56:52.4285981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2025-12-04T09:56:52.4291066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2025-12-04T09:56:52.4295806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2025-12-04T09:56:52.4302007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2025-12-04T09:56:52.4306946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2025-12-04T09:56:52.4311464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2025-12-04T09:56:52.4316173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4321414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4326101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4331500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2025-12-04T09:56:52.4336837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2025-12-04T09:56:52.4342445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2025-12-04T09:56:52.4347379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2025-12-04T09:56:52.4352850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4358849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4363828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4368781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2025-12-04T09:56:52.4373868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2025-12-04T09:56:52.4378918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2025-12-04T09:56:52.4383670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2025-12-04T09:56:52.4388387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2025-12-04T09:56:52.4392944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2025-12-04T09:56:52.4397636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2025-12-04T09:56:52.4401987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2025-12-04T09:56:52.4407278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4412274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4416682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4421373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2025-12-04T09:56:52.4426315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2025-12-04T09:56:52.4430832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2025-12-04T09:56:52.4436224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2025-12-04T09:56:52.4441246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4445740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4450595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2025-12-04T09:56:52.4455593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2025-12-04T09:56:52.4460761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2025-12-04T09:56:52.4465845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2025-12-04T09:56:52.4470208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2025-12-04T09:56:52.4474576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2025-12-04T09:56:52.4478872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2025-12-04T09:56:52.4483099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2025-12-04T09:56:52.4488141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4493409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4502560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4507059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2025-12-04T09:56:52.4511249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2025-12-04T09:56:52.4515532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2025-12-04T09:56:52.4520114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2025-12-04T09:56:52.4524586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4528958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4542684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2025-12-04T09:56:52.4543721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2025-12-04T09:56:52.4547168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2025-12-04T09:56:52.4553056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2025-12-04T09:56:52.4557734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2025-12-04T09:56:52.4562213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2025-12-04T09:56:52.4566651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2025-12-04T09:56:52.4571720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2025-12-04T09:56:52.4576338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4580935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4585498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4590165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2025-12-04T09:56:52.4594796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2025-12-04T09:56:52.4599156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2025-12-04T09:56:52.4604023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2025-12-04T09:56:52.4608952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4613312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4618285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4622890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2025-12-04T09:56:52.4627430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2025-12-04T09:56:52.4632007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2025-12-04T09:56:52.4636617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2025-12-04T09:56:52.4642315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2025-12-04T09:56:52.4645701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2025-12-04T09:56:52.4649901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2025-12-04T09:56:52.4654293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2025-12-04T09:56:52.4659362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4663873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4668675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4673565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2025-12-04T09:56:52.4678547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2025-12-04T09:56:52.4683205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2025-12-04T09:56:52.4687562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2025-12-04T09:56:52.4692195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4696779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4701244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2025-12-04T09:56:52.4705966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2025-12-04T09:56:52.4711081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2025-12-04T09:56:52.4716214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2025-12-04T09:56:52.4720791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2025-12-04T09:56:52.4725210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2025-12-04T09:56:52.4731879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2025-12-04T09:56:52.4736768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2025-12-04T09:56:52.4742059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4746919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2025-12-04T09:56:52.4751481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2025-12-04T09:56:52.4755881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2025-12-04T09:56:52.4761076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2025-12-04T09:56:52.4766422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2025-12-04T09:56:52.4771437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2025-12-04T09:56:52.4776978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4781811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4786509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2025-12-04T09:56:52.4791080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2025-12-04T09:56:52.4795799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2025-12-04T09:56:52.4800264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2025-12-04T09:56:52.4804842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2025-12-04T09:56:52.4809418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2025-12-04T09:56:52.4813819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values.h 2025-12-04T09:56:52.4818427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4823112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2025-12-04T09:56:52.4828124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.4832639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4837285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2025-12-04T09:56:52.4843017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2025-12-04T09:56:52.4848175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_native.h 2025-12-04T09:56:52.4853172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2025-12-04T09:56:52.4858124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2025-12-04T09:56:52.4862708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4868470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2025-12-04T09:56:52.4873429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2025-12-04T09:56:52.4878146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vander.h 2025-12-04T09:56:52.4882704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4887365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2025-12-04T09:56:52.4891848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2025-12-04T09:56:52.4896707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var.h 2025-12-04T09:56:52.4901364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4906544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2025-12-04T09:56:52.4911448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2025-12-04T09:56:52.4916209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2025-12-04T09:56:52.4920473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4927110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.4932166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2025-12-04T09:56:52.4937667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2025-12-04T09:56:52.4943712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2025-12-04T09:56:52.4948624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2025-12-04T09:56:52.4953680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_native.h 2025-12-04T09:56:52.4959310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2025-12-04T09:56:52.4964487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot.h 2025-12-04T09:56:52.4969771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.4975171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2025-12-04T09:56:52.4980384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2025-12-04T09:56:52.4985118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2025-12-04T09:56:52.4989910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2025-12-04T09:56:52.4994025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view.h 2025-12-04T09:56:52.4997712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as.h 2025-12-04T09:56:52.5002008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2025-12-04T09:56:52.5007896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2025-12-04T09:56:52.5012853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.5016809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.5021292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2025-12-04T09:56:52.5025725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2025-12-04T09:56:52.5030455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2025-12-04T09:56:52.5034784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2025-12-04T09:56:52.5039203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2025-12-04T09:56:52.5044806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2025-12-04T09:56:52.5049065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2025-12-04T09:56:52.5053654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.5057783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2025-12-04T09:56:52.5062822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2025-12-04T09:56:52.5067083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2025-12-04T09:56:52.5071283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2025-12-04T09:56:52.5075917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.5080467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.5086255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2025-12-04T09:56:52.5091329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2025-12-04T09:56:52.5096034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2025-12-04T09:56:52.5100702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2025-12-04T09:56:52.5105580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2025-12-04T09:56:52.5112712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2025-12-04T09:56:52.5117243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2025-12-04T09:56:52.5121557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.5126167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2025-12-04T09:56:52.5130814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.5135166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.5140455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2025-12-04T09:56:52.5145465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2025-12-04T09:56:52.5149864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2025-12-04T09:56:52.5154073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2025-12-04T09:56:52.5159523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2025-12-04T09:56:52.5164265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_native.h 2025-12-04T09:56:52.5168516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2025-12-04T09:56:52.5173293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2025-12-04T09:56:52.5177508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.5182629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2025-12-04T09:56:52.5186769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2025-12-04T09:56:52.5191321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vstack.h 2025-12-04T09:56:52.5195479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.5199803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2025-12-04T09:56:52.5205305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2025-12-04T09:56:52.5210118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where.h 2025-12-04T09:56:52.5215591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.5219845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2025-12-04T09:56:52.5224433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2025-12-04T09:56:52.5228994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where_native.h 2025-12-04T09:56:52.5233678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2025-12-04T09:56:52.5237975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2025-12-04T09:56:52.5242455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.5248211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.5252833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2025-12-04T09:56:52.6508414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2025-12-04T09:56:52.6512397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2025-12-04T09:56:52.6517293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2025-12-04T09:56:52.6521884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2025-12-04T09:56:52.6526277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2025-12-04T09:56:52.6530489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xor.h 2025-12-04T09:56:52.6534838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.6538941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2025-12-04T09:56:52.6543083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2025-12-04T09:56:52.6546899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero.h 2025-12-04T09:56:52.6550866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros.h 2025-12-04T09:56:52.6555635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6559836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2025-12-04T09:56:52.6564422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6568520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-12-04T09:56:52.6572488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2025-12-04T09:56:52.6576648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2025-12-04T09:56:52.6581011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2025-12-04T09:56:52.6585870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2025-12-04T09:56:52.6591312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6595813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2025-12-04T09:56:52.6599983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2025-12-04T09:56:52.6604129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2025-12-04T09:56:52.6608429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2025-12-04T09:56:52.6612437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2025-12-04T09:56:52.6616249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2025-12-04T09:56:52.6621167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2025-12-04T09:56:52.6625713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6629997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2025-12-04T09:56:52.6634732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2025-12-04T09:56:52.6639351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2025-12-04T09:56:52.6644036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2025-12-04T09:56:52.6649411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6653814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2025-12-04T09:56:52.6658590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2025-12-04T09:56:52.6665380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2025-12-04T09:56:52.6670736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2025-12-04T09:56:52.6675487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2025-12-04T09:56:52.6680239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2025-12-04T09:56:52.6684787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6689103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-12-04T09:56:52.6693747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-12-04T09:56:52.6698198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2025-12-04T09:56:52.6702792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2025-12-04T09:56:52.6707526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6711962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2025-12-04T09:56:52.6716398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2025-12-04T09:56:52.6720816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2025-12-04T09:56:52.6725276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2025-12-04T09:56:52.6730062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2025-12-04T09:56:52.6735012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.6739213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2025-12-04T09:56:52.6743865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2025-12-04T09:56:52.6748494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2025-12-04T09:56:52.6754528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2025-12-04T09:56:52.6760076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2025-12-04T09:56:52.6765259Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2025-12-04T09:56:52.6770150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2025-12-04T09:56:52.6775247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.6780014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2025-12-04T09:56:52.6785129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2025-12-04T09:56:52.6789684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2025-12-04T09:56:52.6796127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6800880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2025-12-04T09:56:52.6808278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2025-12-04T09:56:52.6816192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2025-12-04T09:56:52.6823620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2025-12-04T09:56:52.6830967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2025-12-04T09:56:52.6838044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6846166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2025-12-04T09:56:52.6851051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2025-12-04T09:56:52.6856614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2025-12-04T09:56:52.6861550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2025-12-04T09:56:52.6866997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2025-12-04T09:56:52.6872401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6877735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2025-12-04T09:56:52.6882847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2025-12-04T09:56:52.6888995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2025-12-04T09:56:52.6894406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2025-12-04T09:56:52.6899621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2025-12-04T09:56:52.6905190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6909832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2025-12-04T09:56:52.6915100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2025-12-04T09:56:52.6920876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2025-12-04T09:56:52.6927004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2025-12-04T09:56:52.6933013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2025-12-04T09:56:52.6938516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2025-12-04T09:56:52.6943241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2025-12-04T09:56:52.6947409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2025-12-04T09:56:52.6952084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2025-12-04T09:56:52.6957022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2025-12-04T09:56:52.6961946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2025-12-04T09:56:52.6966939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6972236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2025-12-04T09:56:52.6976375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2025-12-04T09:56:52.6980709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2025-12-04T09:56:52.6985395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.6989556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h 2025-12-04T09:56:52.6994228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2025-12-04T09:56:52.6999065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2025-12-04T09:56:52.7005582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2025-12-04T09:56:52.7009934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7014125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2025-12-04T09:56:52.7018427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2025-12-04T09:56:52.7022603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2025-12-04T09:56:52.7028182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7033928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2025-12-04T09:56:52.7038938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2025-12-04T09:56:52.7044671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_backward.h 2025-12-04T09:56:52.7050148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7055819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2025-12-04T09:56:52.7061352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2025-12-04T09:56:52.7066923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2025-12-04T09:56:52.7071681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2025-12-04T09:56:52.7077285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7081767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2025-12-04T09:56:52.7087254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2025-12-04T09:56:52.7616512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7745896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2025-12-04T09:56:52.7750222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2025-12-04T09:56:52.7755027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2025-12-04T09:56:52.7760672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.7765651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2025-12-04T09:56:52.7770367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2025-12-04T09:56:52.7774965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2025-12-04T09:56:52.7780121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.7784619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2025-12-04T09:56:52.7789264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2025-12-04T09:56:52.7793958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2025-12-04T09:56:52.7799452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2025-12-04T09:56:52.7803810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2025-12-04T09:56:52.7808119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7812547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2025-12-04T09:56:52.7816878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2025-12-04T09:56:52.7821402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2025-12-04T09:56:52.7826883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7831553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2025-12-04T09:56:52.7836116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2025-12-04T09:56:52.7840382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2025-12-04T09:56:52.7845046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7849416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2025-12-04T09:56:52.7854247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2025-12-04T09:56:52.7859232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2025-12-04T09:56:52.7864496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7869217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2025-12-04T09:56:52.7874467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2025-12-04T09:56:52.7879690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2025-12-04T09:56:52.7885136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7889937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2025-12-04T09:56:52.7895211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2025-12-04T09:56:52.7900393Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2025-12-04T09:56:52.7905789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7911177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2025-12-04T09:56:52.7916100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2025-12-04T09:56:52.7921175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2025-12-04T09:56:52.7926421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7931402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2025-12-04T09:56:52.7937048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2025-12-04T09:56:52.7941507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2025-12-04T09:56:52.7946306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.7950665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2025-12-04T09:56:52.7955240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2025-12-04T09:56:52.7959814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2025-12-04T09:56:52.7964687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.7969173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2025-12-04T09:56:52.7973897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2025-12-04T09:56:52.7978257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2025-12-04T09:56:52.7982554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2025-12-04T09:56:52.7987314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2025-12-04T09:56:52.7991617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.7995992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2025-12-04T09:56:52.8000469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2025-12-04T09:56:52.8004961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2025-12-04T09:56:52.8009412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2025-12-04T09:56:52.8013948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2025-12-04T09:56:52.8018365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8023035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2025-12-04T09:56:52.8027457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2025-12-04T09:56:52.8031998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2025-12-04T09:56:52.8036223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2025-12-04T09:56:52.8040424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2025-12-04T09:56:52.8044798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8048923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2025-12-04T09:56:52.8053446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2025-12-04T09:56:52.8057680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2025-12-04T09:56:52.8062110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8066261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2025-12-04T09:56:52.8070843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2025-12-04T09:56:52.8075572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2025-12-04T09:56:52.8079725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2025-12-04T09:56:52.8083965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2025-12-04T09:56:52.8088213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8092709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2025-12-04T09:56:52.8096719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2025-12-04T09:56:52.8100921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2025-12-04T09:56:52.8105324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8109591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2025-12-04T09:56:52.8114202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2025-12-04T09:56:52.8118669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2025-12-04T09:56:52.8122888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2025-12-04T09:56:52.8127118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2025-12-04T09:56:52.8131368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2025-12-04T09:56:52.8135735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2025-12-04T09:56:52.8140002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj.h 2025-12-04T09:56:52.8144318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8148212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2025-12-04T09:56:52.8152630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.8156928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8161314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2025-12-04T09:56:52.8165523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2025-12-04T09:56:52.8170217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2025-12-04T09:56:52.8174596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2025-12-04T09:56:52.8179162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2025-12-04T09:56:52.8183687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8188164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2025-12-04T09:56:52.8193484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2025-12-04T09:56:52.8197838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2025-12-04T09:56:52.8202643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.8207594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2025-12-04T09:56:52.8212487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2025-12-04T09:56:52.8216806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2025-12-04T09:56:52.8221270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2025-12-04T09:56:52.8225979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2025-12-04T09:56:52.8230528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2025-12-04T09:56:52.8236652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2025-12-04T09:56:52.8241281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:52.8245952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2025-12-04T09:56:52.8250674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2025-12-04T09:56:52.8255434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2025-12-04T09:56:52.8260037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2025-12-04T09:56:52.8264622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2025-12-04T09:56:52.8269140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2025-12-04T09:56:52.8273747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2025-12-04T09:56:52.8278599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2025-12-04T09:56:52.8282952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h 2025-12-04T09:56:52.8287585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h 2025-12-04T09:56:52.8292042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h 2025-12-04T09:56:52.8296991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h 2025-12-04T09:56:52.8302010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2025-12-04T09:56:52.8306597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2025-12-04T09:56:52.8311028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2025-12-04T09:56:52.8315535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8320175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8324813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2025-12-04T09:56:52.8331892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8336526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2025-12-04T09:56:52.8341033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2025-12-04T09:56:52.8345645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2025-12-04T09:56:52.8350506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8354889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2025-12-04T09:56:52.8360685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2025-12-04T09:56:52.8365781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2025-12-04T09:56:52.8371252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2025-12-04T09:56:52.8376108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2025-12-04T09:56:52.8381557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2025-12-04T09:56:52.8386433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2025-12-04T09:56:52.8427721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2025-12-04T09:56:52.8432149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2025-12-04T09:56:52.8436604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2025-12-04T09:56:52.8441497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8445899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2025-12-04T09:56:52.8450069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2025-12-04T09:56:52.8455717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8460241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2025-12-04T09:56:52.8465064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2025-12-04T09:56:52.8469472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2025-12-04T09:56:52.8473672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2025-12-04T09:56:52.8477818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2025-12-04T09:56:52.8482122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2025-12-04T09:56:52.8486843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2025-12-04T09:56:52.8491252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2025-12-04T09:56:52.8495990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2025-12-04T09:56:52.8500918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2025-12-04T09:56:52.8505333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2025-12-04T09:56:52.8509578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2025-12-04T09:56:52.8514256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2025-12-04T09:56:52.8518636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2025-12-04T09:56:52.8523095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2025-12-04T09:56:52.8527429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2025-12-04T09:56:52.8532157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8536371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2025-12-04T09:56:52.8540762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2025-12-04T09:56:52.8545392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2025-12-04T09:56:52.8549925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2025-12-04T09:56:52.8554728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8559082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2025-12-04T09:56:52.8563487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2025-12-04T09:56:52.8567996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2025-12-04T09:56:52.8572442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2025-12-04T09:56:52.8577088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2025-12-04T09:56:52.8581466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_backward.h 2025-12-04T09:56:52.8585931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_backward_cuda_dispatch.h 2025-12-04T09:56:52.8590374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_backward_native.h 2025-12-04T09:56:52.8594687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_backward_ops.h 2025-12-04T09:56:52.8598867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward.h 2025-12-04T09:56:52.8603198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h 2025-12-04T09:56:52.8607776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_native.h 2025-12-04T09:56:52.8612230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_ops.h 2025-12-04T09:56:52.8616801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2025-12-04T09:56:52.8621275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8625590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2025-12-04T09:56:52.8630054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2025-12-04T09:56:52.8634123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2025-12-04T09:56:52.8638327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2025-12-04T09:56:52.8643074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8647698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2025-12-04T09:56:52.8652022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2025-12-04T09:56:52.8656355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2025-12-04T09:56:52.8661046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2025-12-04T09:56:52.8665533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2025-12-04T09:56:52.8670484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8674998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2025-12-04T09:56:52.8679427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2025-12-04T09:56:52.8683904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2025-12-04T09:56:52.8689279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8693843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2025-12-04T09:56:52.8698596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2025-12-04T09:56:52.8703281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8708014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2025-12-04T09:56:52.8712559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2025-12-04T09:56:52.8717172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2025-12-04T09:56:52.8721499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2025-12-04T09:56:52.8726834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2025-12-04T09:56:52.8732409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2025-12-04T09:56:52.8738596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8743991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2025-12-04T09:56:52.8749325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2025-12-04T09:56:52.8754895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2025-12-04T09:56:52.8760437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8766044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2025-12-04T09:56:52.8771569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2025-12-04T09:56:52.8777532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2025-12-04T09:56:52.8783458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8789505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2025-12-04T09:56:52.8795774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2025-12-04T09:56:52.8801429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2025-12-04T09:56:52.8807328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8813288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2025-12-04T09:56:52.8818839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2025-12-04T09:56:52.8824570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2025-12-04T09:56:52.8829254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2025-12-04T09:56:52.8833722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2025-12-04T09:56:52.8838271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2025-12-04T09:56:52.8842463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2025-12-04T09:56:52.8847121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2025-12-04T09:56:52.8851852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2025-12-04T09:56:52.8856335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2025-12-04T09:56:52.8860917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2025-12-04T09:56:52.8866368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2025-12-04T09:56:52.8871850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2025-12-04T09:56:52.8877012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8883360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2025-12-04T09:56:52.8889691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2025-12-04T09:56:52.8895181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2025-12-04T09:56:52.8900387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2025-12-04T09:56:52.8905391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2025-12-04T09:56:52.8910173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2025-12-04T09:56:52.8915087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2025-12-04T09:56:52.8919704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2025-12-04T09:56:52.8924883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2025-12-04T09:56:52.8935643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.8936476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2025-12-04T09:56:52.8938741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2025-12-04T09:56:52.8943332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2025-12-04T09:56:52.8948544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.8953139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2025-12-04T09:56:52.8957456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2025-12-04T09:56:52.8962758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2025-12-04T09:56:52.8967133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2025-12-04T09:56:52.8971439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h 2025-12-04T09:56:52.8975870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h 2025-12-04T09:56:52.8980137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h 2025-12-04T09:56:52.8984836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h 2025-12-04T09:56:52.8989663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h 2025-12-04T09:56:52.8993922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h 2025-12-04T09:56:52.8998294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h 2025-12-04T09:56:52.9002595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h 2025-12-04T09:56:52.9006777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2025-12-04T09:56:52.9011038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9015228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2025-12-04T09:56:52.9020302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2025-12-04T09:56:52.9024741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2025-12-04T09:56:52.9029009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2025-12-04T09:56:52.9033440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2025-12-04T09:56:52.9037721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2025-12-04T09:56:52.9042051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2025-12-04T09:56:52.9046430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2025-12-04T09:56:52.9050919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2025-12-04T09:56:52.9055408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2025-12-04T09:56:52.9060492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2025-12-04T09:56:52.9065067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2025-12-04T09:56:52.9069353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2025-12-04T09:56:52.9073907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2025-12-04T09:56:52.9078209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2025-12-04T09:56:52.9082565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2025-12-04T09:56:52.9086857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2025-12-04T09:56:52.9091148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2025-12-04T09:56:52.9095483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2025-12-04T09:56:52.9099949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9104494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2025-12-04T09:56:52.9108919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2025-12-04T09:56:52.9113297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2025-12-04T09:56:52.9117744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9122054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2025-12-04T09:56:52.9126523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2025-12-04T09:56:52.9131048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2025-12-04T09:56:52.9135348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2025-12-04T09:56:52.9139712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2025-12-04T09:56:52.9144280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9148636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2025-12-04T09:56:52.9153200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2025-12-04T09:56:52.9157767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2025-12-04T09:56:52.9162556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2025-12-04T09:56:52.9166888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2025-12-04T09:56:52.9171338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2025-12-04T09:56:52.9175944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2025-12-04T09:56:52.9181200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9186235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2025-12-04T09:56:52.9193660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2025-12-04T09:56:52.9197921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2025-12-04T09:56:52.9205925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2025-12-04T09:56:52.9211289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2025-12-04T09:56:52.9216096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:52.9220898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2025-12-04T09:56:52.9225896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2025-12-04T09:56:52.9230389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2025-12-04T09:56:52.9235089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9239606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2025-12-04T09:56:52.9244248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2025-12-04T09:56:52.9248723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2025-12-04T09:56:52.9253325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2025-12-04T09:56:52.9258199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9263203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2025-12-04T09:56:52.9267799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2025-12-04T09:56:52.9273670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2025-12-04T09:56:52.9278024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2025-12-04T09:56:52.9282873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9287419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2025-12-04T09:56:52.9292032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2025-12-04T09:56:52.9296519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2025-12-04T09:56:52.9301186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2025-12-04T09:56:52.9305743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2025-12-04T09:56:52.9310296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2025-12-04T09:56:52.9315409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2025-12-04T09:56:52.9320125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2025-12-04T09:56:52.9324933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9329483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2025-12-04T09:56:52.9334503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2025-12-04T09:56:52.9339548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2025-12-04T09:56:52.9344447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2025-12-04T09:56:52.9349433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2025-12-04T09:56:52.9354263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2025-12-04T09:56:52.9359442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2025-12-04T09:56:52.9364469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2025-12-04T09:56:52.9370693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2025-12-04T09:56:52.9376122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2025-12-04T09:56:52.9382217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9387563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2025-12-04T09:56:52.9392987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2025-12-04T09:56:52.9398101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2025-12-04T09:56:52.9402982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2025-12-04T09:56:52.9408037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2025-12-04T09:56:52.9413126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9417678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2025-12-04T09:56:52.9422739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2025-12-04T09:56:52.9427416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2025-12-04T09:56:52.9432206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2025-12-04T09:56:52.9436406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2025-12-04T09:56:52.9440373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2025-12-04T09:56:52.9445047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2025-12-04T09:56:52.9449512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2025-12-04T09:56:52.9454451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2025-12-04T09:56:52.9458741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2025-12-04T09:56:52.9462569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2025-12-04T09:56:52.9466826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2025-12-04T09:56:52.9471588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2025-12-04T09:56:52.9476392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2025-12-04T09:56:52.9480567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2025-12-04T09:56:52.9484729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2025-12-04T09:56:52.9488854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2025-12-04T09:56:52.9492969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2025-12-04T09:56:52.9497025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2025-12-04T09:56:52.9501330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2025-12-04T09:56:52.9505586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2025-12-04T09:56:52.9510385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2025-12-04T09:56:52.9514836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2025-12-04T09:56:52.9519188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2025-12-04T09:56:52.9523621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2025-12-04T09:56:52.9527785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2025-12-04T09:56:52.9531996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2025-12-04T09:56:52.9536222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2025-12-04T09:56:52.9540740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2025-12-04T09:56:52.9545104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2025-12-04T09:56:52.9549605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2025-12-04T09:56:52.9553754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2025-12-04T09:56:52.9557983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2025-12-04T09:56:52.9562180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9566293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2025-12-04T09:56:52.9570647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2025-12-04T09:56:52.9574877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2025-12-04T09:56:52.9579233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2025-12-04T09:56:52.9583477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9588158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2025-12-04T09:56:52.9592418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2025-12-04T09:56:52.9596675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2025-12-04T09:56:52.9601237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2025-12-04T09:56:52.9605574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9609825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2025-12-04T09:56:52.9614131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2025-12-04T09:56:52.9618505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2025-12-04T09:56:52.9622751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2025-12-04T09:56:52.9626863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2025-12-04T09:56:52.9660978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9665672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2025-12-04T09:56:52.9669944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2025-12-04T09:56:52.9674237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2025-12-04T09:56:52.9678930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2025-12-04T09:56:52.9683391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9687936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2025-12-04T09:56:52.9693321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2025-12-04T09:56:52.9697990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2025-12-04T09:56:52.9702630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9707081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2025-12-04T09:56:52.9711715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2025-12-04T09:56:52.9717276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2025-12-04T09:56:52.9721444Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2025-12-04T09:56:52.9726500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9731038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2025-12-04T09:56:52.9736109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2025-12-04T09:56:52.9740800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2025-12-04T09:56:52.9745338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2025-12-04T09:56:52.9750106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9756136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2025-12-04T09:56:52.9760850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2025-12-04T09:56:52.9765531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2025-12-04T09:56:52.9769914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2025-12-04T09:56:52.9774511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9779033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2025-12-04T09:56:52.9783366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2025-12-04T09:56:52.9788105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2025-12-04T09:56:52.9792636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2025-12-04T09:56:52.9797238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9801732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2025-12-04T09:56:52.9806301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2025-12-04T09:56:52.9811119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2025-12-04T09:56:52.9815174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2025-12-04T09:56:52.9820293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9824894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2025-12-04T09:56:52.9829744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2025-12-04T09:56:52.9833989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2025-12-04T09:56:52.9838467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2025-12-04T09:56:52.9843214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9847876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2025-12-04T09:56:52.9852221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2025-12-04T09:56:52.9857541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2025-12-04T09:56:52.9862474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2025-12-04T09:56:52.9867119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2025-12-04T09:56:52.9872600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9877967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2025-12-04T09:56:52.9882571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2025-12-04T09:56:52.9887825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2025-12-04T09:56:52.9893253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9898602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2025-12-04T09:56:52.9903820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2025-12-04T09:56:52.9909365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2025-12-04T09:56:52.9913601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2025-12-04T09:56:52.9918423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9922949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2025-12-04T09:56:52.9927337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2025-12-04T09:56:52.9931943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2025-12-04T09:56:52.9936164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2025-12-04T09:56:52.9940690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2025-12-04T09:56:52.9945431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9950006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2025-12-04T09:56:52.9954385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2025-12-04T09:56:52.9959929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2025-12-04T09:56:52.9965153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9969570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2025-12-04T09:56:52.9974139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2025-12-04T09:56:52.9978743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2025-12-04T09:56:52.9983202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2025-12-04T09:56:52.9988374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2025-12-04T09:56:52.9992833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:52.9997450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2025-12-04T09:56:53.0001793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2025-12-04T09:56:53.0006228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2025-12-04T09:56:53.0010701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0015445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2025-12-04T09:56:53.0019975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2025-12-04T09:56:53.0024635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2025-12-04T09:56:53.0029336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2025-12-04T09:56:53.0034101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0038848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2025-12-04T09:56:53.0043429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2025-12-04T09:56:53.0047975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2025-12-04T09:56:53.0052453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2025-12-04T09:56:53.0057174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0062347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2025-12-04T09:56:53.0066647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2025-12-04T09:56:53.0071041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2025-12-04T09:56:53.0075369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2025-12-04T09:56:53.0079777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0084047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2025-12-04T09:56:53.0088458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2025-12-04T09:56:53.0092793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2025-12-04T09:56:53.0097057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2025-12-04T09:56:53.0101950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0107154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2025-12-04T09:56:53.0111526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2025-12-04T09:56:53.0115970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2025-12-04T09:56:53.0120240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2025-12-04T09:56:53.0124332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2025-12-04T09:56:53.0128828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0133007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2025-12-04T09:56:53.0137753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2025-12-04T09:56:53.0142358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2025-12-04T09:56:53.0147022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2025-12-04T09:56:53.0151457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0155947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2025-12-04T09:56:53.0160518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2025-12-04T09:56:53.0165093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2025-12-04T09:56:53.0170100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2025-12-04T09:56:53.0174545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0180358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2025-12-04T09:56:53.0185031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2025-12-04T09:56:53.0190110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2025-12-04T09:56:53.0194781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0199274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2025-12-04T09:56:53.0204401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2025-12-04T09:56:53.0208968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2025-12-04T09:56:53.0213543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2025-12-04T09:56:53.0217823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2025-12-04T09:56:53.0222852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0228378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2025-12-04T09:56:53.0233048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2025-12-04T09:56:53.0237773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2025-12-04T09:56:53.0242402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0246900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2025-12-04T09:56:53.0251626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2025-12-04T09:56:53.0255964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2025-12-04T09:56:53.0260598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2025-12-04T09:56:53.0265322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0270052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2025-12-04T09:56:53.0274505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2025-12-04T09:56:53.0279158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2025-12-04T09:56:53.0283645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2025-12-04T09:56:53.0288334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0292731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2025-12-04T09:56:53.0297603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2025-12-04T09:56:53.0302568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2025-12-04T09:56:53.0306543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2025-12-04T09:56:53.0311269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0315878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2025-12-04T09:56:53.0320440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2025-12-04T09:56:53.0324797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2025-12-04T09:56:53.0329444Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2025-12-04T09:56:53.0334699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0339207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2025-12-04T09:56:53.0343396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2025-12-04T09:56:53.0347833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2025-12-04T09:56:53.0353756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2025-12-04T09:56:53.0358655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0363580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2025-12-04T09:56:53.0367862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2025-12-04T09:56:53.0372460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2025-12-04T09:56:53.0377005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2025-12-04T09:56:53.0382618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0387409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2025-12-04T09:56:53.0392927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2025-12-04T09:56:53.0398580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2025-12-04T09:56:53.0403831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2025-12-04T09:56:53.0408909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0413763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2025-12-04T09:56:53.0418814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2025-12-04T09:56:53.0423826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2025-12-04T09:56:53.0429977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt.h 2025-12-04T09:56:53.0435883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0441238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h 2025-12-04T09:56:53.0445413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_native.h 2025-12-04T09:56:53.0450122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_ops.h 2025-12-04T09:56:53.0484776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2025-12-04T09:56:53.0489248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0494372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2025-12-04T09:56:53.0498961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2025-12-04T09:56:53.0503303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2025-12-04T09:56:53.0508219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2025-12-04T09:56:53.0513277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0517891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2025-12-04T09:56:53.0522322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2025-12-04T09:56:53.0526778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2025-12-04T09:56:53.0531389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2025-12-04T09:56:53.0536309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2025-12-04T09:56:53.0540995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0545263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2025-12-04T09:56:53.0558793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2025-12-04T09:56:53.0559099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2025-12-04T09:56:53.0561826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0565899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2025-12-04T09:56:53.0570774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2025-12-04T09:56:53.0574912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2025-12-04T09:56:53.0579328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2025-12-04T09:56:53.0583639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0587887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2025-12-04T09:56:53.0592403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2025-12-04T09:56:53.0596707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2025-12-04T09:56:53.0600955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2025-12-04T09:56:53.0605578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0609859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2025-12-04T09:56:53.0614375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2025-12-04T09:56:53.0618607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2025-12-04T09:56:53.0623105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2025-12-04T09:56:53.0627357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2025-12-04T09:56:53.0631820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0636720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2025-12-04T09:56:53.0641300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2025-12-04T09:56:53.0645476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2025-12-04T09:56:53.0649969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0654460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2025-12-04T09:56:53.0659011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2025-12-04T09:56:53.0663300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2025-12-04T09:56:53.0667457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2025-12-04T09:56:53.0672336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0677228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2025-12-04T09:56:53.0683672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2025-12-04T09:56:53.0689607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2025-12-04T09:56:53.0694730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2025-12-04T09:56:53.0700294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0706146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2025-12-04T09:56:53.0711677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2025-12-04T09:56:53.0716415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2025-12-04T09:56:53.0720980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2025-12-04T09:56:53.0725480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2025-12-04T09:56:53.0730115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2025-12-04T09:56:53.0734690Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2025-12-04T09:56:53.0739233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2025-12-04T09:56:53.0744047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0748709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2025-12-04T09:56:53.0753649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2025-12-04T09:56:53.0758542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2025-12-04T09:56:53.0763909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0768695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2025-12-04T09:56:53.0773579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0778363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2025-12-04T09:56:53.0783243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2025-12-04T09:56:53.0788116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2025-12-04T09:56:53.0792770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2025-12-04T09:56:53.0797060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2025-12-04T09:56:53.0801758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0806604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2025-12-04T09:56:53.0810936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cuda_dispatch.h 2025-12-04T09:56:53.0815867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2025-12-04T09:56:53.0820821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2025-12-04T09:56:53.0827768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2025-12-04T09:56:53.0832202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2025-12-04T09:56:53.0836732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0841634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2025-12-04T09:56:53.0846294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2025-12-04T09:56:53.0850772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2025-12-04T09:56:53.0855156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2025-12-04T09:56:53.0860634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0865177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2025-12-04T09:56:53.0869942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2025-12-04T09:56:53.0874542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2025-12-04T09:56:53.0879192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2025-12-04T09:56:53.0884120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2025-12-04T09:56:53.0889096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0893587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2025-12-04T09:56:53.0897834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2025-12-04T09:56:53.0933748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2025-12-04T09:56:53.0938296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2025-12-04T09:56:53.0942565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.0946890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2025-12-04T09:56:53.0951335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2025-12-04T09:56:53.0955754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2025-12-04T09:56:53.0960375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2025-12-04T09:56:53.0964625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm.h 2025-12-04T09:56:53.0969294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward.h 2025-12-04T09:56:53.0973428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_cuda_dispatch.h 2025-12-04T09:56:53.0977766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_native.h 2025-12-04T09:56:53.0982301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_ops.h 2025-12-04T09:56:53.0987117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.0991952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_cuda_dispatch.h 2025-12-04T09:56:53.0996755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_native.h 2025-12-04T09:56:53.1001452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_ops.h 2025-12-04T09:56:53.1006779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2025-12-04T09:56:53.1011979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2025-12-04T09:56:53.1017496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2025-12-04T09:56:53.1022884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2025-12-04T09:56:53.1028387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2025-12-04T09:56:53.1034131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2025-12-04T09:56:53.1038726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2025-12-04T09:56:53.1043928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1049240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2025-12-04T09:56:53.1055245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2025-12-04T09:56:53.1061612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2025-12-04T09:56:53.1066277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2025-12-04T09:56:53.1070986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2025-12-04T09:56:53.1075458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1080177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2025-12-04T09:56:53.1085067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.1090279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1095015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2025-12-04T09:56:53.1099685Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2025-12-04T09:56:53.1104131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2025-12-04T09:56:53.1109001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2025-12-04T09:56:53.1113670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2025-12-04T09:56:53.1118087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.1122563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2025-12-04T09:56:53.1127078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2025-12-04T09:56:53.1131465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2025-12-04T09:56:53.1135707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2025-12-04T09:56:53.1140330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.1145219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2025-12-04T09:56:53.1149422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2025-12-04T09:56:53.1154517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1158851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2025-12-04T09:56:53.1163106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2025-12-04T09:56:53.1167563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grouped_mm.h 2025-12-04T09:56:53.1172202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1176599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h 2025-12-04T09:56:53.1181022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_native.h 2025-12-04T09:56:53.1185208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_ops.h 2025-12-04T09:56:53.1189536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2025-12-04T09:56:53.1193880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.1198266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2025-12-04T09:56:53.1202672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2025-12-04T09:56:53.1207624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2025-12-04T09:56:53.1212258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1216695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2025-12-04T09:56:53.1221415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2025-12-04T09:56:53.1225559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2025-12-04T09:56:53.1230115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1234432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2025-12-04T09:56:53.1238939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2025-12-04T09:56:53.1243590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2025-12-04T09:56:53.1248069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2025-12-04T09:56:53.1253226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1258287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2025-12-04T09:56:53.1262981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2025-12-04T09:56:53.1267422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2025-12-04T09:56:53.1271865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2025-12-04T09:56:53.1276770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1281354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2025-12-04T09:56:53.1285901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2025-12-04T09:56:53.1290473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2025-12-04T09:56:53.1294878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2025-12-04T09:56:53.1299564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1304371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2025-12-04T09:56:53.1308854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2025-12-04T09:56:53.1313379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2025-12-04T09:56:53.1318255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2025-12-04T09:56:53.1323014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2025-12-04T09:56:53.1327406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices.h 2025-12-04T09:56:53.1331829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2025-12-04T09:56:53.1336461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.1341290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1345322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2025-12-04T09:56:53.1349659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2025-12-04T09:56:53.1354350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2025-12-04T09:56:53.1358500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2025-12-04T09:56:53.1363880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2025-12-04T09:56:53.1368153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2025-12-04T09:56:53.1373427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2025-12-04T09:56:53.1377629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2025-12-04T09:56:53.1382881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2025-12-04T09:56:53.1387388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2025-12-04T09:56:53.1393374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1399264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2025-12-04T09:56:53.1404805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2025-12-04T09:56:53.1410990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2025-12-04T09:56:53.1416036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1421289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2025-12-04T09:56:53.1426168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2025-12-04T09:56:53.1431224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2025-12-04T09:56:53.1435922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.1440817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2025-12-04T09:56:53.1446068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2025-12-04T09:56:53.1450433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2025-12-04T09:56:53.1455031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2025-12-04T09:56:53.1459399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2025-12-04T09:56:53.1463648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2025-12-04T09:56:53.1468694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2025-12-04T09:56:53.1473355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2025-12-04T09:56:53.1477800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1482009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2025-12-04T09:56:53.1486434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2025-12-04T09:56:53.1490781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2025-12-04T09:56:53.1495030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.1499996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2025-12-04T09:56:53.1504087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2025-12-04T09:56:53.1508249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2025-12-04T09:56:53.1513068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.1517230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2025-12-04T09:56:53.1521575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2025-12-04T09:56:53.1525903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2025-12-04T09:56:53.1531120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2025-12-04T09:56:53.1535399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2025-12-04T09:56:53.1539778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2025-12-04T09:56:53.1544094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2025-12-04T09:56:53.1548720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.1553332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2025-12-04T09:56:53.1557763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2025-12-04T09:56:53.1561911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2025-12-04T09:56:53.1566114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2025-12-04T09:56:53.1570387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2025-12-04T09:56:53.3346148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2025-12-04T09:56:53.3350705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2025-12-04T09:56:53.3354856Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2025-12-04T09:56:53.3360899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2025-12-04T09:56:53.3365820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2025-12-04T09:56:53.3370737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2025-12-04T09:56:53.3374933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2025-12-04T09:56:53.3380962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3386659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2025-12-04T09:56:53.3393557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2025-12-04T09:56:53.3400451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2025-12-04T09:56:53.3405569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2025-12-04T09:56:53.3410266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2025-12-04T09:56:53.3415587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2025-12-04T09:56:53.3420980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2025-12-04T09:56:53.3426322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3431416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2025-12-04T09:56:53.3436407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2025-12-04T09:56:53.3440761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2025-12-04T09:56:53.3445871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2025-12-04T09:56:53.3450176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2025-12-04T09:56:53.3458111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2025-12-04T09:56:53.3463150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2025-12-04T09:56:53.3468078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3476911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2025-12-04T09:56:53.3481686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2025-12-04T09:56:53.3486431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2025-12-04T09:56:53.3491617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2025-12-04T09:56:53.3496054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2025-12-04T09:56:53.3500597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2025-12-04T09:56:53.3505201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2025-12-04T09:56:53.3509580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2025-12-04T09:56:53.3513912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2025-12-04T09:56:53.3517985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2025-12-04T09:56:53.3523242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2025-12-04T09:56:53.3528225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2025-12-04T09:56:53.3532642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2025-12-04T09:56:53.3536595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2025-12-04T09:56:53.3540805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2025-12-04T09:56:53.3545020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2025-12-04T09:56:53.3549735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2025-12-04T09:56:53.3554126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2025-12-04T09:56:53.3558878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3563009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2025-12-04T09:56:53.3567432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2025-12-04T09:56:53.3571775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2025-12-04T09:56:53.3575999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2025-12-04T09:56:53.3580166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2025-12-04T09:56:53.3584647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2025-12-04T09:56:53.3589397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3593748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2025-12-04T09:56:53.3597947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2025-12-04T09:56:53.3602198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2025-12-04T09:56:53.3607005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2025-12-04T09:56:53.3611722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2025-12-04T09:56:53.3616251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2025-12-04T09:56:53.3620851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2025-12-04T09:56:53.3625711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3630250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2025-12-04T09:56:53.3634815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2025-12-04T09:56:53.3639152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2025-12-04T09:56:53.3644448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.3648934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2025-12-04T09:56:53.3653255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2025-12-04T09:56:53.3657818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2025-12-04T09:56:53.3662236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2025-12-04T09:56:53.3666654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2025-12-04T09:56:53.3671121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2025-12-04T09:56:53.3675441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2025-12-04T09:56:53.3680019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3684823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2025-12-04T09:56:53.3689680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.3694216Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3698654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2025-12-04T09:56:53.3704066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2025-12-04T09:56:53.3708859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2025-12-04T09:56:53.3713023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2025-12-04T09:56:53.3717486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2025-12-04T09:56:53.3722200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3726741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2025-12-04T09:56:53.3731226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2025-12-04T09:56:53.3735907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2025-12-04T09:56:53.3740588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2025-12-04T09:56:53.3745016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2025-12-04T09:56:53.3749904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3755109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2025-12-04T09:56:53.3759913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2025-12-04T09:56:53.3764430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2025-12-04T09:56:53.3768998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2025-12-04T09:56:53.3773467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2025-12-04T09:56:53.3778095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3782572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2025-12-04T09:56:53.3787252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2025-12-04T09:56:53.3792230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2025-12-04T09:56:53.3796614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2025-12-04T09:56:53.3801135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2025-12-04T09:56:53.3805668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3809787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2025-12-04T09:56:53.3814537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2025-12-04T09:56:53.3819142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2025-12-04T09:56:53.3823653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2025-12-04T09:56:53.3828504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3832958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2025-12-04T09:56:53.3837458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2025-12-04T09:56:53.3842298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2025-12-04T09:56:53.3846752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2025-12-04T09:56:53.3851492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2025-12-04T09:56:53.3855726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2025-12-04T09:56:53.3860161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2025-12-04T09:56:53.3864579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2025-12-04T09:56:53.3869492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2025-12-04T09:56:53.3874298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3878765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2025-12-04T09:56:53.3882973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2025-12-04T09:56:53.3887334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2025-12-04T09:56:53.3892034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3896341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2025-12-04T09:56:53.3937563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2025-12-04T09:56:53.3943202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2025-12-04T09:56:53.3948011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2025-12-04T09:56:53.3953258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3958215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2025-12-04T09:56:53.3963111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2025-12-04T09:56:53.3968472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2025-12-04T09:56:53.3973645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3978349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2025-12-04T09:56:53.3983178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2025-12-04T09:56:53.3987717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2025-12-04T09:56:53.3992476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.3996747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2025-12-04T09:56:53.4001224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2025-12-04T09:56:53.4005713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2025-12-04T09:56:53.4010057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2025-12-04T09:56:53.4014575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4020748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2025-12-04T09:56:53.4025500Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2025-12-04T09:56:53.4029707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2025-12-04T09:56:53.4033960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2025-12-04T09:56:53.4038553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4042838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2025-12-04T09:56:53.4047231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2025-12-04T09:56:53.4052025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2025-12-04T09:56:53.4056298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2025-12-04T09:56:53.4060674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2025-12-04T09:56:53.4064751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4068855Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2025-12-04T09:56:53.4073622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.4077848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4082244Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2025-12-04T09:56:53.4086329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2025-12-04T09:56:53.4090581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2025-12-04T09:56:53.4094756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2025-12-04T09:56:53.4099069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2025-12-04T09:56:53.4103675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2025-12-04T09:56:53.4108085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2025-12-04T09:56:53.4112318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2025-12-04T09:56:53.4116589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2025-12-04T09:56:53.4121699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2025-12-04T09:56:53.4126491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2025-12-04T09:56:53.4130767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4135028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2025-12-04T09:56:53.4140182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2025-12-04T09:56:53.4145434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4150956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2025-12-04T09:56:53.4156143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2025-12-04T09:56:53.4161399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2025-12-04T09:56:53.4166562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2025-12-04T09:56:53.4171798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2025-12-04T09:56:53.4177084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2025-12-04T09:56:53.4183183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2025-12-04T09:56:53.4188343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2025-12-04T09:56:53.4193485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2025-12-04T09:56:53.4199029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2025-12-04T09:56:53.4204418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2025-12-04T09:56:53.4210161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2025-12-04T09:56:53.4215276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2025-12-04T09:56:53.4221477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2025-12-04T09:56:53.4227072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2025-12-04T09:56:53.4232088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2025-12-04T09:56:53.4237150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2025-12-04T09:56:53.4242405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2025-12-04T09:56:53.4247566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2025-12-04T09:56:53.4254046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2025-12-04T09:56:53.4259679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2025-12-04T09:56:53.4264419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2025-12-04T09:56:53.4268936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2025-12-04T09:56:53.4273307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2025-12-04T09:56:53.4277669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2025-12-04T09:56:53.4282000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2025-12-04T09:56:53.4286071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2025-12-04T09:56:53.4290896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.4295392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4299636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2025-12-04T09:56:53.4303978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2025-12-04T09:56:53.4308762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2025-12-04T09:56:53.4313588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2025-12-04T09:56:53.4317911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2025-12-04T09:56:53.4327091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2025-12-04T09:56:53.4327891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2025-12-04T09:56:53.4330646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2025-12-04T09:56:53.4334979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2025-12-04T09:56:53.4339349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2025-12-04T09:56:53.4343727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2025-12-04T09:56:53.4348179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4352540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2025-12-04T09:56:53.4356927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2025-12-04T09:56:53.4361230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2025-12-04T09:56:53.4366474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2025-12-04T09:56:53.4371217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2025-12-04T09:56:53.4375521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2025-12-04T09:56:53.4379987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2025-12-04T09:56:53.4384293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2025-12-04T09:56:53.4389196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2025-12-04T09:56:53.4403956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2025-12-04T09:56:53.4404918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4405878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2025-12-04T09:56:53.4410711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2025-12-04T09:56:53.4415321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2025-12-04T09:56:53.4419787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4424384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2025-12-04T09:56:53.4428661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2025-12-04T09:56:53.4432958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2025-12-04T09:56:53.4437261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2025-12-04T09:56:53.4441527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2025-12-04T09:56:53.4445774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2025-12-04T09:56:53.4450487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4454843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2025-12-04T09:56:53.4459665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2025-12-04T09:56:53.4463969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2025-12-04T09:56:53.4468506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4473464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2025-12-04T09:56:53.4478384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2025-12-04T09:56:53.4482621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2025-12-04T09:56:53.4487036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2025-12-04T09:56:53.4491566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.4495995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4500380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2025-12-04T09:56:53.4504786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2025-12-04T09:56:53.4509122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2025-12-04T09:56:53.4513704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2025-12-04T09:56:53.4517956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2025-12-04T09:56:53.4523087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2025-12-04T09:56:53.4527628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2025-12-04T09:56:53.4532016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2025-12-04T09:56:53.4536737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.4541459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4545819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2025-12-04T09:56:53.4550084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2025-12-04T09:56:53.4554526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2025-12-04T09:56:53.4558839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2025-12-04T09:56:53.4563166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2025-12-04T09:56:53.4567642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4572503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2025-12-04T09:56:53.4576761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2025-12-04T09:56:53.4581343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2025-12-04T09:56:53.4585489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4589473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2025-12-04T09:56:53.4593827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2025-12-04T09:56:53.4598068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2025-12-04T09:56:53.4602477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4606709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2025-12-04T09:56:53.4611165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2025-12-04T09:56:53.4615520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2025-12-04T09:56:53.4619877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2025-12-04T09:56:53.4624495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2025-12-04T09:56:53.4628763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2025-12-04T09:56:53.4633602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2025-12-04T09:56:53.4638143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4642409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2025-12-04T09:56:53.4646999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2025-12-04T09:56:53.4652225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4656267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2025-12-04T09:56:53.4660899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2025-12-04T09:56:53.4692532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2025-12-04T09:56:53.4697366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2025-12-04T09:56:53.4701820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2025-12-04T09:56:53.4706862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2025-12-04T09:56:53.4711475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2025-12-04T09:56:53.4715932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2025-12-04T09:56:53.4720469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4725046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2025-12-04T09:56:53.4729953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2025-12-04T09:56:53.4734527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2025-12-04T09:56:53.4739022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4743228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2025-12-04T09:56:53.4747672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2025-12-04T09:56:53.4751997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2025-12-04T09:56:53.4756385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4760796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2025-12-04T09:56:53.4765461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2025-12-04T09:56:53.4769586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2025-12-04T09:56:53.4774037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4778474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2025-12-04T09:56:53.4782788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2025-12-04T09:56:53.4787184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2025-12-04T09:56:53.4791621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2025-12-04T09:56:53.4796223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2025-12-04T09:56:53.4801136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4805714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2025-12-04T09:56:53.4810270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2025-12-04T09:56:53.4814601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2025-12-04T09:56:53.4819193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2025-12-04T09:56:53.4824480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2025-12-04T09:56:53.4829275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4833682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2025-12-04T09:56:53.4838049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2025-12-04T09:56:53.4842460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2025-12-04T09:56:53.4846711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2025-12-04T09:56:53.4851144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2025-12-04T09:56:53.4855791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2025-12-04T09:56:53.4860488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2025-12-04T09:56:53.4864780Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2025-12-04T09:56:53.4869426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2025-12-04T09:56:53.4873995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2025-12-04T09:56:53.4878469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2025-12-04T09:56:53.4882778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2025-12-04T09:56:53.4887329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_print.h 2025-12-04T09:56:53.4891915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4896046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2025-12-04T09:56:53.4900672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2025-12-04T09:56:53.4905446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2025-12-04T09:56:53.4910433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4915445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2025-12-04T09:56:53.4920484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2025-12-04T09:56:53.4925848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2025-12-04T09:56:53.4931006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.4935734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2025-12-04T09:56:53.4940519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2025-12-04T09:56:53.4944850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2025-12-04T09:56:53.4950308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2025-12-04T09:56:53.4955179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.4959823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.4964469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2025-12-04T09:56:53.4968983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2025-12-04T09:56:53.4973386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2025-12-04T09:56:53.4977808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2025-12-04T09:56:53.4982711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2025-12-04T09:56:53.4987068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2025-12-04T09:56:53.4991287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2025-12-04T09:56:53.4995504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2025-12-04T09:56:53.4999911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5004082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2025-12-04T09:56:53.5008372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2025-12-04T09:56:53.5013193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2025-12-04T09:56:53.5017671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5022028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2025-12-04T09:56:53.5026326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2025-12-04T09:56:53.5030621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2025-12-04T09:56:53.5035008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5039145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2025-12-04T09:56:53.5043586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2025-12-04T09:56:53.5047771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2025-12-04T09:56:53.5052041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2025-12-04T09:56:53.5058039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5062956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2025-12-04T09:56:53.5067189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2025-12-04T09:56:53.5071421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2025-12-04T09:56:53.5076190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5080197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2025-12-04T09:56:53.5084286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2025-12-04T09:56:53.5088515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2025-12-04T09:56:53.5092653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5096787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2025-12-04T09:56:53.5101250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2025-12-04T09:56:53.5105554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2025-12-04T09:56:53.5109974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2025-12-04T09:56:53.5114375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2025-12-04T09:56:53.5118640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5123007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2025-12-04T09:56:53.5127350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2025-12-04T09:56:53.5131633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2025-12-04T09:56:53.5136004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5140300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2025-12-04T09:56:53.5173428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2025-12-04T09:56:53.5177761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2025-12-04T09:56:53.5182361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2025-12-04T09:56:53.5186694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2025-12-04T09:56:53.5191129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2025-12-04T09:56:53.5196066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2025-12-04T09:56:53.5200425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2025-12-04T09:56:53.5205535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2025-12-04T09:56:53.5209961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2025-12-04T09:56:53.5214787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2025-12-04T09:56:53.5220546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2025-12-04T09:56:53.5224143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2025-12-04T09:56:53.5228997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2025-12-04T09:56:53.5233666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2025-12-04T09:56:53.5239400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2025-12-04T09:56:53.5242850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2025-12-04T09:56:53.5247532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2025-12-04T09:56:53.5252533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2025-12-04T09:56:53.5258936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2025-12-04T09:56:53.5261949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2025-12-04T09:56:53.5266657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2025-12-04T09:56:53.5271346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2025-12-04T09:56:53.5276973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2025-12-04T09:56:53.5280555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2025-12-04T09:56:53.5285316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2025-12-04T09:56:53.5290650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2025-12-04T09:56:53.5295734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2025-12-04T09:56:53.5301915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2025-12-04T09:56:53.5305485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2025-12-04T09:56:53.5310323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2025-12-04T09:56:53.5315078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2025-12-04T09:56:53.5320759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2025-12-04T09:56:53.5324183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2025-12-04T09:56:53.5328798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2025-12-04T09:56:53.5333504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2025-12-04T09:56:53.5339503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2025-12-04T09:56:53.5342963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2025-12-04T09:56:53.5347754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2025-12-04T09:56:53.5352613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5358441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2025-12-04T09:56:53.5361882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2025-12-04T09:56:53.5366965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5371555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2025-12-04T09:56:53.5377727Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2025-12-04T09:56:53.5381449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm.h 2025-12-04T09:56:53.5386304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h 2025-12-04T09:56:53.5390918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_native.h 2025-12-04T09:56:53.5396369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_ops.h 2025-12-04T09:56:53.5399953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_v2.h 2025-12-04T09:56:53.5430491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_v2_cuda_dispatch.h 2025-12-04T09:56:53.5431304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_v2_native.h 2025-12-04T09:56:53.5432147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_v2_ops.h 2025-12-04T09:56:53.5432843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2025-12-04T09:56:53.5433518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h 2025-12-04T09:56:53.5434241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2025-12-04T09:56:53.5440421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2025-12-04T09:56:53.5441077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2025-12-04T09:56:53.5447228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_v2.h 2025-12-04T09:56:53.5449393Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_v2_cuda_dispatch.h 2025-12-04T09:56:53.5454731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_v2_native.h 2025-12-04T09:56:53.5461181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_v2_ops.h 2025-12-04T09:56:53.5464473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2025-12-04T09:56:53.5468704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5473223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2025-12-04T09:56:53.5477489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2025-12-04T09:56:53.5481755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2025-12-04T09:56:53.5486373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2025-12-04T09:56:53.5491003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2025-12-04T09:56:53.5495314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5499590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2025-12-04T09:56:53.5504408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2025-12-04T09:56:53.5508650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2025-12-04T09:56:53.5513326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5518143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2025-12-04T09:56:53.5523406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2025-12-04T09:56:53.5527954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2025-12-04T09:56:53.5532254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2025-12-04T09:56:53.5536415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2025-12-04T09:56:53.5540851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2025-12-04T09:56:53.5545533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2025-12-04T09:56:53.5549970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2025-12-04T09:56:53.5554246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2025-12-04T09:56:53.5558699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2025-12-04T09:56:53.5562981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5567094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2025-12-04T09:56:53.5571751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2025-12-04T09:56:53.5576043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2025-12-04T09:56:53.5580591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5584867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2025-12-04T09:56:53.5589229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2025-12-04T09:56:53.5593648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2025-12-04T09:56:53.5598116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5602596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2025-12-04T09:56:53.5606931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2025-12-04T09:56:53.5611138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2025-12-04T09:56:53.5616586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5621029Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2025-12-04T09:56:53.5625553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2025-12-04T09:56:53.5629907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2025-12-04T09:56:53.5633877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2025-12-04T09:56:53.5638401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.5642603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2025-12-04T09:56:53.5647190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2025-12-04T09:56:53.5651750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2025-12-04T09:56:53.5656008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2025-12-04T09:56:53.5660426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2025-12-04T09:56:53.5664646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2025-12-04T09:56:53.5669146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.5673407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2025-12-04T09:56:53.5677859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2025-12-04T09:56:53.5682537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2025-12-04T09:56:53.5686804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2025-12-04T09:56:53.5691038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2025-12-04T09:56:53.5695227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2025-12-04T09:56:53.5699449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2025-12-04T09:56:53.5703622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5707859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2025-12-04T09:56:53.5712098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2025-12-04T09:56:53.5716752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2025-12-04T09:56:53.5720803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2025-12-04T09:56:53.5725726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.5730077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5734478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2025-12-04T09:56:53.5739141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2025-12-04T09:56:53.5743335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2025-12-04T09:56:53.5748048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2025-12-04T09:56:53.5752528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2025-12-04T09:56:53.5757340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5761715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2025-12-04T09:56:53.5766426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2025-12-04T09:56:53.5770684Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2025-12-04T09:56:53.5775368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5779570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2025-12-04T09:56:53.5784068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2025-12-04T09:56:53.5788509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2025-12-04T09:56:53.5793075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5797413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2025-12-04T09:56:53.5801984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2025-12-04T09:56:53.5806340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2025-12-04T09:56:53.5811118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5815565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2025-12-04T09:56:53.5820316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2025-12-04T09:56:53.5825326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2025-12-04T09:56:53.5830223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5835051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2025-12-04T09:56:53.5839478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2025-12-04T09:56:53.5844093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2025-12-04T09:56:53.5848748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2025-12-04T09:56:53.5853641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5858153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2025-12-04T09:56:53.5863063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2025-12-04T09:56:53.5867826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2025-12-04T09:56:53.5872649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5877099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2025-12-04T09:56:53.5881670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2025-12-04T09:56:53.5886468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2025-12-04T09:56:53.5891156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2025-12-04T09:56:53.5895777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5900419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2025-12-04T09:56:53.5905909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2025-12-04T09:56:53.5911507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2025-12-04T09:56:53.5916994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5922185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2025-12-04T09:56:53.5927957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2025-12-04T09:56:53.5933102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2025-12-04T09:56:53.5938271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5943591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2025-12-04T09:56:53.5948795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2025-12-04T09:56:53.5954321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2025-12-04T09:56:53.5959498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.5964716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2025-12-04T09:56:53.5969694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2025-12-04T09:56:53.5974169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2025-12-04T09:56:53.5979184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2025-12-04T09:56:53.5984086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.5988642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2025-12-04T09:56:53.5993374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2025-12-04T09:56:53.5998016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6002986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6007405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2025-12-04T09:56:53.6011715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2025-12-04T09:56:53.6016539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2025-12-04T09:56:53.6021628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6025932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2025-12-04T09:56:53.6030512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2025-12-04T09:56:53.6034769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2025-12-04T09:56:53.6039271Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6043491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2025-12-04T09:56:53.6048241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2025-12-04T09:56:53.6053278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2025-12-04T09:56:53.6057722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2025-12-04T09:56:53.6062618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2025-12-04T09:56:53.6066979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2025-12-04T09:56:53.6071401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2025-12-04T09:56:53.6075775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2025-12-04T09:56:53.6080099Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2025-12-04T09:56:53.6084423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2025-12-04T09:56:53.6090994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2025-12-04T09:56:53.6095736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2025-12-04T09:56:53.6100457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2025-12-04T09:56:53.6104984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2025-12-04T09:56:53.6109340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2025-12-04T09:56:53.6113919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2025-12-04T09:56:53.6118659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2025-12-04T09:56:53.6123066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2025-12-04T09:56:53.6127718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2025-12-04T09:56:53.6132079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2025-12-04T09:56:53.6136433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2025-12-04T09:56:53.6140984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2025-12-04T09:56:53.6145670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2025-12-04T09:56:53.6150485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2025-12-04T09:56:53.6154907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2025-12-04T09:56:53.6159434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2025-12-04T09:56:53.6164465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2025-12-04T09:56:53.6169383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2025-12-04T09:56:53.6174127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2025-12-04T09:56:53.6179114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2025-12-04T09:56:53.6183487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2025-12-04T09:56:53.6187895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2025-12-04T09:56:53.6192144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2025-12-04T09:56:53.6196739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2025-12-04T09:56:53.6202235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6209775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2025-12-04T09:56:53.6212376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2025-12-04T09:56:53.6217686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6222980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6228326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2025-12-04T09:56:53.6234145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2025-12-04T09:56:53.6239752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2025-12-04T09:56:53.6245082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6250047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2025-12-04T09:56:53.6255508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2025-12-04T09:56:53.6261049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2025-12-04T09:56:53.6266058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2025-12-04T09:56:53.6270589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6275176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2025-12-04T09:56:53.6279910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2025-12-04T09:56:53.6285068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6289729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6294491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2025-12-04T09:56:53.6299251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2025-12-04T09:56:53.6304138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2025-12-04T09:56:53.6308413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6313012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2025-12-04T09:56:53.6317516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2025-12-04T09:56:53.6321898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2025-12-04T09:56:53.6326528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2025-12-04T09:56:53.6330695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2025-12-04T09:56:53.6335086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2025-12-04T09:56:53.6339208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_stack.h 2025-12-04T09:56:53.6343518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6347763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2025-12-04T09:56:53.6351914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2025-12-04T09:56:53.6356828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2025-12-04T09:56:53.6361929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2025-12-04T09:56:53.6366333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6398043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2025-12-04T09:56:53.6402688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2025-12-04T09:56:53.6406947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2025-12-04T09:56:53.6411990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6416527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2025-12-04T09:56:53.6421135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2025-12-04T09:56:53.6425899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2025-12-04T09:56:53.6430691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2025-12-04T09:56:53.6435965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2025-12-04T09:56:53.6440772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2025-12-04T09:56:53.6445318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2025-12-04T09:56:53.6449758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6454462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2025-12-04T09:56:53.6458883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2025-12-04T09:56:53.6463156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2025-12-04T09:56:53.6467662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6472384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6476597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2025-12-04T09:56:53.6480830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2025-12-04T09:56:53.6485319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2025-12-04T09:56:53.6489875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6494525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2025-12-04T09:56:53.6499181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.6503734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6508016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2025-12-04T09:56:53.6513569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2025-12-04T09:56:53.6518994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2025-12-04T09:56:53.6524247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2025-12-04T09:56:53.6529256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2025-12-04T09:56:53.6535809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6541202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2025-12-04T09:56:53.6546742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2025-12-04T09:56:53.6552226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2025-12-04T09:56:53.6557892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6562615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2025-12-04T09:56:53.6567124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2025-12-04T09:56:53.6571547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2025-12-04T09:56:53.6576332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2025-12-04T09:56:53.6581256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6585767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2025-12-04T09:56:53.6590200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2025-12-04T09:56:53.6594842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2025-12-04T09:56:53.6599971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2025-12-04T09:56:53.6605128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6609993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2025-12-04T09:56:53.6614390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2025-12-04T09:56:53.6619192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2025-12-04T09:56:53.6623871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2025-12-04T09:56:53.6628912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6633094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2025-12-04T09:56:53.6638176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2025-12-04T09:56:53.6642744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2025-12-04T09:56:53.6647871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2025-12-04T09:56:53.6652769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6657468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2025-12-04T09:56:53.6662216Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2025-12-04T09:56:53.6666822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2025-12-04T09:56:53.6671679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6676558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2025-12-04T09:56:53.6681473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2025-12-04T09:56:53.6685971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2025-12-04T09:56:53.6690710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6695132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2025-12-04T09:56:53.6699728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2025-12-04T09:56:53.6704488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2025-12-04T09:56:53.6709076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6713564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2025-12-04T09:56:53.6717988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2025-12-04T09:56:53.6722612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2025-12-04T09:56:53.6727487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6732064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2025-12-04T09:56:53.6736812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2025-12-04T09:56:53.6741886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2025-12-04T09:56:53.6746689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6752035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2025-12-04T09:56:53.6756459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2025-12-04T09:56:53.6761869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2025-12-04T09:56:53.6766491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2025-12-04T09:56:53.6771454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6776225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2025-12-04T09:56:53.6781030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2025-12-04T09:56:53.6785972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2025-12-04T09:56:53.6790644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6795321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2025-12-04T09:56:53.6799818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2025-12-04T09:56:53.6804249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2025-12-04T09:56:53.6808834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2025-12-04T09:56:53.6813658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2025-12-04T09:56:53.6818862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6823192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2025-12-04T09:56:53.6828238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6832975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2025-12-04T09:56:53.6838234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2025-12-04T09:56:53.6842866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2025-12-04T09:56:53.6848068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2025-12-04T09:56:53.6852704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2025-12-04T09:56:53.6857966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6862879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2025-12-04T09:56:53.6867579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2025-12-04T09:56:53.6871994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2025-12-04T09:56:53.6876565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2025-12-04T09:56:53.6880777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6885046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2025-12-04T09:56:53.6889519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2025-12-04T09:56:53.6894045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2025-12-04T09:56:53.6898447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.6902726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2025-12-04T09:56:53.6907121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2025-12-04T09:56:53.6911624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2025-12-04T09:56:53.6918315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6923452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2025-12-04T09:56:53.6928598Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2025-12-04T09:56:53.6933925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2025-12-04T09:56:53.6939036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2025-12-04T09:56:53.6944505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6948782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2025-12-04T09:56:53.6953814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2025-12-04T09:56:53.6958548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2025-12-04T09:56:53.6963422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2025-12-04T09:56:53.6968895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2025-12-04T09:56:53.6973822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.6978526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2025-12-04T09:56:53.6982979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2025-12-04T09:56:53.6987738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2025-12-04T09:56:53.6992608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2025-12-04T09:56:53.6997595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7002508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2025-12-04T09:56:53.7006730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2025-12-04T09:56:53.7011477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7015813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2025-12-04T09:56:53.7020756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2025-12-04T09:56:53.7025288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2025-12-04T09:56:53.7029563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2025-12-04T09:56:53.7034560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2025-12-04T09:56:53.7039063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7043871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2025-12-04T09:56:53.7048526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2025-12-04T09:56:53.7052705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2025-12-04T09:56:53.7056954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2025-12-04T09:56:53.7061301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2025-12-04T09:56:53.7066225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2025-12-04T09:56:53.7070797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2025-12-04T09:56:53.7075118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2025-12-04T09:56:53.7079416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2025-12-04T09:56:53.7084206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2025-12-04T09:56:53.7088512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2025-12-04T09:56:53.7093303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2025-12-04T09:56:53.7097640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7102586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2025-12-04T09:56:53.7107258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2025-12-04T09:56:53.7111592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2025-12-04T09:56:53.7116062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2025-12-04T09:56:53.7120565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2025-12-04T09:56:53.7125021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7129652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2025-12-04T09:56:53.7133991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2025-12-04T09:56:53.7138401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2025-12-04T09:56:53.7142947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2025-12-04T09:56:53.7147199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2025-12-04T09:56:53.7151887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7156678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7160864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2025-12-04T09:56:53.7165179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2025-12-04T09:56:53.7169599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2025-12-04T09:56:53.7174246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7178823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2025-12-04T09:56:53.7183140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2025-12-04T09:56:53.7187402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2025-12-04T09:56:53.7191812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2025-12-04T09:56:53.7196527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7201002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2025-12-04T09:56:53.7206041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2025-12-04T09:56:53.7239389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2025-12-04T09:56:53.7244063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique.h 2025-12-04T09:56:53.7248476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2025-12-04T09:56:53.7253533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7258041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2025-12-04T09:56:53.7262536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2025-12-04T09:56:53.7266968Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2025-12-04T09:56:53.7271419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2025-12-04T09:56:53.7276839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7281912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2025-12-04T09:56:53.7286258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2025-12-04T09:56:53.7290719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2025-12-04T09:56:53.7295178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2025-12-04T09:56:53.7299494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2025-12-04T09:56:53.7303787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7308466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2025-12-04T09:56:53.7312887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2025-12-04T09:56:53.7317215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2025-12-04T09:56:53.7322034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7326483Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2025-12-04T09:56:53.7330892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2025-12-04T09:56:53.7335166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2025-12-04T09:56:53.7339797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7344832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2025-12-04T09:56:53.7349504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2025-12-04T09:56:53.7354012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2025-12-04T09:56:53.7359089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7363925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2025-12-04T09:56:53.7368419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2025-12-04T09:56:53.7373450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2025-12-04T09:56:53.7378468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7383643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2025-12-04T09:56:53.7388494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2025-12-04T09:56:53.7392899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2025-12-04T09:56:53.7397562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.7403048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2025-12-04T09:56:53.7407869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2025-12-04T09:56:53.7412296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2025-12-04T09:56:53.7417098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2025-12-04T09:56:53.7422366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7426857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2025-12-04T09:56:53.7432695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2025-12-04T09:56:53.7439039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2025-12-04T09:56:53.7444141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2025-12-04T09:56:53.7449521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2025-12-04T09:56:53.7455503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2025-12-04T09:56:53.7461173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7466784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7472885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2025-12-04T09:56:53.7477523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2025-12-04T09:56:53.7482681Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2025-12-04T09:56:53.7488211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2025-12-04T09:56:53.7492321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2025-12-04T09:56:53.7497508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2025-12-04T09:56:53.7502465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2025-12-04T09:56:53.7507417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2025-12-04T09:56:53.7512583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7517416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2025-12-04T09:56:53.7522463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2025-12-04T09:56:53.7526778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2025-12-04T09:56:53.7531436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2025-12-04T09:56:53.7536050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2025-12-04T09:56:53.7549596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2025-12-04T09:56:53.7550714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7551829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7555328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2025-12-04T09:56:53.7559522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2025-12-04T09:56:53.7563730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2025-12-04T09:56:53.7568121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2025-12-04T09:56:53.7572795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2025-12-04T09:56:53.7577957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2025-12-04T09:56:53.7582543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2025-12-04T09:56:53.7586951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2025-12-04T09:56:53.7591585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7596379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2025-12-04T09:56:53.7604327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2025-12-04T09:56:53.7608633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2025-12-04T09:56:53.7612997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2025-12-04T09:56:53.7617570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2025-12-04T09:56:53.7622281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2025-12-04T09:56:53.7626851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7631176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7636320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2025-12-04T09:56:53.7640472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2025-12-04T09:56:53.7673687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2025-12-04T09:56:53.7678199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2025-12-04T09:56:53.7682622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2025-12-04T09:56:53.7686976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2025-12-04T09:56:53.7691202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2025-12-04T09:56:53.7695716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2025-12-04T09:56:53.7700618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7705456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2025-12-04T09:56:53.7710106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2025-12-04T09:56:53.7714549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2025-12-04T09:56:53.7719186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2025-12-04T09:56:53.7724056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2025-12-04T09:56:53.7728437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2025-12-04T09:56:53.7733198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7738093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7742783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2025-12-04T09:56:53.7747734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2025-12-04T09:56:53.7752139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2025-12-04T09:56:53.7756766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2025-12-04T09:56:53.7761458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2025-12-04T09:56:53.7766103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2025-12-04T09:56:53.7770565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2025-12-04T09:56:53.7777750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2025-12-04T09:56:53.7780793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7785966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2025-12-04T09:56:53.7791086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2025-12-04T09:56:53.7795677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2025-12-04T09:56:53.7800439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2025-12-04T09:56:53.7805966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2025-12-04T09:56:53.7810680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2025-12-04T09:56:53.7815591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.7820962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7825666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2025-12-04T09:56:53.7830391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2025-12-04T09:56:53.7835179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2025-12-04T09:56:53.7839876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2025-12-04T09:56:53.7844389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2025-12-04T09:56:53.7849322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2025-12-04T09:56:53.7853980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2025-12-04T09:56:53.7858562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2025-12-04T09:56:53.7862866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2025-12-04T09:56:53.7867265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2025-12-04T09:56:53.7872198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2025-12-04T09:56:53.7877396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7881918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2025-12-04T09:56:53.7886865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2025-12-04T09:56:53.7891577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2025-12-04T09:56:53.7896203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2025-12-04T09:56:53.7901265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2025-12-04T09:56:53.7906501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2025-12-04T09:56:53.7911682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2025-12-04T09:56:53.7917392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2025-12-04T09:56:53.7922702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7928079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2025-12-04T09:56:53.7934037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2025-12-04T09:56:53.7939468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2025-12-04T09:56:53.7945401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7950632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2025-12-04T09:56:53.7956380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2025-12-04T09:56:53.7961306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2025-12-04T09:56:53.7966750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7971733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2025-12-04T09:56:53.7976914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2025-12-04T09:56:53.7981991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2025-12-04T09:56:53.7987138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.7992432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2025-12-04T09:56:53.7996791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2025-12-04T09:56:53.8001596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2025-12-04T09:56:53.8006833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8011954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2025-12-04T09:56:53.8016380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2025-12-04T09:56:53.8021626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2025-12-04T09:56:53.8026392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8030797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2025-12-04T09:56:53.8035502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2025-12-04T09:56:53.8040075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values.h 2025-12-04T09:56:53.8044264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2025-12-04T09:56:53.8048885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-12-04T09:56:53.8053142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.8057324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2025-12-04T09:56:53.8061699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2025-12-04T09:56:53.8066692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2025-12-04T09:56:53.8071193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2025-12-04T09:56:53.8076424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_version.h 2025-12-04T09:56:53.8080647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8084902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2025-12-04T09:56:53.8089287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2025-12-04T09:56:53.8093474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2025-12-04T09:56:53.8097944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2025-12-04T09:56:53.8103122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h 2025-12-04T09:56:53.8111812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h 2025-12-04T09:56:53.8113453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h 2025-12-04T09:56:53.8118842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h 2025-12-04T09:56:53.8123230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2025-12-04T09:56:53.8127550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2025-12-04T09:56:53.8132220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h 2025-12-04T09:56:53.8137663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h 2025-12-04T09:56:53.8142569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h 2025-12-04T09:56:53.8147691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2025-12-04T09:56:53.8152048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2025-12-04T09:56:53.8156883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cuda_dispatch.h 2025-12-04T09:56:53.8161418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2025-12-04T09:56:53.8165763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2025-12-04T09:56:53.8170283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2025-12-04T09:56:53.8174978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8179368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2025-12-04T09:56:53.8184374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8188935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2025-12-04T09:56:53.8193232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2025-12-04T09:56:53.8197584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2025-12-04T09:56:53.8202060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2025-12-04T09:56:53.8206830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.8211260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2025-12-04T09:56:53.8215875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2025-12-04T09:56:53.8220613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2025-12-04T09:56:53.8224907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2025-12-04T09:56:53.8229347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2025-12-04T09:56:53.8234049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2025-12-04T09:56:53.8238732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2025-12-04T09:56:53.8244062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2025-12-04T09:56:53.8248674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2025-12-04T09:56:53.8252895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2025-12-04T09:56:53.8257311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2025-12-04T09:56:53.8261807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2025-12-04T09:56:53.8266458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8270913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2025-12-04T09:56:53.8275427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2025-12-04T09:56:53.8279759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2025-12-04T09:56:53.8284242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2025-12-04T09:56:53.8289085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2025-12-04T09:56:53.8293724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2025-12-04T09:56:53.8576823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2025-12-04T09:56:53.8581125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2025-12-04T09:56:53.8590041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2025-12-04T09:56:53.8594111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\PeerToPeerAccess.h 2025-12-04T09:56:53.8598131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\PhiloxXpuState.h 2025-12-04T09:56:53.8602063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2025-12-04T09:56:53.8612122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2025-12-04T09:56:53.8616434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2025-12-04T09:56:53.8620370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2025-12-04T09:56:53.8624070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2025-12-04T09:56:53.8628254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUGraphsUtils.h 2025-12-04T09:56:53.8632171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\XPUScaledBlas.h 2025-12-04T09:56:53.8639626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2025-12-04T09:56:53.8653942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\alignment.h 2025-12-04T09:56:53.8657793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Allocator.h 2025-12-04T09:56:53.8662754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\AllocatorConfig.h 2025-12-04T09:56:53.8666840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\AutogradState.h 2025-12-04T09:56:53.8682932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Backend.h 2025-12-04T09:56:53.8686710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2025-12-04T09:56:53.8690588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2025-12-04T09:56:53.8694749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2025-12-04T09:56:53.8699165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Contiguity.h 2025-12-04T09:56:53.8703040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2025-12-04T09:56:53.8706874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2025-12-04T09:56:53.8710999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2025-12-04T09:56:53.8715349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2025-12-04T09:56:53.8719459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Device.h 2025-12-04T09:56:53.8723982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2025-12-04T09:56:53.8728299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DeviceCapability.h 2025-12-04T09:56:53.8733289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2025-12-04T09:56:53.8736839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DeviceType.h 2025-12-04T09:56:53.8741348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2025-12-04T09:56:53.8745796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2025-12-04T09:56:53.8761719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2025-12-04T09:56:53.8766568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Event.h 2025-12-04T09:56:53.8770320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2025-12-04T09:56:53.8774150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\GradMode.h 2025-12-04T09:56:53.8778538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2025-12-04T09:56:53.8783108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Layout.h 2025-12-04T09:56:53.8786757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2025-12-04T09:56:53.8790878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2025-12-04T09:56:53.8795285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2025-12-04T09:56:53.8799540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\QEngine.h 2025-12-04T09:56:53.8803549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\QScheme.h 2025-12-04T09:56:53.8807729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2025-12-04T09:56:53.8824018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2025-12-04T09:56:53.8828283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Scalar.h 2025-12-04T09:56:53.8832439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\ScalarType.h 2025-12-04T09:56:53.8836423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2025-12-04T09:56:53.8841214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Storage.h 2025-12-04T09:56:53.8845361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2025-12-04T09:56:53.8849167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\Stream.h 2025-12-04T09:56:53.8853093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2025-12-04T09:56:53.8857446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2025-12-04T09:56:53.8861652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymBool.h 2025-12-04T09:56:53.8865601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymFloat.h 2025-12-04T09:56:53.8869674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymInt.h 2025-12-04T09:56:53.8885771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2025-12-04T09:56:53.8889982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2025-12-04T09:56:53.8893920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2025-12-04T09:56:53.8898921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2025-12-04T09:56:53.8903513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\thread_pool.h 2025-12-04T09:56:53.8907916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2025-12-04T09:56:53.8912178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2025-12-04T09:56:53.8921160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2025-12-04T09:56:53.8925131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\COW.h 2025-12-04T09:56:53.8930243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2025-12-04T09:56:53.8935206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2025-12-04T09:56:53.8952365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2025-12-04T09:56:53.8956973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2025-12-04T09:56:53.8960732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2025-12-04T09:56:53.8965592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2025-12-04T09:56:53.8969804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2025-12-04T09:56:53.8973985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2025-12-04T09:56:53.8979334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2025-12-04T09:56:53.8983196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2025-12-04T09:56:53.8987123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\PyInterpreterHooks.h 2025-12-04T09:56:53.8991556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2025-12-04T09:56:53.8995726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2025-12-04T09:56:53.8999663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2025-12-04T09:56:53.9003504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2025-12-04T09:56:53.9008316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2025-12-04T09:56:53.9017794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2025-12-04T09:56:53.9021717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2025-12-04T09:56:53.9025798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2025-12-04T09:56:53.9029954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2025-12-04T09:56:53.9045418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2025-12-04T09:56:53.9049516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2025-12-04T09:56:53.9053252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2025-12-04T09:56:53.9057275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2025-12-04T09:56:53.9061278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2025-12-04T09:56:53.9064991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2025-12-04T09:56:53.9068848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2025-12-04T09:56:53.9072950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2025-12-04T09:56:53.9076805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2025-12-04T09:56:53.9080625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2025-12-04T09:56:53.9088721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2025-12-04T09:56:53.9092777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2025-12-04T09:56:53.9101012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2025-12-04T09:56:53.9104820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\macros\Export.h 2025-12-04T09:56:53.9108477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\macros\Macros.h 2025-12-04T09:56:53.9116310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\atomic.h 2025-12-04T09:56:53.9120078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\common.h 2025-12-04T09:56:53.9123741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\error.h 2025-12-04T09:56:53.9127499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\expm1f.h 2025-12-04T09:56:53.9131664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\igamma.h 2025-12-04T09:56:53.9135263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\indexing.h 2025-12-04T09:56:53.9139570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\random.h 2025-12-04T09:56:53.9154669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\reduction_utils.h 2025-12-04T09:56:53.9158437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\special_math.h 2025-12-04T09:56:53.9162938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\metal\utils.h 2025-12-04T09:56:53.9171210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\mobile\CPUCachingAllocator.h 2025-12-04T09:56:53.9174950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\mobile\CPUProfilingAllocator.h 2025-12-04T09:56:53.9223431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\test\util\complex_math_test_common.h 2025-12-04T09:56:53.9227613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\test\util\complex_test_common.h 2025-12-04T09:56:53.9231774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\test\util\Macros.h 2025-12-04T09:56:53.9241903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2025-12-04T09:56:53.9244934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\accumulate.h 2025-12-04T09:56:53.9248908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\AlignOf.h 2025-12-04T09:56:53.9254493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2025-12-04T09:56:53.9263568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Array.h 2025-12-04T09:56:53.9267654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2025-12-04T09:56:53.9273206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Backtrace.h 2025-12-04T09:56:53.9275729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2025-12-04T09:56:53.9280580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2025-12-04T09:56:53.9285808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\BFloat16.h 2025-12-04T09:56:53.9288520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\bits.h 2025-12-04T09:56:53.9292788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Bitset.h 2025-12-04T09:56:53.9298486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\bit_cast.h 2025-12-04T09:56:53.9301105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\C++17.h 2025-12-04T09:56:53.9305390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\CallOnce.h 2025-12-04T09:56:53.9311090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\complex.h 2025-12-04T09:56:53.9313688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\complex_math.h 2025-12-04T09:56:53.9317841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\complex_utils.h 2025-12-04T09:56:53.9323760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2025-12-04T09:56:53.9326574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\copysign.h 2025-12-04T09:56:53.9330623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2025-12-04T09:56:53.9336116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Deprecated.h 2025-12-04T09:56:53.9338872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\DimVector.h 2025-12-04T09:56:53.9343358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2025-12-04T09:56:53.9358960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Enumerate.h 2025-12-04T09:56:53.9362991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\env.h 2025-12-04T09:56:53.9367632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\error.h 2025-12-04T09:56:53.9373245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Exception.h 2025-12-04T09:56:53.9376048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2025-12-04T09:56:53.9380591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2025-12-04T09:56:53.9386169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2025-12-04T09:56:53.9389090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\FileSystem.h 2025-12-04T09:56:53.9393724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Flags.h 2025-12-04T09:56:53.9398794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2025-12-04T09:56:53.9402289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float4_e2m1fn_x2.h 2025-12-04T09:56:53.9417761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2025-12-04T09:56:53.9421574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2025-12-04T09:56:53.9425829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2025-12-04T09:56:53.9430018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2025-12-04T09:56:53.9435346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2025-12-04T09:56:53.9440481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2025-12-04T09:56:53.9445276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2025-12-04T09:56:53.9451090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2025-12-04T09:56:53.9456254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu-inl.h 2025-12-04T09:56:53.9472315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu.h 2025-12-04T09:56:53.9476871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2025-12-04T09:56:53.9480873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2025-12-04T09:56:53.9485373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Gauge.h 2025-12-04T09:56:53.9489349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\generic_math.h 2025-12-04T09:56:53.9493234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Half-inl.h 2025-12-04T09:56:53.9497712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Half.h 2025-12-04T09:56:53.9501542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\hash.h 2025-12-04T09:56:53.9505198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2025-12-04T09:56:53.9509377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\int128.h 2025-12-04T09:56:53.9513564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\IntrusiveList.h 2025-12-04T09:56:53.9517590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2025-12-04T09:56:53.9521626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\irange.h 2025-12-04T09:56:53.9525866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Lazy.h 2025-12-04T09:56:53.9541328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\LeftRight.h 2025-12-04T09:56:53.9545073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2025-12-04T09:56:53.9548951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Load.h 2025-12-04T09:56:53.9552957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Logging.h 2025-12-04T09:56:53.9556670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\logging_common.h 2025-12-04T09:56:53.9560676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2025-12-04T09:56:53.9564862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2025-12-04T09:56:53.9568935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\MathConstants.h 2025-12-04T09:56:53.9573264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2025-12-04T09:56:53.9577311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2025-12-04T09:56:53.9581530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2025-12-04T09:56:53.9606587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\numa.h 2025-12-04T09:56:53.9610283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Optional.h 2025-12-04T09:56:53.9614121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2025-12-04T09:56:53.9618551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2025-12-04T09:56:53.9622754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\overflows.h 2025-12-04T09:56:53.9626716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\overloaded.h 2025-12-04T09:56:53.9630919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2025-12-04T09:56:53.9634793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\python_stub.h 2025-12-04T09:56:53.9638906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\qint32.h 2025-12-04T09:56:53.9642644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\qint8.h 2025-12-04T09:56:53.9646458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\quint2x4.h 2025-12-04T09:56:53.9661324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\quint4x2.h 2025-12-04T09:56:53.9664994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\quint8.h 2025-12-04T09:56:53.9668657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Registry.h 2025-12-04T09:56:53.9672866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2025-12-04T09:56:53.9676779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2025-12-04T09:56:53.9680972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Semaphore.h 2025-12-04T09:56:53.9685163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\signal_handler.h 2025-12-04T09:56:53.9689401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2025-12-04T09:56:53.9693434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\SmallVector.h 2025-12-04T09:56:53.9697882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2025-12-04T09:56:53.9702104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ssize.h 2025-12-04T09:56:53.9706012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2025-12-04T09:56:53.9721414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2025-12-04T09:56:53.9725201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\strides.h 2025-12-04T09:56:53.9729406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\StringUtil.h 2025-12-04T09:56:53.9733264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\string_utils.h 2025-12-04T09:56:53.9737554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\string_view.h 2025-12-04T09:56:53.9741886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\strong_type.h 2025-12-04T09:56:53.9747457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Synchronized.h 2025-12-04T09:56:53.9751896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\tempfile.h 2025-12-04T09:56:53.9756443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2025-12-04T09:56:53.9761308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2025-12-04T09:56:53.9766678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\thread_name.h 2025-12-04T09:56:53.9771580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Type.h 2025-12-04T09:56:53.9776304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\TypeCast.h 2025-12-04T09:56:53.9781563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\typeid.h 2025-12-04T09:56:53.9786059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2025-12-04T09:56:53.9791026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\TypeList.h 2025-12-04T09:56:53.9795867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2025-12-04T09:56:53.9800551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2025-12-04T09:56:53.9805200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Unicode.h 2025-12-04T09:56:53.9809560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2025-12-04T09:56:53.9814334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\Unroll.h 2025-12-04T09:56:53.9819130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2025-12-04T09:56:53.9824316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2025-12-04T09:56:53.9839953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\util\win32-headers.h 2025-12-04T09:56:53.9863268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2025-12-04T09:56:53.9867195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2025-12-04T09:56:53.9871141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUEvent.h 2025-12-04T09:56:53.9875140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2025-12-04T09:56:53.9890041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2025-12-04T09:56:53.9893799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUGraphsC10Utils.h 2025-12-04T09:56:53.9897753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2025-12-04T09:56:53.9901868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2025-12-04T09:56:53.9909708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2025-12-04T09:56:53.9921311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\c10\xpu\test\impl\XPUTest.h 2025-12-04T09:56:53.9937280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\core\common.h 2025-12-04T09:56:53.9941077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\core\macros.h 2025-12-04T09:56:53.9944997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\core\timer.h 2025-12-04T09:56:53.9952945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\perfkernels\batch_box_cox_vec.h 2025-12-04T09:56:53.9964199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\perfkernels\common.h 2025-12-04T09:56:53.9964682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\perfkernels\embedding_lookup_idx.h 2025-12-04T09:56:53.9970658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2025-12-04T09:56:53.9975381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2025-12-04T09:56:54.0047360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2025-12-04T09:56:54.0047754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2025-12-04T09:56:54.0048068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2025-12-04T09:56:54.0048410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2025-12-04T09:56:54.0048695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2025-12-04T09:56:54.0048972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\fixed_divisor.h 2025-12-04T09:56:54.0049237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\proto_wrap.h 2025-12-04T09:56:54.0049504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\string_utils.h 2025-12-04T09:56:54.0050793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h 2025-12-04T09:56:54.0055236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool.h 2025-12-04T09:56:54.0059667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPool.h 2025-12-04T09:56:54.0074784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h 2025-12-04T09:56:54.0078949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\thread_pool_guard.h 2025-12-04T09:56:54.0083361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\caffe2\utils\threadpool\WorkersPool.h 2025-12-04T09:56:54.0093167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\args.h 2025-12-04T09:56:54.0096750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\base.h 2025-12-04T09:56:54.0101433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\chrono.h 2025-12-04T09:56:54.0105503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\color.h 2025-12-04T09:56:54.0109232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\compile.h 2025-12-04T09:56:54.0113210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\core.h 2025-12-04T09:56:54.0117121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\format-inl.h 2025-12-04T09:56:54.0132424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\format.h 2025-12-04T09:56:54.0137339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\os.h 2025-12-04T09:56:54.0141054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\ostream.h 2025-12-04T09:56:54.0144915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\printf.h 2025-12-04T09:56:54.0149807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\ranges.h 2025-12-04T09:56:54.0153595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\std.h 2025-12-04T09:56:54.0157059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fmt\xchar.h 2025-12-04T09:56:54.0165452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fp16\bitcasts.h 2025-12-04T09:56:54.0169543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fp16\fp16.h 2025-12-04T09:56:54.0173492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\fp16\psimd.h 2025-12-04T09:56:54.0186101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\any.h 2025-12-04T09:56:54.0189961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\any.pb.h 2025-12-04T09:56:54.0193692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\api.pb.h 2025-12-04T09:56:54.0198185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\arena.h 2025-12-04T09:56:54.0202150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\arenastring.h 2025-12-04T09:56:54.0216862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\arena_impl.h 2025-12-04T09:56:54.0220763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\descriptor.h 2025-12-04T09:56:54.0225191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\descriptor.pb.h 2025-12-04T09:56:54.0233258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\descriptor_database.h 2025-12-04T09:56:54.0237510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\duration.pb.h 2025-12-04T09:56:54.0241618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\dynamic_message.h 2025-12-04T09:56:54.0245730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\empty.pb.h 2025-12-04T09:56:54.0250058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\extension_set.h 2025-12-04T09:56:54.0254438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\extension_set_inl.h 2025-12-04T09:56:54.0258379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\field_mask.pb.h 2025-12-04T09:56:54.0262329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\generated_enum_reflection.h 2025-12-04T09:56:54.0266297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\generated_enum_util.h 2025-12-04T09:56:54.0270437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\generated_message_reflection.h 2025-12-04T09:56:54.0274599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\generated_message_table_driven.h 2025-12-04T09:56:54.0278779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\generated_message_util.h 2025-12-04T09:56:54.0293352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\has_bits.h 2025-12-04T09:56:54.0297314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\implicit_weak_message.h 2025-12-04T09:56:54.0301292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\inlined_string_field.h 2025-12-04T09:56:54.0305418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map.h 2025-12-04T09:56:54.0309408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_entry.h 2025-12-04T09:56:54.0313537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_entry_lite.h 2025-12-04T09:56:54.0317746Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_field.h 2025-12-04T09:56:54.0321850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_field_inl.h 2025-12-04T09:56:54.0325715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_field_lite.h 2025-12-04T09:56:54.0330571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\map_type_handler.h 2025-12-04T09:56:54.0345122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\message.h 2025-12-04T09:56:54.0349317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\message_lite.h 2025-12-04T09:56:54.0354125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\metadata.h 2025-12-04T09:56:54.0357888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\metadata_lite.h 2025-12-04T09:56:54.0361673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\parse_context.h 2025-12-04T09:56:54.0365834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\port.h 2025-12-04T09:56:54.0369984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\reflection.h 2025-12-04T09:56:54.0374143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\reflection_ops.h 2025-12-04T09:56:54.0378084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\repeated_field.h 2025-12-04T09:56:54.0382596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\service.h 2025-12-04T09:56:54.0386421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\source_context.pb.h 2025-12-04T09:56:54.0390528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\struct.pb.h 2025-12-04T09:56:54.0405070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\text_format.h 2025-12-04T09:56:54.0409051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\timestamp.pb.h 2025-12-04T09:56:54.0413230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\type.pb.h 2025-12-04T09:56:54.0417964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\unknown_field_set.h 2025-12-04T09:56:54.0422407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\wire_format.h 2025-12-04T09:56:54.0426951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\wire_format_lite.h 2025-12-04T09:56:54.0431334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\wrappers.pb.h 2025-12-04T09:56:54.0440821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\code_generator.h 2025-12-04T09:56:54.0445776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\command_line_interface.h 2025-12-04T09:56:54.0450280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\importer.h 2025-12-04T09:56:54.0455453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\parser.h 2025-12-04T09:56:54.0460675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.h 2025-12-04T09:56:54.0475785Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.pb.h 2025-12-04T09:56:54.0486172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\cpp\cpp_generator.h 2025-12-04T09:56:54.0495622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_generator.h 2025-12-04T09:56:54.0500983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_names.h 2025-12-04T09:56:54.0510793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_generator.h 2025-12-04T09:56:54.0517100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_names.h 2025-12-04T09:56:54.0525234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\js\js_generator.h 2025-12-04T09:56:54.0530287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\js\well_known_types_embed.h 2025-12-04T09:56:54.0541113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h 2025-12-04T09:56:54.0545220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h 2025-12-04T09:56:54.0554747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\php\php_generator.h 2025-12-04T09:56:54.0666170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\python\python_generator.h 2025-12-04T09:56:54.0674981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\compiler\ruby\ruby_generator.h 2025-12-04T09:56:54.0683884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\coded_stream.h 2025-12-04T09:56:54.0688282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\gzip_stream.h 2025-12-04T09:56:54.0693544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\io_win32.h 2025-12-04T09:56:54.0697770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\printer.h 2025-12-04T09:56:54.0702761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\strtod.h 2025-12-04T09:56:54.0777969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\tokenizer.h 2025-12-04T09:56:54.0784846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream.h 2025-12-04T09:56:54.0791720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl.h 2025-12-04T09:56:54.0798266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h 2025-12-04T09:56:54.0813078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\bytestream.h 2025-12-04T09:56:54.0818118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\callback.h 2025-12-04T09:56:54.0822597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\casts.h 2025-12-04T09:56:54.0827382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\common.h 2025-12-04T09:56:54.0831337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\fastmem.h 2025-12-04T09:56:54.0835724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\hash.h 2025-12-04T09:56:54.0896887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\logging.h 2025-12-04T09:56:54.0900934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\macros.h 2025-12-04T09:56:54.0904756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\map_util.h 2025-12-04T09:56:54.0908776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\mutex.h 2025-12-04T09:56:54.0912940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\once.h 2025-12-04T09:56:54.0916981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\platform_macros.h 2025-12-04T09:56:54.0923867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\port.h 2025-12-04T09:56:54.0927192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\status.h 2025-12-04T09:56:54.0931563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\stl_util.h 2025-12-04T09:56:54.0935456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\stringpiece.h 2025-12-04T09:56:54.0940637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\strutil.h 2025-12-04T09:56:54.0945208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\stubs\template_util.h 2025-12-04T09:56:54.0956353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\delimited_message_util.h 2025-12-04T09:56:54.0961983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\field_comparator.h 2025-12-04T09:56:54.0967527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\field_mask_util.h 2025-12-04T09:56:54.1049082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\json_util.h 2025-12-04T09:56:54.1052973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\message_differencer.h 2025-12-04T09:56:54.1057650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\time_util.h 2025-12-04T09:56:54.1062668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\type_resolver.h 2025-12-04T09:56:54.1066537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\google\protobuf\util\type_resolver_util.h 2025-12-04T09:56:54.1076748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2025-12-04T09:56:54.1080874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2025-12-04T09:56:54.1084555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2025-12-04T09:56:54.1156131Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ActivityType.h 2025-12-04T09:56:54.1160235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ClientInterface.h 2025-12-04T09:56:54.1164243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\Config.h 2025-12-04T09:56:54.1168688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2025-12-04T09:56:54.1173282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2025-12-04T09:56:54.1177321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2025-12-04T09:56:54.1181490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2025-12-04T09:56:54.1185597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\libkineto.h 2025-12-04T09:56:54.1189159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2025-12-04T09:56:54.1193574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\output_base.h 2025-12-04T09:56:54.1197713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2025-12-04T09:56:54.1201487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2025-12-04T09:56:54.1205281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\kineto\TraceSpan.h 2025-12-04T09:56:54.1213805Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\legacy\ittnotify.h 2025-12-04T09:56:54.1223369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-new-delete.h 2025-12-04T09:56:54.1227998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-override.h 2025-12-04T09:56:54.1231923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-stats.h 2025-12-04T09:56:54.1315138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc.h 2025-12-04T09:56:54.1328812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.h 2025-12-04T09:56:54.1334128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.hpp 2025-12-04T09:56:54.1341905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.h 2025-12-04T09:56:54.1345932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.hpp 2025-12-04T09:56:54.1350212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common_types.h 2025-12-04T09:56:54.1420015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_config.h 2025-12-04T09:56:54.1423859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_debug.h 2025-12-04T09:56:54.1427853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.h 2025-12-04T09:56:54.1431888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.hpp 2025-12-04T09:56:54.1436064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.h 2025-12-04T09:56:54.1440366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp 2025-12-04T09:56:54.1445321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.h 2025-12-04T09:56:54.1449734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp 2025-12-04T09:56:54.1453953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_types.h 2025-12-04T09:56:54.1458290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.h 2025-12-04T09:56:54.1462539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.hpp 2025-12-04T09:56:54.1473928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl_types.h 2025-12-04T09:56:54.1479197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.h 2025-12-04T09:56:54.1484143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.hpp 2025-12-04T09:56:54.1489202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl_types.h 2025-12-04T09:56:54.1494569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.h 2025-12-04T09:56:54.1778570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.hpp 2025-12-04T09:56:54.1782534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp 2025-12-04T09:56:54.1786505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_types.h 2025-12-04T09:56:54.1791023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.h 2025-12-04T09:56:54.1795017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.hpp 2025-12-04T09:56:54.1799044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel_types.h 2025-12-04T09:56:54.1803016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version.h 2025-12-04T09:56:54.1806931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version_hash.h 2025-12-04T09:56:54.1818116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\attr.h 2025-12-04T09:56:54.1822167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\buffer_info.h 2025-12-04T09:56:54.1825921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\cast.h 2025-12-04T09:56:54.1830082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\chrono.h 2025-12-04T09:56:54.1833647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\common.h 2025-12-04T09:56:54.1837272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\complex.h 2025-12-04T09:56:54.1851346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\critical_section.h 2025-12-04T09:56:54.1855207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\eigen.h 2025-12-04T09:56:54.1859087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\embed.h 2025-12-04T09:56:54.1862796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\eval.h 2025-12-04T09:56:54.1867776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\functional.h 2025-12-04T09:56:54.1871909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\gil.h 2025-12-04T09:56:54.1875726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2025-12-04T09:56:54.1880376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\gil_simple.h 2025-12-04T09:56:54.1884579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\iostream.h 2025-12-04T09:56:54.1887888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\native_enum.h 2025-12-04T09:56:54.1892031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\numpy.h 2025-12-04T09:56:54.1897060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\operators.h 2025-12-04T09:56:54.1900372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\options.h 2025-12-04T09:56:54.1904327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\pybind11.h 2025-12-04T09:56:54.1909983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\pytypes.h 2025-12-04T09:56:54.1914609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\stl.h 2025-12-04T09:56:54.1918494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\stl_bind.h 2025-12-04T09:56:54.1922413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\subinterpreter.h 2025-12-04T09:56:54.1926414Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\trampoline_self_life_support.h 2025-12-04T09:56:54.1930525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2025-12-04T09:56:54.1934668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\typing.h 2025-12-04T09:56:54.1938490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\warnings.h 2025-12-04T09:56:54.1956614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\conduit\pybind11_conduit_v1.h 2025-12-04T09:56:54.2012650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\conduit\pybind11_platform_abi_id.h 2025-12-04T09:56:54.2013503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\conduit\wrap_include_python_h.h 2025-12-04T09:56:54.2014218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\class.h 2025-12-04T09:56:54.2014966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\common.h 2025-12-04T09:56:54.2015643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2025-12-04T09:56:54.2016298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\descr.h 2025-12-04T09:56:54.2019747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\dynamic_raw_ptr_cast_if_possible.h 2025-12-04T09:56:54.2020572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2025-12-04T09:56:54.2024828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\function_record_pyobject.h 2025-12-04T09:56:54.2028718Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\init.h 2025-12-04T09:56:54.2032917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\internals.h 2025-12-04T09:56:54.2036844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\native_enum_data.h 2025-12-04T09:56:54.2040714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\pybind11_namespace_macros.h 2025-12-04T09:56:54.2044824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\struct_smart_holder.h 2025-12-04T09:56:54.2048721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2025-12-04T09:56:54.2052710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2025-12-04T09:56:54.2056850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\using_smart_holder.h 2025-12-04T09:56:54.2061050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2025-12-04T09:56:54.2069114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\eigen\common.h 2025-12-04T09:56:54.2072869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2025-12-04T09:56:54.2076572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2025-12-04T09:56:54.2084461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\pybind11\stl\filesystem.h 2025-12-04T09:56:54.2094423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\custom_class.h 2025-12-04T09:56:54.2098331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\custom_class_detail.h 2025-12-04T09:56:54.2101995Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\extension.h 2025-12-04T09:56:54.2105711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\library.h 2025-12-04T09:56:54.2119880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\script.h 2025-12-04T09:56:54.2128049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2025-12-04T09:56:54.2132060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2025-12-04T09:56:54.2135881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2025-12-04T09:56:54.2139669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Device.h 2025-12-04T09:56:54.2154324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2025-12-04T09:56:54.2158188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2025-12-04T09:56:54.2162251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2025-12-04T09:56:54.2166023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Event.h 2025-12-04T09:56:54.2169713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2025-12-04T09:56:54.2173461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Export.h 2025-12-04T09:56:54.2177210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Generator.h 2025-12-04T09:56:54.2181182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\itt.h 2025-12-04T09:56:54.2184869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2025-12-04T09:56:54.2188811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Layout.h 2025-12-04T09:56:54.2192634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2025-12-04T09:56:54.2196464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Module.h 2025-12-04T09:56:54.2200376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2025-12-04T09:56:54.2204225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\PyInterpreterHooks.h 2025-12-04T09:56:54.2208094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2025-12-04T09:56:54.2211839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2025-12-04T09:56:54.2215743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2025-12-04T09:56:54.2219529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\serialization.h 2025-12-04T09:56:54.2223563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\shim_conversion_utils.h 2025-12-04T09:56:54.2238021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Size.h 2025-12-04T09:56:54.2241978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Storage.h 2025-12-04T09:56:54.2246249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2025-12-04T09:56:54.2251800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2025-12-04T09:56:54.2255798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Stream.h 2025-12-04T09:56:54.2259703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2025-12-04T09:56:54.2263706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\THP.h 2025-12-04T09:56:54.2267524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2025-12-04T09:56:54.2271200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\Types.h 2025-12-04T09:56:54.2275415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils.h 2025-12-04T09:56:54.2283130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\acc\Module.h 2025-12-04T09:56:54.2301253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2025-12-04T09:56:54.2305121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2025-12-04T09:56:54.2309154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2025-12-04T09:56:54.2312993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2025-12-04T09:56:54.2316939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2025-12-04T09:56:54.2320906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2025-12-04T09:56:54.2324828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2025-12-04T09:56:54.2339373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2025-12-04T09:56:54.2343532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2025-12-04T09:56:54.2347302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2025-12-04T09:56:54.2351226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2025-12-04T09:56:54.2355064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2025-12-04T09:56:54.2358960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2025-12-04T09:56:54.2363214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2025-12-04T09:56:54.2366891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2025-12-04T09:56:54.2371276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2025-12-04T09:56:54.2375452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2025-12-04T09:56:54.2379366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2025-12-04T09:56:54.2383358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2025-12-04T09:56:54.2387437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2025-12-04T09:56:54.2391261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2025-12-04T09:56:54.2395699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2025-12-04T09:56:54.2399506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2025-12-04T09:56:54.2403385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2025-12-04T09:56:54.2412383Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2025-12-04T09:56:54.2416441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2025-12-04T09:56:54.2420803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2025-12-04T09:56:54.2424864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2025-12-04T09:56:54.2428696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2025-12-04T09:56:54.2444445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2025-12-04T09:56:54.2448384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2025-12-04T09:56:54.2452700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2025-12-04T09:56:54.2461948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2025-12-04T09:56:54.2466890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2025-12-04T09:56:54.2471507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2025-12-04T09:56:54.2481121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2025-12-04T09:56:54.2485359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2025-12-04T09:56:54.2489437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2025-12-04T09:56:54.2494291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2025-12-04T09:56:54.2498779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2025-12-04T09:56:54.2502738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2025-12-04T09:56:54.2507030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2025-12-04T09:56:54.2526354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2025-12-04T09:56:54.2530657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2025-12-04T09:56:54.2534590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2025-12-04T09:56:54.2542739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2025-12-04T09:56:54.2547111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2025-12-04T09:56:54.2551157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2025-12-04T09:56:54.2554897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2025-12-04T09:56:54.2558696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2025-12-04T09:56:54.2572234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2025-12-04T09:56:54.2576445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2025-12-04T09:56:54.2584705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2025-12-04T09:56:54.2588657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2025-12-04T09:56:54.2626813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2025-12-04T09:56:54.2630675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2025-12-04T09:56:54.2634904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2025-12-04T09:56:54.2644363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2025-12-04T09:56:54.2648670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2025-12-04T09:56:54.2657243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nativert\ModelRunnerHandle.h 2025-12-04T09:56:54.2665541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2025-12-04T09:56:54.2669784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2025-12-04T09:56:54.2673732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2025-12-04T09:56:54.2677736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2025-12-04T09:56:54.2682274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2025-12-04T09:56:54.2691658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2025-12-04T09:56:54.2695930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2025-12-04T09:56:54.2700003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2025-12-04T09:56:54.2704030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2025-12-04T09:56:54.2712059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2025-12-04T09:56:54.2716402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2025-12-04T09:56:54.2720235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2025-12-04T09:56:54.2724129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2025-12-04T09:56:54.2738773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2025-12-04T09:56:54.2742774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2025-12-04T09:56:54.2746932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2025-12-04T09:56:54.2750918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2025-12-04T09:56:54.2755181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2025-12-04T09:56:54.2759019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2025-12-04T09:56:54.2763155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2025-12-04T09:56:54.2767138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2025-12-04T09:56:54.2771050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2025-12-04T09:56:54.2775137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2025-12-04T09:56:54.2779322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2025-12-04T09:56:54.2783381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2025-12-04T09:56:54.2792588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2025-12-04T09:56:54.2796706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2025-12-04T09:56:54.2800657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2025-12-04T09:56:54.2804631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2025-12-04T09:56:54.2808401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2025-12-04T09:56:54.2822460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2025-12-04T09:56:54.2826772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2025-12-04T09:56:54.2830596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2025-12-04T09:56:54.2834516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2025-12-04T09:56:54.2839246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2025-12-04T09:56:54.2843191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2025-12-04T09:56:54.2847163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2025-12-04T09:56:54.2851864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2025-12-04T09:56:54.2855970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2025-12-04T09:56:54.2859735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2025-12-04T09:56:54.2863841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2025-12-04T09:56:54.2867740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2025-12-04T09:56:54.2871802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2025-12-04T09:56:54.2876073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2025-12-04T09:56:54.2880223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2025-12-04T09:56:54.2887387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2025-12-04T09:56:54.2891493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2025-12-04T09:56:54.2895826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2025-12-04T09:56:54.2904189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2025-12-04T09:56:54.2908388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2025-12-04T09:56:54.2912348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2025-12-04T09:56:54.2916613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2025-12-04T09:56:54.2932074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2025-12-04T09:56:54.2936476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2025-12-04T09:56:54.2940772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2025-12-04T09:56:54.2944957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2025-12-04T09:56:54.2948956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2025-12-04T09:56:54.2953166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2025-12-04T09:56:54.2962595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2025-12-04T09:56:54.2967151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2025-12-04T09:56:54.2971218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2025-12-04T09:56:54.2975134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2025-12-04T09:56:54.2979209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2025-12-04T09:56:54.2994528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2025-12-04T09:56:54.2998466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2025-12-04T09:56:54.3002651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2025-12-04T09:56:54.3006510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2025-12-04T09:56:54.3010565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2025-12-04T09:56:54.3014380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2025-12-04T09:56:54.3018660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2025-12-04T09:56:54.3022844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2025-12-04T09:56:54.3026590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2025-12-04T09:56:54.3030545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2025-12-04T09:56:54.3034346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2025-12-04T09:56:54.3038182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2025-12-04T09:56:54.3042163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2025-12-04T09:56:54.3046224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2025-12-04T09:56:54.3050299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2025-12-04T09:56:54.3054349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2025-12-04T09:56:54.3063097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2025-12-04T09:56:54.3071013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2025-12-04T09:56:54.3074819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2025-12-04T09:56:54.3078647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2025-12-04T09:56:54.3087358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2025-12-04T09:56:54.3091277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2025-12-04T09:56:54.3095164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2025-12-04T09:56:54.3099005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2025-12-04T09:56:54.3102913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2025-12-04T09:56:54.3107368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2025-12-04T09:56:54.3121032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2025-12-04T09:56:54.3124961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2025-12-04T09:56:54.3132920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2025-12-04T09:56:54.3137037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2025-12-04T09:56:54.3140845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2025-12-04T09:56:54.3159251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python\init.h 2025-12-04T09:56:54.3167136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2025-12-04T09:56:54.3171051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2025-12-04T09:56:54.3174926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2025-12-04T09:56:54.3178914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2025-12-04T09:56:54.3200539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2025-12-04T09:56:54.3204472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2025-12-04T09:56:54.3208537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2025-12-04T09:56:54.3212455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2025-12-04T09:56:54.3226652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2025-12-04T09:56:54.3230528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2025-12-04T09:56:54.3234299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2025-12-04T09:56:54.3238053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2025-12-04T09:56:54.3241867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2025-12-04T09:56:54.3245840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2025-12-04T09:56:54.3249915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2025-12-04T09:56:54.3254170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2025-12-04T09:56:54.3258165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2025-12-04T09:56:54.3262102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2025-12-04T09:56:54.3265879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2025-12-04T09:56:54.3269809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2025-12-04T09:56:54.3273667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2025-12-04T09:56:54.3278160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2025-12-04T09:56:54.3281827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2025-12-04T09:56:54.3286182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2025-12-04T09:56:54.3291083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2025-12-04T09:56:54.3297196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2025-12-04T09:56:54.3309835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2025-12-04T09:56:54.3313451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2025-12-04T09:56:54.3317878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2025-12-04T09:56:54.3322265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2025-12-04T09:56:54.3325939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2025-12-04T09:56:54.3330113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2025-12-04T09:56:54.3334725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2025-12-04T09:56:54.3340954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2025-12-04T09:56:54.3343505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2025-12-04T09:56:54.3359810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2025-12-04T09:56:54.3362338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2025-12-04T09:56:54.3366671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2025-12-04T09:56:54.3371973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2025-12-04T09:56:54.3375936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2025-12-04T09:56:54.3380238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2025-12-04T09:56:54.3384515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2025-12-04T09:56:54.3388582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2025-12-04T09:56:54.3392802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2025-12-04T09:56:54.3397019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2025-12-04T09:56:54.3401111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2025-12-04T09:56:54.3414676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2025-12-04T09:56:54.3419171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2025-12-04T09:56:54.3423506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2025-12-04T09:56:54.3427606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2025-12-04T09:56:54.3436705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2025-12-04T09:56:54.3440904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2025-12-04T09:56:54.3445012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2025-12-04T09:56:54.3449571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2025-12-04T09:56:54.3463883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2025-12-04T09:56:54.3468963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2025-12-04T09:56:54.3478900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2025-12-04T09:56:54.3487518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2025-12-04T09:56:54.3491778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2025-12-04T09:56:54.3506364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2025-12-04T09:56:54.3510627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2025-12-04T09:56:54.3515085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2025-12-04T09:56:54.3525209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2025-12-04T09:56:54.3530926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2025-12-04T09:56:54.3535583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2025-12-04T09:56:54.3539480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2025-12-04T09:56:54.3553231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2025-12-04T09:56:54.3557214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2025-12-04T09:56:54.3566127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cpu\Module.h 2025-12-04T09:56:54.3574044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2025-12-04T09:56:54.3578031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2025-12-04T09:56:54.3582258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2025-12-04T09:56:54.3586004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2025-12-04T09:56:54.3589615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2025-12-04T09:56:54.3603656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2025-12-04T09:56:54.3607515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2025-12-04T09:56:54.3611223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2025-12-04T09:56:54.3615146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2025-12-04T09:56:54.3619223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2025-12-04T09:56:54.3623623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2025-12-04T09:56:54.3627308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2025-12-04T09:56:54.3631078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\cuda\utils.h 2025-12-04T09:56:54.3640182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\Placement.h 2025-12-04T09:56:54.3644763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\python_placement.h 2025-12-04T09:56:54.3653713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\autograd.h 2025-12-04T09:56:54.3657920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\python_autograd.h 2025-12-04T09:56:54.3661731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\utils.h 2025-12-04T09:56:54.3669189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2025-12-04T09:56:54.3673264Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2025-12-04T09:56:54.3680720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h 2025-12-04T09:56:54.3698825Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2025-12-04T09:56:54.3702821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2025-12-04T09:56:54.3710907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2025-12-04T09:56:54.3714737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2025-12-04T09:56:54.3718490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2025-12-04T09:56:54.3732703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2025-12-04T09:56:54.3737187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2025-12-04T09:56:54.3741507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2025-12-04T09:56:54.3745626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2025-12-04T09:56:54.3749889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2025-12-04T09:56:54.3754509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2025-12-04T09:56:54.3758688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2025-12-04T09:56:54.3779447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2025-12-04T09:56:54.3784402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2025-12-04T09:56:54.3788534Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2025-12-04T09:56:54.3792763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2025-12-04T09:56:54.3796775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2025-12-04T09:56:54.3800873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2025-12-04T09:56:54.3878448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2025-12-04T09:56:54.3882612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2025-12-04T09:56:54.3886797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2025-12-04T09:56:54.3890639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2025-12-04T09:56:54.3895017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp 2025-12-04T09:56:54.3900437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp 2025-12-04T09:56:54.3904657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2025-12-04T09:56:54.3908590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2025-12-04T09:56:54.3912822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2025-12-04T09:56:54.3916725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2025-12-04T09:56:54.3920550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2025-12-04T09:56:54.3926829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2025-12-04T09:56:54.3931004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2025-12-04T09:56:54.3936441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2025-12-04T09:56:54.3940591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2025-12-04T09:56:54.3944647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2025-12-04T09:56:54.3948818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2025-12-04T09:56:54.4381288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2025-12-04T09:56:54.4385038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp 2025-12-04T09:56:54.4388976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2025-12-04T09:56:54.4392909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2025-12-04T09:56:54.4397362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2025-12-04T09:56:54.4401605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2025-12-04T09:56:54.4405593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2025-12-04T09:56:54.4409496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_callback_work.hpp 2025-12-04T09:56:54.4413433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2025-12-04T09:56:54.4423602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2025-12-04T09:56:54.4427997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2025-12-04T09:56:54.4432321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2025-12-04T09:56:54.4436427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2025-12-04T09:56:54.4440485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2025-12-04T09:56:54.4444423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2025-12-04T09:56:54.4448721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2025-12-04T09:56:54.4452550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2025-12-04T09:56:54.4456757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2025-12-04T09:56:54.4461488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2025-12-04T09:56:54.4465176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2025-12-04T09:56:54.4474602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2025-12-04T09:56:54.4478978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2025-12-04T09:56:54.4483643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2025-12-04T09:56:54.4488108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2025-12-04T09:56:54.4492696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2025-12-04T09:56:54.4497090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2025-12-04T09:56:54.4507017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp 2025-12-04T09:56:54.4511830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp 2025-12-04T09:56:54.4521062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp 2025-12-04T09:56:54.4525795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\WaitCounterHandler.hpp 2025-12-04T09:56:54.4530317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp 2025-12-04T09:56:54.4545626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\CUDAEventCache.hpp 2025-12-04T09:56:54.4549418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp 2025-12-04T09:56:54.4553450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp 2025-12-04T09:56:54.4562800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization.h 2025-12-04T09:56:54.4567229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h 2025-12-04T09:56:54.4571410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h 2025-12-04T09:56:54.4585306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h 2025-12-04T09:56:54.4589226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp 2025-12-04T09:56:54.4592945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp 2025-12-04T09:56:54.4601026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp 2025-12-04T09:56:54.4605101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp 2025-12-04T09:56:54.4608990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\env.hpp 2025-12-04T09:56:54.4612733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp 2025-12-04T09:56:54.4616631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\nvshmem_team_manager.hpp 2025-12-04T09:56:54.4620907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp 2025-12-04T09:56:54.4630301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2025-12-04T09:56:54.4634285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2025-12-04T09:56:54.4637902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2025-12-04T09:56:54.4641887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2025-12-04T09:56:54.4650581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2025-12-04T09:56:54.4654760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2025-12-04T09:56:54.4658794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2025-12-04T09:56:54.4662875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2025-12-04T09:56:54.4666743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2025-12-04T09:56:54.4670841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2025-12-04T09:56:54.4674844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2025-12-04T09:56:54.4678783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2025-12-04T09:56:54.4682588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2025-12-04T09:56:54.4686527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2025-12-04T09:56:54.4691070Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2025-12-04T09:56:54.4694932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2025-12-04T09:56:54.4699056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2025-12-04T09:56:54.4703002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2025-12-04T09:56:54.4706907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2025-12-04T09:56:54.4710870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2025-12-04T09:56:54.4720108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2025-12-04T09:56:54.4724194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2025-12-04T09:56:54.4728138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2025-12-04T09:56:54.4732009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2025-12-04T09:56:54.4735932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2025-12-04T09:56:54.4739971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2025-12-04T09:56:54.4743788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2025-12-04T09:56:54.4751449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h 2025-12-04T09:56:54.4759726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h 2025-12-04T09:56:54.4763671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h 2025-12-04T09:56:54.4771996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h 2025-12-04T09:56:54.4775662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\testing.h 2025-12-04T09:56:54.4785217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2025-12-04T09:56:54.4789665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2025-12-04T09:56:54.4793753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2025-12-04T09:56:54.4797748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2025-12-04T09:56:54.4807113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2025-12-04T09:56:54.4811434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2025-12-04T09:56:54.4815351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2025-12-04T09:56:54.4819629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame_cpp.h 2025-12-04T09:56:54.4823801Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2025-12-04T09:56:54.4827768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2025-12-04T09:56:54.4832155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2025-12-04T09:56:54.4836031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2025-12-04T09:56:54.4839921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2025-12-04T09:56:54.4844152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\stackref_bridge.h 2025-12-04T09:56:54.4848254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2025-12-04T09:56:54.4856815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\export\example_upgraders.h 2025-12-04T09:56:54.4861176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\export\pt2_archive_constants.h 2025-12-04T09:56:54.4865042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\export\pybind.h 2025-12-04T09:56:54.4869728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\export\upgrader.h 2025-12-04T09:56:54.4877883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\functionalization\Module.h 2025-12-04T09:56:54.4886236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\functorch\init.h 2025-12-04T09:56:54.4894368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\fx\node.h 2025-12-04T09:56:54.4903183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\array_ref_impl.h 2025-12-04T09:56:54.4907342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_prefix.h 2025-12-04T09:56:54.4912309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2025-12-04T09:56:54.4916253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\static_cuda_launcher.h 2025-12-04T09:56:54.4929595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h 2025-12-04T09:56:54.4933679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h 2025-12-04T09:56:54.4942064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\array_ref.h 2025-12-04T09:56:54.4946315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\common.h 2025-12-04T09:56:54.4950184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cpu.h 2025-12-04T09:56:54.4954057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cuda.h 2025-12-04T09:56:54.4957946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\mps.h 2025-12-04T09:56:54.4965751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\xpu.h 2025-12-04T09:56:54.4974235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2025-12-04T09:56:54.4979203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2025-12-04T09:56:54.4988733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2025-12-04T09:56:54.4993451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2025-12-04T09:56:54.4998803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2025-12-04T09:56:54.5008210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h 2025-12-04T09:56:54.5012283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h 2025-12-04T09:56:54.5016609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2025-12-04T09:56:54.5025413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2025-12-04T09:56:54.5029769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h 2025-12-04T09:56:54.5036514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2025-12-04T09:56:54.5045900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2025-12-04T09:56:54.5049939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\kernel_context_tls.h 2025-12-04T09:56:54.5053896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h 2025-12-04T09:56:54.5058121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2025-12-04T09:56:54.5062047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_base.h 2025-12-04T09:56:54.5066230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2025-12-04T09:56:54.5070347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2025-12-04T09:56:54.5074290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h 2025-12-04T09:56:54.5078181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2025-12-04T09:56:54.5082279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2025-12-04T09:56:54.5086102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2025-12-04T09:56:54.5090355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h 2025-12-04T09:56:54.5099675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2025-12-04T09:56:54.5103576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2025-12-04T09:56:54.5107370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2025-12-04T09:56:54.5115854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2025-12-04T09:56:54.5119748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2025-12-04T09:56:54.5127359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\macros.h 2025-12-04T09:56:54.5131242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2025-12-04T09:56:54.5135050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h 2025-12-04T09:56:54.5139015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_deprecated.h 2025-12-04T09:56:54.5142861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h 2025-12-04T09:56:54.5146708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h 2025-12-04T09:56:54.5159958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_aten.h 2025-12-04T09:56:54.5163933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2025-12-04T09:56:54.5168781Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2025-12-04T09:56:54.5177229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h 2025-12-04T09:56:54.5181357Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h 2025-12-04T09:56:54.5190522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h 2025-12-04T09:56:54.5194292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\common.h 2025-12-04T09:56:54.5198058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h 2025-12-04T09:56:54.5201674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h 2025-12-04T09:56:54.5205224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\mps.h 2025-12-04T09:56:54.5213283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h 2025-12-04T09:56:54.5221627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h 2025-12-04T09:56:54.5225497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h 2025-12-04T09:56:54.5229214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h 2025-12-04T09:56:54.5233004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h 2025-12-04T09:56:54.5242278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\instruction_counter\Module.h 2025-12-04T09:56:54.5250799Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2025-12-04T09:56:54.5254593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2025-12-04T09:56:54.5258956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2025-12-04T09:56:54.5266518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2025-12-04T09:56:54.5270261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2025-12-04T09:56:54.5273898Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2025-12-04T09:56:54.5277700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2025-12-04T09:56:54.5281549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2025-12-04T09:56:54.5299442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2025-12-04T09:56:54.5303370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2025-12-04T09:56:54.5307465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2025-12-04T09:56:54.5311272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2025-12-04T09:56:54.5320135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2025-12-04T09:56:54.5324204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2025-12-04T09:56:54.5328289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2025-12-04T09:56:54.5332456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2025-12-04T09:56:54.5336498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2025-12-04T09:56:54.5349059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\cpp\context.h 2025-12-04T09:56:54.5357118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h 2025-12-04T09:56:54.5361594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h 2025-12-04T09:56:54.5365813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h 2025-12-04T09:56:54.5374981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h 2025-12-04T09:56:54.5379376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h 2025-12-04T09:56:54.5389793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h 2025-12-04T09:56:54.5397818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h 2025-12-04T09:56:54.5406106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h 2025-12-04T09:56:54.5414901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h 2025-12-04T09:56:54.5428916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2025-12-04T09:56:54.5436930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h 2025-12-04T09:56:54.5440925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\codegen.h 2025-12-04T09:56:54.5444783Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\compiler.h 2025-12-04T09:56:54.5448977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\executor.h 2025-12-04T09:56:54.5452834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fallback.h 2025-12-04T09:56:54.5456809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h 2025-12-04T09:56:54.5465509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\interface.h 2025-12-04T09:56:54.5469871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h 2025-12-04T09:56:54.5474288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h 2025-12-04T09:56:54.5478163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h 2025-12-04T09:56:54.5482637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h 2025-12-04T09:56:54.5487301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h 2025-12-04T09:56:54.5496689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h 2025-12-04T09:56:54.5501482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h 2025-12-04T09:56:54.5506990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h 2025-12-04T09:56:54.5519813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h 2025-12-04T09:56:54.5525999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h 2025-12-04T09:56:54.5536668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h 2025-12-04T09:56:54.5541508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h 2025-12-04T09:56:54.5546035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h 2025-12-04T09:56:54.5549682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h 2025-12-04T09:56:54.5558591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h 2025-12-04T09:56:54.5562879Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\interface.h 2025-12-04T09:56:54.5566987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\kernel.h 2025-12-04T09:56:54.5570907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h 2025-12-04T09:56:54.5592645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h 2025-12-04T09:56:54.5596389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\operator.h 2025-12-04T09:56:54.5600432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h 2025-12-04T09:56:54.5609608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\cuda\cuda.h 2025-12-04T09:56:54.5617326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2025-12-04T09:56:54.5621740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2025-12-04T09:56:54.5625692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2025-12-04T09:56:54.5634194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2025-12-04T09:56:54.5638014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2025-12-04T09:56:54.5641899Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2025-12-04T09:56:54.5645958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2025-12-04T09:56:54.5649960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2025-12-04T09:56:54.5653719Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2025-12-04T09:56:54.5657735Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2025-12-04T09:56:54.5661697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2025-12-04T09:56:54.5665490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2025-12-04T09:56:54.5669377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2025-12-04T09:56:54.5673440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2025-12-04T09:56:54.5677277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2025-12-04T09:56:54.5681234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2025-12-04T09:56:54.5685181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2025-12-04T09:56:54.5688949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2025-12-04T09:56:54.5693160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2025-12-04T09:56:54.5696914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2025-12-04T09:56:54.5705231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2025-12-04T09:56:54.5709090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2025-12-04T09:56:54.5713171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2025-12-04T09:56:54.5717001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2025-12-04T09:56:54.5721030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2025-12-04T09:56:54.5724678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2025-12-04T09:56:54.5728430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2025-12-04T09:56:54.5732814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2025-12-04T09:56:54.5742097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2025-12-04T09:56:54.5745966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2025-12-04T09:56:54.5749675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2025-12-04T09:56:54.5753413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2025-12-04T09:56:54.5761621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2025-12-04T09:56:54.5765265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2025-12-04T09:56:54.5769459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2025-12-04T09:56:54.5773276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2025-12-04T09:56:54.5777058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2025-12-04T09:56:54.5781087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2025-12-04T09:56:54.5784891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2025-12-04T09:56:54.5788926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2025-12-04T09:56:54.5793089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2025-12-04T09:56:54.5802121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2025-12-04T09:56:54.5806045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2025-12-04T09:56:54.5810689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2025-12-04T09:56:54.5814979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2025-12-04T09:56:54.5823249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2025-12-04T09:56:54.5827295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2025-12-04T09:56:54.5831133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2025-12-04T09:56:54.5835234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2025-12-04T09:56:54.5839366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2025-12-04T09:56:54.5843009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2025-12-04T09:56:54.5847236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2025-12-04T09:56:54.5851166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2025-12-04T09:56:54.5855127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2025-12-04T09:56:54.5859132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2025-12-04T09:56:54.5863102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2025-12-04T09:56:54.5867258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2025-12-04T09:56:54.5871390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2025-12-04T09:56:54.5875290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2025-12-04T09:56:54.5879560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2025-12-04T09:56:54.5883664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2025-12-04T09:56:54.5887786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2025-12-04T09:56:54.5891917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2025-12-04T09:56:54.5908535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport.h 2025-12-04T09:56:54.5912472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h 2025-12-04T09:56:54.5916702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h 2025-12-04T09:56:54.5925790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h 2025-12-04T09:56:54.5935077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h 2025-12-04T09:56:54.5939506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h 2025-12-04T09:56:54.5944064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h 2025-12-04T09:56:54.5953033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h 2025-12-04T09:56:54.5957326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h 2025-12-04T09:56:54.5961599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h 2025-12-04T09:56:54.5965694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h 2025-12-04T09:56:54.5974674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h 2025-12-04T09:56:54.5980485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\context.h 2025-12-04T09:56:54.5984516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\registry.h 2025-12-04T09:56:54.5993451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\export_data.h 2025-12-04T09:56:54.5998027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\random.h 2025-12-04T09:56:54.6003242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\sequential.h 2025-12-04T09:56:54.6012254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\optim\sgd.h 2025-12-04T09:56:54.6022750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders.h 2025-12-04T09:56:54.6027220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h 2025-12-04T09:56:54.6031961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\utils.h 2025-12-04T09:56:54.6035775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\version_map.h 2025-12-04T09:56:54.6049670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2025-12-04T09:56:54.6053457Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2025-12-04T09:56:54.6057700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2025-12-04T09:56:54.6061532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2025-12-04T09:56:54.6069772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2025-12-04T09:56:54.6074088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2025-12-04T09:56:54.6078253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2025-12-04T09:56:54.6082191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2025-12-04T09:56:54.6086074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2025-12-04T09:56:54.6090116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2025-12-04T09:56:54.6094013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2025-12-04T09:56:54.6098051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2025-12-04T09:56:54.6102388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2025-12-04T09:56:54.6106355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2025-12-04T09:56:54.6110291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2025-12-04T09:56:54.6114281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2025-12-04T09:56:54.6118363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2025-12-04T09:56:54.6122452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2025-12-04T09:56:54.6126513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2025-12-04T09:56:54.6135096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2025-12-04T09:56:54.6139153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2025-12-04T09:56:54.6143347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2025-12-04T09:56:54.6147496Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2025-12-04T09:56:54.6151340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2025-12-04T09:56:54.6155680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2025-12-04T09:56:54.6159606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2025-12-04T09:56:54.6163505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2025-12-04T09:56:54.6167741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2025-12-04T09:56:54.6176153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2025-12-04T09:56:54.6180450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2025-12-04T09:56:54.6184422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2025-12-04T09:56:54.6188596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2025-12-04T09:56:54.6192627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2025-12-04T09:56:54.6196627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2025-12-04T09:56:54.6200481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2025-12-04T09:56:54.6204396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2025-12-04T09:56:54.6208453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2025-12-04T09:56:54.6216819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2025-12-04T09:56:54.6221042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2025-12-04T09:56:54.6224813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2025-12-04T09:56:54.6229285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2025-12-04T09:56:54.6234248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2025-12-04T09:56:54.6238263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2025-12-04T09:56:54.6242310Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2025-12-04T09:56:54.6246265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2025-12-04T09:56:54.6250510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2025-12-04T09:56:54.6259023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2025-12-04T09:56:54.6263180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2025-12-04T09:56:54.6267185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2025-12-04T09:56:54.6271157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2025-12-04T09:56:54.6275006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2025-12-04T09:56:54.6279004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2025-12-04T09:56:54.6282986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2025-12-04T09:56:54.6287199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2025-12-04T09:56:54.6291246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2025-12-04T09:56:54.6295184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2025-12-04T09:56:54.6308614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2025-12-04T09:56:54.6312748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2025-12-04T09:56:54.6316845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2025-12-04T09:56:54.6320811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2025-12-04T09:56:54.6324717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2025-12-04T09:56:54.6328794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2025-12-04T09:56:54.6332837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2025-12-04T09:56:54.6336872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2025-12-04T09:56:54.6341012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2025-12-04T09:56:54.6345123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2025-12-04T09:56:54.6349180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2025-12-04T09:56:54.6358693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2025-12-04T09:56:54.6363200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2025-12-04T09:56:54.6367076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2025-12-04T09:56:54.6371157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2025-12-04T09:56:54.6375286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2025-12-04T09:56:54.6379329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2025-12-04T09:56:54.6383321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2025-12-04T09:56:54.6387175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2025-12-04T09:56:54.6391417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2025-12-04T09:56:54.6401043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2025-12-04T09:56:54.6405463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2025-12-04T09:56:54.6409601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2025-12-04T09:56:54.6413700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2025-12-04T09:56:54.6418134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2025-12-04T09:56:54.6422740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2025-12-04T09:56:54.6427105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2025-12-04T09:56:54.6431659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2025-12-04T09:56:54.6436554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2025-12-04T09:56:54.6440940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2025-12-04T09:56:54.6444912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2025-12-04T09:56:54.6454236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h 2025-12-04T09:56:54.6464096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h 2025-12-04T09:56:54.6468124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_fold.h 2025-12-04T09:56:54.6471952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_map.h 2025-12-04T09:56:54.6476065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h 2025-12-04T09:56:54.6485602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h 2025-12-04T09:56:54.6490095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h 2025-12-04T09:56:54.6494736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h 2025-12-04T09:56:54.6499286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_extraction.h 2025-12-04T09:56:54.6504733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_substitution.h 2025-12-04T09:56:54.6509342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\helper.h 2025-12-04T09:56:54.6513604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h 2025-12-04T09:56:54.6518213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\naming.h 2025-12-04T09:56:54.6522707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\onnx_log.h 2025-12-04T09:56:54.6527147Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\peephole.h 2025-12-04T09:56:54.6531479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h 2025-12-04T09:56:54.6535775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h 2025-12-04T09:56:54.6539918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h 2025-12-04T09:56:54.6543873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h 2025-12-04T09:56:54.6548019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h 2025-12-04T09:56:54.6552019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h 2025-12-04T09:56:54.6565367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h 2025-12-04T09:56:54.6569397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h 2025-12-04T09:56:54.6573285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h 2025-12-04T09:56:54.6581484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h 2025-12-04T09:56:54.6591460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2025-12-04T09:56:54.6595710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2025-12-04T09:56:54.6599614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2025-12-04T09:56:54.6614999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2025-12-04T09:56:54.6616025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2025-12-04T09:56:54.6618028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2025-12-04T09:56:54.6622044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2025-12-04T09:56:54.6626454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2025-12-04T09:56:54.6630564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2025-12-04T09:56:54.6639868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2025-12-04T09:56:54.6643775Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2025-12-04T09:56:54.6647703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2025-12-04T09:56:54.6655836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2025-12-04T09:56:54.6659979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2025-12-04T09:56:54.6669291Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2025-12-04T09:56:54.6673103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2025-12-04T09:56:54.6677156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\opaque_obj.h 2025-12-04T09:56:54.6680969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2025-12-04T09:56:54.6684672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2025-12-04T09:56:54.6693702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2025-12-04T09:56:54.6697699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2025-12-04T09:56:54.6701707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2025-12-04T09:56:54.6705807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2025-12-04T09:56:54.6709672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2025-12-04T09:56:54.6713902Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2025-12-04T09:56:54.6717772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2025-12-04T09:56:54.6721812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2025-12-04T09:56:54.6725726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2025-12-04T09:56:54.6729595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2025-12-04T09:56:54.6733460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2025-12-04T09:56:54.6737755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2025-12-04T09:56:54.6746311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2025-12-04T09:56:54.6750292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2025-12-04T09:56:54.6754013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2025-12-04T09:56:54.6757872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2025-12-04T09:56:54.6766793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2025-12-04T09:56:54.6785947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2025-12-04T09:56:54.6790103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2025-12-04T09:56:54.6794093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2025-12-04T09:56:54.6798067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2025-12-04T09:56:54.6802705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2025-12-04T09:56:54.6806702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2025-12-04T09:56:54.6811385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2025-12-04T09:56:54.6815689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2025-12-04T09:56:54.6820035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2025-12-04T09:56:54.6823929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2025-12-04T09:56:54.6827957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2025-12-04T09:56:54.6831864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2025-12-04T09:56:54.6836741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2025-12-04T09:56:54.6841261Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2025-12-04T09:56:54.6845716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2025-12-04T09:56:54.6854643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2025-12-04T09:56:54.6859250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2025-12-04T09:56:54.6863745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2025-12-04T09:56:54.6867730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2025-12-04T09:56:54.6872232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2025-12-04T09:56:54.6876733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2025-12-04T09:56:54.6880860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2025-12-04T09:56:54.6885162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2025-12-04T09:56:54.6889581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2025-12-04T09:56:54.6899472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2025-12-04T09:56:54.6903733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2025-12-04T09:56:54.6912547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h 2025-12-04T09:56:54.6916890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h 2025-12-04T09:56:54.6921447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\frame.h 2025-12-04T09:56:54.6925431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h 2025-12-04T09:56:54.6939467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\fusion.h 2025-12-04T09:56:54.6943156Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\impl.h 2025-12-04T09:56:54.6947528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\init.h 2025-12-04T09:56:54.6951542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\memory_planner.h 2025-12-04T09:56:54.6955509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ops.h 2025-12-04T09:56:54.6959503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\passes.h 2025-12-04T09:56:54.6970126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h 2025-12-04T09:56:54.6974193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h 2025-12-04T09:56:54.6978672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\static_method.h 2025-12-04T09:56:54.6982865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\te_wrapper.h 2025-12-04T09:56:54.6994119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2025-12-04T09:56:54.6999075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2025-12-04T09:56:54.7003337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2025-12-04T09:56:54.7013432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2025-12-04T09:56:54.7018659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2025-12-04T09:56:54.7022572Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2025-12-04T09:56:54.7026966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2025-12-04T09:56:54.7031214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2025-12-04T09:56:54.7035427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2025-12-04T09:56:54.7039404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2025-12-04T09:56:54.7043747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2025-12-04T09:56:54.7048179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2025-12-04T09:56:54.7052743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2025-12-04T09:56:54.7056538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2025-12-04T09:56:54.7060761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2025-12-04T09:56:54.7064612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler_helper.h 2025-12-04T09:56:54.7068531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2025-12-04T09:56:54.7072812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2025-12-04T09:56:54.7077014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2025-12-04T09:56:54.7081294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2025-12-04T09:56:54.7089811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2025-12-04T09:56:54.7093935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2025-12-04T09:56:54.7103447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2025-12-04T09:56:54.7107279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2025-12-04T09:56:54.7111270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2025-12-04T09:56:54.7114998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2025-12-04T09:56:54.7123523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2025-12-04T09:56:54.7127635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2025-12-04T09:56:54.7131454Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2025-12-04T09:56:54.7135323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2025-12-04T09:56:54.7139573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2025-12-04T09:56:54.7143490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2025-12-04T09:56:54.7147296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2025-12-04T09:56:54.7150998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2025-12-04T09:56:54.7154941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2025-12-04T09:56:54.7167539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2025-12-04T09:56:54.7168586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2025-12-04T09:56:54.7169847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2025-12-04T09:56:54.7172784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2025-12-04T09:56:54.7176351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2025-12-04T09:56:54.7180327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2025-12-04T09:56:54.7184150Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2025-12-04T09:56:54.7190565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2025-12-04T09:56:54.7198919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2025-12-04T09:56:54.7203311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2025-12-04T09:56:54.7207284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2025-12-04T09:56:54.7211243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2025-12-04T09:56:54.7215302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2025-12-04T09:56:54.7219345Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2025-12-04T09:56:54.7223262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2025-12-04T09:56:54.7227117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2025-12-04T09:56:54.7231069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2025-12-04T09:56:54.7234900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2025-12-04T09:56:54.7238935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2025-12-04T09:56:54.7249144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2025-12-04T09:56:54.7253844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2025-12-04T09:56:54.7257945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2025-12-04T09:56:54.7261941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2025-12-04T09:56:54.7265796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2025-12-04T09:56:54.7269722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2025-12-04T09:56:54.7273512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2025-12-04T09:56:54.7277380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2025-12-04T09:56:54.7281280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2025-12-04T09:56:54.7285754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2025-12-04T09:56:54.7294604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2025-12-04T09:56:54.7298258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2025-12-04T09:56:54.7302141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2025-12-04T09:56:54.7306015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2025-12-04T09:56:54.7309824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2025-12-04T09:56:54.7318919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2025-12-04T09:56:54.7322939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2025-12-04T09:56:54.7327032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2025-12-04T09:56:54.7330959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2025-12-04T09:56:54.7339792Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\testing\catch_utils.hpp 2025-12-04T09:56:54.7343926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2025-12-04T09:56:54.7348035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2025-12-04T09:56:54.7361490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2025-12-04T09:56:54.7365481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2025-12-04T09:56:54.7369493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2025-12-04T09:56:54.7373649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2025-12-04T09:56:54.7387563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2025-12-04T09:56:54.7391425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2025-12-04T09:56:54.7395315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2025-12-04T09:56:54.7399480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2025-12-04T09:56:54.7403587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2025-12-04T09:56:54.7412461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2025-12-04T09:56:54.7416280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2025-12-04T09:56:54.7420266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2025-12-04T09:56:54.7424230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2025-12-04T09:56:54.7428408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2025-12-04T09:56:54.7432364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2025-12-04T09:56:54.7436394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2025-12-04T09:56:54.7440188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2025-12-04T09:56:54.7444032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2025-12-04T09:56:54.7448268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2025-12-04T09:56:54.7452179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2025-12-04T09:56:54.7456453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2025-12-04T09:56:54.7460675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2025-12-04T09:56:54.7464652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2025-12-04T09:56:54.7468824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2025-12-04T09:56:54.7473018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2025-12-04T09:56:54.7476950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2025-12-04T09:56:54.7480741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2025-12-04T09:56:54.7533098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2025-12-04T09:56:54.7533866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2025-12-04T09:56:54.7534664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2025-12-04T09:56:54.7535427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2025-12-04T09:56:54.7536639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyIr.h 2025-12-04T09:56:54.7540132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h 2025-12-04T09:56:54.7540966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h 2025-12-04T09:56:54.7546962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\python\init.h 2025-12-04T09:56:54.7548904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2025-12-04T09:56:54.7562605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2025-12-04T09:56:54.7566924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2025-12-04T09:56:54.7570768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2025-12-04T09:56:54.7574832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2025-12-04T09:56:54.7583811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2025-12-04T09:56:54.7587590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2025-12-04T09:56:54.7591495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2025-12-04T09:56:54.7595649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2025-12-04T09:56:54.7599402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2025-12-04T09:56:54.7603142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2025-12-04T09:56:54.7611242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h 2025-12-04T09:56:54.7615129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\generic.h 2025-12-04T09:56:54.7618991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h 2025-12-04T09:56:54.7628052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\monitor\counters.h 2025-12-04T09:56:54.7631963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\monitor\events.h 2025-12-04T09:56:54.7635767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\monitor\python_init.h 2025-12-04T09:56:54.7644282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\mps\Module.h 2025-12-04T09:56:54.7651736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\mtia\Module.h 2025-12-04T09:56:54.7659201Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h 2025-12-04T09:56:54.7667507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\multiprocessing\init.h 2025-12-04T09:56:54.7679760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2025-12-04T09:56:54.7683751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2025-12-04T09:56:54.7687510Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2025-12-04T09:56:54.7695277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2025-12-04T09:56:54.7699161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2025-12-04T09:56:54.7703058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2025-12-04T09:56:54.7706832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2025-12-04T09:56:54.7714667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2025-12-04T09:56:54.7718763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2025-12-04T09:56:54.7722646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2025-12-04T09:56:54.7726512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2025-12-04T09:56:54.7730435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2025-12-04T09:56:54.7734152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2025-12-04T09:56:54.7738015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2025-12-04T09:56:54.7745818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2025-12-04T09:56:54.7749754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2025-12-04T09:56:54.7753474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2025-12-04T09:56:54.7761356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2025-12-04T09:56:54.7765108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2025-12-04T09:56:54.7768829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2025-12-04T09:56:54.7776885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2025-12-04T09:56:54.7780885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2025-12-04T09:56:54.7785217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2025-12-04T09:56:54.7793404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2025-12-04T09:56:54.7801999Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2025-12-04T09:56:54.7810228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2025-12-04T09:56:54.7814081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2025-12-04T09:56:54.7818316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2025-12-04T09:56:54.7822330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2025-12-04T09:56:54.7830840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2025-12-04T09:56:54.7834831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2025-12-04T09:56:54.7838915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2025-12-04T09:56:54.7843065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2025-12-04T09:56:54.7846949Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2025-12-04T09:56:54.7850734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2025-12-04T09:56:54.7854755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2025-12-04T09:56:54.7858704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2025-12-04T09:56:54.7862709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2025-12-04T09:56:54.7866575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2025-12-04T09:56:54.7870182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2025-12-04T09:56:54.7874058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2025-12-04T09:56:54.7883484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\accelerator.h 2025-12-04T09:56:54.7887450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\device.h 2025-12-04T09:56:54.7891421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\device_inl.h 2025-12-04T09:56:54.7895384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\device_struct.h 2025-12-04T09:56:54.7904313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\library.h 2025-12-04T09:56:54.7907945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\ops.h 2025-12-04T09:56:54.7912005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\stableivalue_conversions.h 2025-12-04T09:56:54.7916141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\tensor.h 2025-12-04T09:56:54.7919981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\tensor_inl.h 2025-12-04T09:56:54.7924062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\tensor_struct.h 2025-12-04T09:56:54.7928039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\version.h 2025-12-04T09:56:54.7935657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\stable\c\shim.h 2025-12-04T09:56:54.7944241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2025-12-04T09:56:54.7970045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2025-12-04T09:56:54.7974305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2025-12-04T09:56:54.7978720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2025-12-04T09:56:54.7982637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2025-12-04T09:56:54.7992703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2025-12-04T09:56:54.7997007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\generated_serialization_types.h 2025-12-04T09:56:54.8002107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2025-12-04T09:56:54.8006728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2025-12-04T09:56:54.8011426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2025-12-04T09:56:54.8015724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2025-12-04T09:56:54.8019876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2025-12-04T09:56:54.8024465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2025-12-04T09:56:54.8028815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2025-12-04T09:56:54.8032751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2025-12-04T09:56:54.8036933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2025-12-04T09:56:54.8040834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2025-12-04T09:56:54.8045354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2025-12-04T09:56:54.8049808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2025-12-04T09:56:54.8053831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2025-12-04T09:56:54.8058119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2025-12-04T09:56:54.8067527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2025-12-04T09:56:54.8071367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2025-12-04T09:56:54.8075350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2025-12-04T09:56:54.8079447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2025-12-04T09:56:54.8083428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2025-12-04T09:56:54.8087486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2025-12-04T09:56:54.8091298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2025-12-04T09:56:54.8095307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2025-12-04T09:56:54.8099081Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2025-12-04T09:56:54.8102742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2025-12-04T09:56:54.8111596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2025-12-04T09:56:54.8115440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2025-12-04T09:56:54.8119266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2025-12-04T09:56:54.8123196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2025-12-04T09:56:54.8127127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2025-12-04T09:56:54.8131138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2025-12-04T09:56:54.8135507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2025-12-04T09:56:54.8139492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2025-12-04T09:56:54.8143673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2025-12-04T09:56:54.8152334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2025-12-04T09:56:54.8156487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2025-12-04T09:56:54.8160395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2025-12-04T09:56:54.8164360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2025-12-04T09:56:54.8168335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2025-12-04T09:56:54.8172047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2025-12-04T09:56:54.8181976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2025-12-04T09:56:54.8185807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2025-12-04T09:56:54.8189616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2025-12-04T09:56:54.8193320Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\csrc\xpu\XPUPluggableAllocator.h 2025-12-04T09:56:54.8202744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\version.h 2025-12-04T09:56:54.8210232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\DeviceType.h 2025-12-04T09:56:54.8213971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\Dispatch.h 2025-12-04T09:56:54.8217929Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\Dispatch_v2.h 2025-12-04T09:56:54.8221790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\Layout.h 2025-12-04T09:56:54.8225696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\MemoryFormat.h 2025-12-04T09:56:54.8235646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\ScalarType.h 2025-12-04T09:56:54.8239583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\core\TensorAccessor.h 2025-12-04T09:56:54.8251421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\cpu\vec\intrinsics.h 2025-12-04T09:56:54.8255321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\cpu\vec\vec_half.h 2025-12-04T09:56:54.8264034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\macros\cmake_macros.h 2025-12-04T09:56:54.8267903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\macros\Export.h 2025-12-04T09:56:54.8272009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\macros\Macros.h 2025-12-04T09:56:54.8280178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\BFloat16.h 2025-12-04T09:56:54.8283834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\bits.h 2025-12-04T09:56:54.8287620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\bit_cast.h 2025-12-04T09:56:54.8291275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\complex.h 2025-12-04T09:56:54.8294967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Deprecated.h 2025-12-04T09:56:54.8299198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Exception.h 2025-12-04T09:56:54.8309671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float4_e2m1fn_x2.h 2025-12-04T09:56:54.8315720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_e4m3fn.h 2025-12-04T09:56:54.8321744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_e4m3fnuz.h 2025-12-04T09:56:54.8327786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_e5m2.h 2025-12-04T09:56:54.8333997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_e5m2fnuz.h 2025-12-04T09:56:54.8340004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_e8m0fnu.h 2025-12-04T09:56:54.8346044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Float8_fnuz_cvt.h 2025-12-04T09:56:54.8352190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\floating_point_utils.h 2025-12-04T09:56:54.8358470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Half.h 2025-12-04T09:56:54.8364828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\HeaderOnlyArrayRef.h 2025-12-04T09:56:54.8370935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\Metaprogramming.h 2025-12-04T09:56:54.8377023Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\qint32.h 2025-12-04T09:56:54.8383730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\qint8.h 2025-12-04T09:56:54.8389613Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\quint2x4.h 2025-12-04T09:56:54.8393455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\quint4x2.h 2025-12-04T09:56:54.8399346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\quint8.h 2025-12-04T09:56:54.8405238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\shim_utils.h 2025-12-04T09:56:54.8411399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\TypeList.h 2025-12-04T09:56:54.8417490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\TypeSafeSignMath.h 2025-12-04T09:56:54.8428438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\include\torch\headeronly\util\TypeTraits.h 2025-12-04T09:56:54.8445200Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\annotations.py 2025-12-04T09:56:54.8451168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\frontend.py 2025-12-04T09:56:54.8457305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\generate_bytecode.py 2025-12-04T09:56:54.8463657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\quantized.py 2025-12-04T09:56:54.8472132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\supported_ops.py 2025-12-04T09:56:54.8476173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2025-12-04T09:56:54.8480880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_async.py 2025-12-04T09:56:54.8484878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_await.py 2025-12-04T09:56:54.8488616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_builtins.py 2025-12-04T09:56:54.8493179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_check.py 2025-12-04T09:56:54.8496762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_dataclass_impls.py 2025-12-04T09:56:54.8501026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_decompositions.py 2025-12-04T09:56:54.8505582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_decomposition_utils.py 2025-12-04T09:56:54.8510088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_freeze.py 2025-12-04T09:56:54.8514495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_fuser.py 2025-12-04T09:56:54.8518940Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_ir_utils.py 2025-12-04T09:56:54.8523463Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_logging.py 2025-12-04T09:56:54.8528045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_monkeytype_config.py 2025-12-04T09:56:54.8532481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_pickle.py 2025-12-04T09:56:54.8536869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_recursive.py 2025-12-04T09:56:54.8541207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_script.py 2025-12-04T09:56:54.8545425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_script.pyi 2025-12-04T09:56:54.8549521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_serialization.py 2025-12-04T09:56:54.8553389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_shape_functions.py 2025-12-04T09:56:54.8561636Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_state.py 2025-12-04T09:56:54.8565394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_trace.py 2025-12-04T09:56:54.8569737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__init__.py 2025-12-04T09:56:54.8577219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\mobile\__init__.py 2025-12-04T09:56:54.8585328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:54.8593699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2025-12-04T09:56:54.8597587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_passes\__init__.py 2025-12-04T09:56:54.8604455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-310.pyc 2025-12-04T09:56:54.8608252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:54.8617680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-310.pyc 2025-12-04T09:56:54.8621616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-310.pyc 2025-12-04T09:56:54.8625557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-310.pyc 2025-12-04T09:56:54.8633885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-310.pyc 2025-12-04T09:56:54.8637755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-310.pyc 2025-12-04T09:56:54.8641671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-310.pyc 2025-12-04T09:56:54.8645664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_async.cpython-310.pyc 2025-12-04T09:56:54.8649451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_await.cpython-310.pyc 2025-12-04T09:56:54.8653341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-310.pyc 2025-12-04T09:56:54.8657143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_check.cpython-310.pyc 2025-12-04T09:56:54.8661334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-310.pyc 2025-12-04T09:56:54.8665171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-310.pyc 2025-12-04T09:56:54.8669085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-310.pyc 2025-12-04T09:56:54.8673071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-310.pyc 2025-12-04T09:56:54.8676946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-310.pyc 2025-12-04T09:56:54.8680760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-310.pyc 2025-12-04T09:56:54.8689100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-310.pyc 2025-12-04T09:56:54.8693326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-310.pyc 2025-12-04T09:56:54.8697193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-310.pyc 2025-12-04T09:56:54.8701219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-310.pyc 2025-12-04T09:56:54.8705211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_script.cpython-310.pyc 2025-12-04T09:56:54.8709405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-310.pyc 2025-12-04T09:56:54.8713308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-310.pyc 2025-12-04T09:56:54.8717386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_state.cpython-310.pyc 2025-12-04T09:56:54.8721576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-310.pyc 2025-12-04T09:56:54.8730010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:54.8739415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2025-12-04T09:56:54.8744720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2025-12-04T09:56:54.8748705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\backend_with_compiler.dll 2025-12-04T09:56:54.8759238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\backend_with_compiler.lib 2025-12-04T09:56:54.8763444Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\c10.dll 2025-12-04T09:56:54.8773030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\c10.lib 2025-12-04T09:56:54.8780609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\cpuinfo.lib 2025-12-04T09:56:54.8784858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\fmt.lib 2025-12-04T09:56:54.8794831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\jitbackend_test.dll 2025-12-04T09:56:54.8799566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\jitbackend_test.lib 2025-12-04T09:56:54.8803730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libittnotify.lib 2025-12-04T09:56:54.8809398Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\microkernels-prod.lib 2025-12-04T09:56:54.8827862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\pthreadpool.lib 2025-12-04T09:56:54.8833089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\shm.dll 2025-12-04T09:56:54.8836848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\shm.lib 2025-12-04T09:56:54.8840431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\sleef.lib 2025-12-04T09:56:54.8891698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch.dll 2025-12-04T09:56:54.8895384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch.lib 2025-12-04T09:56:54.8899215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torchbind_test.dll 2025-12-04T09:56:54.8906443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torchbind_test.lib 2025-12-04T09:56:54.8911082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch_cpu.dll 2025-12-04T09:56:55.0316041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch_cpu.lib 2025-12-04T09:56:55.0501412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch_global_deps.dll 2025-12-04T09:56:55.0513037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch_python.dll 2025-12-04T09:56:55.0622272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\torch_python.lib 2025-12-04T09:56:55.0628238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\XNNPACK.lib 2025-12-04T09:56:55.0647061Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\_C.lib 2025-12-04T09:56:55.0655252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libshm\alloc_info.h 2025-12-04T09:56:55.0659502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libshm\err.h 2025-12-04T09:56:55.0663397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libshm\libshm.h 2025-12-04T09:56:55.0667233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libshm\socket.h 2025-12-04T09:56:55.0675157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\lib\libshm_windows\libshm.h 2025-12-04T09:56:55.0683760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\linalg\__init__.py 2025-12-04T09:56:55.0692237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0700654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\_docs.py 2025-12-04T09:56:55.0704508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\_ops.py 2025-12-04T09:56:55.0708307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\__init__.py 2025-12-04T09:56:55.0715819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\binary.py 2025-12-04T09:56:55.0719453Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\core.py 2025-12-04T09:56:55.0723127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\creation.py 2025-12-04T09:56:55.0727004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2025-12-04T09:56:55.0730670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2025-12-04T09:56:55.0745354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\unary.py 2025-12-04T09:56:55.0749027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2025-12-04T09:56:55.0752931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2025-12-04T09:56:55.0760757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-310.pyc 2025-12-04T09:56:55.0764742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-310.pyc 2025-12-04T09:56:55.0768624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-310.pyc 2025-12-04T09:56:55.0782975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-310.pyc 2025-12-04T09:56:55.0786948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-310.pyc 2025-12-04T09:56:55.0791126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-310.pyc 2025-12-04T09:56:55.0795072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-310.pyc 2025-12-04T09:56:55.0799110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0817677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-310.pyc 2025-12-04T09:56:55.0821912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-310.pyc 2025-12-04T09:56:55.0826704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0845194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\monitor\__init__.py 2025-12-04T09:56:55.0853272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0861737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\event.py 2025-12-04T09:56:55.0865646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\profiler.py 2025-12-04T09:56:55.0869432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\__init__.py 2025-12-04T09:56:55.0877217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\__pycache__\event.cpython-310.pyc 2025-12-04T09:56:55.0881146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-310.pyc 2025-12-04T09:56:55.0885859Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0905359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\memory.py 2025-12-04T09:56:55.0909622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\mtia_graph.py 2025-12-04T09:56:55.0913810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\_utils.py 2025-12-04T09:56:55.0917672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\__init__.py 2025-12-04T09:56:55.0935423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\__pycache__\memory.cpython-310.pyc 2025-12-04T09:56:55.0939733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\__pycache__\mtia_graph.cpython-310.pyc 2025-12-04T09:56:55.0943615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.0957332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.0966280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\pool.py 2025-12-04T09:56:55.0970382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\queue.py 2025-12-04T09:56:55.1008912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\reductions.py 2025-12-04T09:56:55.1012787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\spawn.py 2025-12-04T09:56:55.1016828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\_atfork.py 2025-12-04T09:56:55.1025969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__init__.py 2025-12-04T09:56:55.1034946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-310.pyc 2025-12-04T09:56:55.1039479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-310.pyc 2025-12-04T09:56:55.1043976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-310.pyc 2025-12-04T09:56:55.1058247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-310.pyc 2025-12-04T09:56:55.1063182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-310.pyc 2025-12-04T09:56:55.1067266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1076563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\__init__.py 2025-12-04T09:56:55.1083478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\_lowered_aoti_module.py 2025-12-04T09:56:55.1089844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\_lower_utils.py 2025-12-04T09:56:55.1093619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\__init__.py 2025-12-04T09:56:55.1113353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\__pycache__\_lowered_aoti_module.cpython-310.pyc 2025-12-04T09:56:55.1117438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\__pycache__\_lower_utils.cpython-310.pyc 2025-12-04T09:56:55.1121448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\backends\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1140739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nativert\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1150989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\__init__.py 2025-12-04T09:56:55.1158608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\nested_int.py 2025-12-04T09:56:55.1162946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2025-12-04T09:56:55.1166875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\ops.py 2025-12-04T09:56:55.1171657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\sdpa.py 2025-12-04T09:56:55.1186097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__init__.py 2025-12-04T09:56:55.1193627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__pycache__\nested_int.cpython-310.pyc 2025-12-04T09:56:55.1197552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-310.pyc 2025-12-04T09:56:55.1201424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-310.pyc 2025-12-04T09:56:55.1215941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-310.pyc 2025-12-04T09:56:55.1219986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1228761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1238309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\common_types.py 2025-12-04T09:56:55.1241813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\cpp.py 2025-12-04T09:56:55.1245566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\functional.py 2025-12-04T09:56:55.1251152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\functional.pyi 2025-12-04T09:56:55.1266058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\grad.py 2025-12-04T09:56:55.1270230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\init.py 2025-12-04T09:56:55.1273945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parameter.py 2025-12-04T09:56:55.1277908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parameter.pyi 2025-12-04T09:56:55.1281840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\_reduction.py 2025-12-04T09:56:55.1285686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__init__.py 2025-12-04T09:56:55.1293278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\bias.py 2025-12-04T09:56:55.1297756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\flex_attention.py 2025-12-04T09:56:55.1302234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\varlen.py 2025-12-04T09:56:55.1305842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\_fa4.py 2025-12-04T09:56:55.1309514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\_registry.py 2025-12-04T09:56:55.1324989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\_utils.py 2025-12-04T09:56:55.1328686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__init__.py 2025-12-04T09:56:55.1336732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2025-12-04T09:56:55.1340638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2025-12-04T09:56:55.1348518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-310.pyc 2025-12-04T09:56:55.1352385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1361135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-310.pyc 2025-12-04T09:56:55.1365347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-310.pyc 2025-12-04T09:56:55.1369287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\varlen.cpython-310.pyc 2025-12-04T09:56:55.1383993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\_fa4.cpython-310.pyc 2025-12-04T09:56:55.1387772Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\_registry.cpython-310.pyc 2025-12-04T09:56:55.1391683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.1395795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1404458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\backends\thnn.py 2025-12-04T09:56:55.1408329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\backends\__init__.py 2025-12-04T09:56:55.1415177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-310.pyc 2025-12-04T09:56:55.1419242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1428204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\__init__.py 2025-12-04T09:56:55.1435964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2025-12-04T09:56:55.1439927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2025-12-04T09:56:55.1448151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-310.pyc 2025-12-04T09:56:55.1452228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1461354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2025-12-04T09:56:55.1469763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2025-12-04T09:56:55.1473733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2025-12-04T09:56:55.1477630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2025-12-04T09:56:55.1481652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2025-12-04T09:56:55.1500137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-310.pyc 2025-12-04T09:56:55.1504083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-310.pyc 2025-12-04T09:56:55.1508370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:55.1523738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1580857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1581653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2025-12-04T09:56:55.1582371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2025-12-04T09:56:55.1583149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-12-04T09:56:55.1583937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-12-04T09:56:55.1587334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:55.1588358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1591293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1601228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2025-12-04T09:56:55.1605086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2025-12-04T09:56:55.1608945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2025-12-04T09:56:55.1613372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2025-12-04T09:56:55.1632840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-310.pyc 2025-12-04T09:56:55.1636767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-310.pyc 2025-12-04T09:56:55.1640694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-310.pyc 2025-12-04T09:56:55.1657143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1663449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1683667Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1692437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\activation.py 2025-12-04T09:56:55.1696621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\adaptive.py 2025-12-04T09:56:55.1700506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\batchnorm.py 2025-12-04T09:56:55.1704508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\channelshuffle.py 2025-12-04T09:56:55.1720027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\container.py 2025-12-04T09:56:55.1723749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\conv.py 2025-12-04T09:56:55.1728139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\distance.py 2025-12-04T09:56:55.1731905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\dropout.py 2025-12-04T09:56:55.1735630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\flatten.py 2025-12-04T09:56:55.1739362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\fold.py 2025-12-04T09:56:55.1743025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\instancenorm.py 2025-12-04T09:56:55.1747055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\lazy.py 2025-12-04T09:56:55.1750723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\linear.py 2025-12-04T09:56:55.1754543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\loss.py 2025-12-04T09:56:55.1758712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\module.py 2025-12-04T09:56:55.1763448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\normalization.py 2025-12-04T09:56:55.1767533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\padding.py 2025-12-04T09:56:55.1771395Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2025-12-04T09:56:55.1775259Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\pooling.py 2025-12-04T09:56:55.1779305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\rnn.py 2025-12-04T09:56:55.1783289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\sparse.py 2025-12-04T09:56:55.1787064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\transformer.py 2025-12-04T09:56:55.1791113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\upsampling.py 2025-12-04T09:56:55.1794895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\utils.py 2025-12-04T09:56:55.1798640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\_functions.py 2025-12-04T09:56:55.1802715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__init__.py 2025-12-04T09:56:55.1811295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-310.pyc 2025-12-04T09:56:55.1815919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-310.pyc 2025-12-04T09:56:55.1820157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-310.pyc 2025-12-04T09:56:55.1835498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-310.pyc 2025-12-04T09:56:55.1839518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-310.pyc 2025-12-04T09:56:55.1843715Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:55.1848321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-310.pyc 2025-12-04T09:56:55.1852647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-310.pyc 2025-12-04T09:56:55.1856658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-310.pyc 2025-12-04T09:56:55.1860602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-310.pyc 2025-12-04T09:56:55.1864428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-310.pyc 2025-12-04T09:56:55.1868273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-310.pyc 2025-12-04T09:56:55.1872712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.1876753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-310.pyc 2025-12-04T09:56:55.1881906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-310.pyc 2025-12-04T09:56:55.1886701Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-310.pyc 2025-12-04T09:56:55.1890731Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-310.pyc 2025-12-04T09:56:55.1906798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-310.pyc 2025-12-04T09:56:55.1911008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-310.pyc 2025-12-04T09:56:55.1915533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.1919762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-310.pyc 2025-12-04T09:56:55.1924102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-310.pyc 2025-12-04T09:56:55.1928385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-310.pyc 2025-12-04T09:56:55.1932335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.1936655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-310.pyc 2025-12-04T09:56:55.1940552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.1959539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\comm.py 2025-12-04T09:56:55.1963784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\data_parallel.py 2025-12-04T09:56:55.1979659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\distributed.py 2025-12-04T09:56:55.1980290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2025-12-04T09:56:55.1986458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\replicate.py 2025-12-04T09:56:55.1990256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2025-12-04T09:56:55.1993955Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\_functions.py 2025-12-04T09:56:55.1998093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__init__.py 2025-12-04T09:56:55.2006033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-310.pyc 2025-12-04T09:56:55.2010083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-310.pyc 2025-12-04T09:56:55.2013880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:55.2029084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-310.pyc 2025-12-04T09:56:55.2033591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-310.pyc 2025-12-04T09:56:55.2038367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-310.pyc 2025-12-04T09:56:55.2042962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-310.pyc 2025-12-04T09:56:55.2047449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2059028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\__init__.py 2025-12-04T09:56:55.2068470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2025-12-04T09:56:55.2077229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2025-12-04T09:56:55.2081544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2025-12-04T09:56:55.2091083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.2095938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2105694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2115034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\conv.py 2025-12-04T09:56:55.2118819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2025-12-04T09:56:55.2123151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\linear.py 2025-12-04T09:56:55.2126811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\__init__.py 2025-12-04T09:56:55.2146022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:55.2150238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-310.pyc 2025-12-04T09:56:55.2154107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.2168154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2176629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2186704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\__init__.py 2025-12-04T09:56:55.2194748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2025-12-04T09:56:55.2198883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2025-12-04T09:56:55.2202543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2025-12-04T09:56:55.2210417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-310.pyc 2025-12-04T09:56:55.2214312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.2218640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2236671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2246214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\functional.py 2025-12-04T09:56:55.2250058Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\__init__.py 2025-12-04T09:56:55.2258211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2025-12-04T09:56:55.2265755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2025-12-04T09:56:55.2269762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2025-12-04T09:56:55.2273405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2025-12-04T09:56:55.2277257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2025-12-04T09:56:55.2284769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:55.2288660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.2292612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.2306411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2315267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2324037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\activation.py 2025-12-04T09:56:55.2362257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2025-12-04T09:56:55.2365907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\conv.py 2025-12-04T09:56:55.2369517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2025-12-04T09:56:55.2372941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2025-12-04T09:56:55.2380869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2025-12-04T09:56:55.2384834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\linear.py 2025-12-04T09:56:55.2388341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2025-12-04T09:56:55.2392110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2025-12-04T09:56:55.2395663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\utils.py 2025-12-04T09:56:55.2399083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2025-12-04T09:56:55.2406677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-310.pyc 2025-12-04T09:56:55.2410707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-310.pyc 2025-12-04T09:56:55.2414533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:55.2428960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-310.pyc 2025-12-04T09:56:55.2433151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-310.pyc 2025-12-04T09:56:55.2437128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-310.pyc 2025-12-04T09:56:55.2440993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.2445279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-310.pyc 2025-12-04T09:56:55.2449227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.2453185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.2457528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2476878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2025-12-04T09:56:55.2484138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2025-12-04T09:56:55.2487769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2025-12-04T09:56:55.2491388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2025-12-04T09:56:55.2494860Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2025-12-04T09:56:55.2498577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2025-12-04T09:56:55.2501974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2025-12-04T09:56:55.2520084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:55.2524948Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-310.pyc 2025-12-04T09:56:55.2598491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.2599435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-310.pyc 2025-12-04T09:56:55.2600350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.2601405Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2604913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2605773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:55.2606671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2607491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\clip_grad.py 2025-12-04T09:56:55.2608212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\convert_parameters.py 2025-12-04T09:56:55.2608803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\fusion.py 2025-12-04T09:56:55.2611839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\init.py 2025-12-04T09:56:55.2612429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\memory_format.py 2025-12-04T09:56:55.2624642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\parametrizations.py 2025-12-04T09:56:55.2630189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\parametrize.py 2025-12-04T09:56:55.2633674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\prune.py 2025-12-04T09:56:55.2638704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\rnn.py 2025-12-04T09:56:55.2642868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\spectral_norm.py 2025-12-04T09:56:55.2647725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\stateless.py 2025-12-04T09:56:55.2652126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\weight_norm.py 2025-12-04T09:56:55.2656136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2025-12-04T09:56:55.2660748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2025-12-04T09:56:55.2665386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2025-12-04T09:56:55.2669766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__init__.py 2025-12-04T09:56:55.2679100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2025-12-04T09:56:55.2683229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2025-12-04T09:56:55.2687641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2025-12-04T09:56:55.2702096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2025-12-04T09:56:55.2706498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2025-12-04T09:56:55.2711074Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2025-12-04T09:56:55.2715340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2025-12-04T09:56:55.2719771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2025-12-04T09:56:55.2724265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2025-12-04T09:56:55.2730311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2025-12-04T09:56:55.2738038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2742641Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-310.pyc 2025-12-04T09:56:55.2747033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2761520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-310.pyc 2025-12-04T09:56:55.2766004Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-310.pyc 2025-12-04T09:56:55.2770309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2775537Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2780381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2784787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-310.pyc 2025-12-04T09:56:55.2788938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2798312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-310.pyc 2025-12-04T09:56:55.2802580Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-310.pyc 2025-12-04T09:56:55.2807347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-310.pyc 2025-12-04T09:56:55.2821439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-310.pyc 2025-12-04T09:56:55.2825797Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-310.pyc 2025-12-04T09:56:55.2831737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-310.pyc 2025-12-04T09:56:55.2834796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-310.pyc 2025-12-04T09:56:55.2839014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-310.pyc 2025-12-04T09:56:55.2844119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-310.pyc 2025-12-04T09:56:55.2847699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-310.pyc 2025-12-04T09:56:55.2852038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-310.pyc 2025-12-04T09:56:55.2856892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-310.pyc 2025-12-04T09:56:55.2860190Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-310.pyc 2025-12-04T09:56:55.2864597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-310.pyc 2025-12-04T09:56:55.2869615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-310.pyc 2025-12-04T09:56:55.2872766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2894617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-310.pyc 2025-12-04T09:56:55.2897178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-310.pyc 2025-12-04T09:56:55.2902388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:55.2920047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\grad.cpython-310.pyc 2025-12-04T09:56:55.2923368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\init.cpython-310.pyc 2025-12-04T09:56:55.2927678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-310.pyc 2025-12-04T09:56:55.2932577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-310.pyc 2025-12-04T09:56:55.2936358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2946838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\numa\binding.py 2025-12-04T09:56:55.2951679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\numa\__init__.py 2025-12-04T09:56:55.2958989Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\numa\__pycache__\binding.cpython-310.pyc 2025-12-04T09:56:55.2964134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\numa\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.2974069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\errors.py 2025-12-04T09:56:55.2979416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\operators.py 2025-12-04T09:56:55.2983599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_helper.py 2025-12-04T09:56:55.2988973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset10.py 2025-12-04T09:56:55.3001646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset11.py 2025-12-04T09:56:55.3006654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset12.py 2025-12-04T09:56:55.3009546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset13.py 2025-12-04T09:56:55.3014052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset14.py 2025-12-04T09:56:55.3024558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset15.py 2025-12-04T09:56:55.3025160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset16.py 2025-12-04T09:56:55.3027412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset17.py 2025-12-04T09:56:55.3041653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset18.py 2025-12-04T09:56:55.3042257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset19.py 2025-12-04T09:56:55.3044032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset20.py 2025-12-04T09:56:55.3055362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset7.py 2025-12-04T09:56:55.3055945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset8.py 2025-12-04T09:56:55.3057779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\symbolic_opset9.py 2025-12-04T09:56:55.3072650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\testing.py 2025-12-04T09:56:55.3073182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\utils.py 2025-12-04T09:56:55.3073741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\verification.py 2025-12-04T09:56:55.3086578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_constants.py 2025-12-04T09:56:55.3089723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_flags.py 2025-12-04T09:56:55.3094176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__init__.py 2025-12-04T09:56:55.3105196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\_dtype_mappings.py 2025-12-04T09:56:55.3106865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\_impl.py 2025-12-04T09:56:55.3110869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\_symbolic_impl.py 2025-12-04T09:56:55.3114566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\__init__.py 2025-12-04T09:56:55.3132508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\__pycache__\_dtype_mappings.cpython-310.pyc 2025-12-04T09:56:55.3136530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\__pycache__\_impl.cpython-310.pyc 2025-12-04T09:56:55.3140530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\__pycache__\_symbolic_impl.cpython-310.pyc 2025-12-04T09:56:55.3154498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3164441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2025-12-04T09:56:55.3168332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\__init__.py 2025-12-04T09:56:55.3175250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2025-12-04T09:56:55.3180582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2025-12-04T09:56:55.3183502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2025-12-04T09:56:55.3187235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2025-12-04T09:56:55.3202003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_constants.py 2025-12-04T09:56:55.3205909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2025-12-04T09:56:55.3210123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2025-12-04T09:56:55.3214093Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2025-12-04T09:56:55.3218090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_dynamic_shapes.py 2025-12-04T09:56:55.3222082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2025-12-04T09:56:55.3225841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_flags.py 2025-12-04T09:56:55.3229604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2025-12-04T09:56:55.3233416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2025-12-04T09:56:55.3237241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2025-12-04T09:56:55.3241065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2025-12-04T09:56:55.3244934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2025-12-04T09:56:55.3249036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2025-12-04T09:56:55.3252877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2025-12-04T09:56:55.3256597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2025-12-04T09:56:55.3260354Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2025-12-04T09:56:55.3264588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_type_casting.py 2025-12-04T09:56:55.3268375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2025-12-04T09:56:55.3272139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2025-12-04T09:56:55.3289674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py 2025-12-04T09:56:55.3294374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py 2025-12-04T09:56:55.3298433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__init__.py 2025-12-04T09:56:55.3315965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\core.py 2025-12-04T09:56:55.3319041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\hop.py 2025-12-04T09:56:55.3323060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\nn.py 2025-12-04T09:56:55.3328455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py 2025-12-04T09:56:55.3330978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\symops.py 2025-12-04T09:56:55.3335584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py 2025-12-04T09:56:55.3354037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\core.cpython-310.pyc 2025-12-04T09:56:55.3358996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\hop.cpython-310.pyc 2025-12-04T09:56:55.3362845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\nn.cpython-310.pyc 2025-12-04T09:56:55.3377524Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\symbolic.cpython-310.pyc 2025-12-04T09:56:55.3382188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\symops.cpython-310.pyc 2025-12-04T09:56:55.3386611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3395796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_tensor_typing.cpython-310.pyc 2025-12-04T09:56:55.3400330Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_torchlib_registry.cpython-310.pyc 2025-12-04T09:56:55.3404678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3424371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-310.pyc 2025-12-04T09:56:55.3428239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-310.pyc 2025-12-04T09:56:55.3432437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-310.pyc 2025-12-04T09:56:55.3447089Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-310.pyc 2025-12-04T09:56:55.3451455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_constants.cpython-310.pyc 2025-12-04T09:56:55.3455360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-310.pyc 2025-12-04T09:56:55.3459751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-310.pyc 2025-12-04T09:56:55.3464014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-310.pyc 2025-12-04T09:56:55.3468211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dynamic_shapes.cpython-310.pyc 2025-12-04T09:56:55.3472743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-310.pyc 2025-12-04T09:56:55.3476501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_flags.cpython-310.pyc 2025-12-04T09:56:55.3480750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-310.pyc 2025-12-04T09:56:55.3485003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-310.pyc 2025-12-04T09:56:55.3491342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-310.pyc 2025-12-04T09:56:55.3495571Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-310.pyc 2025-12-04T09:56:55.3499892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-310.pyc 2025-12-04T09:56:55.3504262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-310.pyc 2025-12-04T09:56:55.3518757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-310.pyc 2025-12-04T09:56:55.3523389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-310.pyc 2025-12-04T09:56:55.3527764Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-310.pyc 2025-12-04T09:56:55.3532423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_type_casting.cpython-310.pyc 2025-12-04T09:56:55.3536833Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-310.pyc 2025-12-04T09:56:55.3541339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3552520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2025-12-04T09:56:55.3556657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2025-12-04T09:56:55.3560446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2025-12-04T09:56:55.3567262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2025-12-04T09:56:55.3571612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2025-12-04T09:56:55.3579757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-310.pyc 2025-12-04T09:56:55.3583926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3603597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-310.pyc 2025-12-04T09:56:55.3607932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-310.pyc 2025-12-04T09:56:55.3611928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3643322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\jit_utils.py 2025-12-04T09:56:55.3647406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\onnx_proto_utils.py 2025-12-04T09:56:55.3651472Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\registration.py 2025-12-04T09:56:55.3665308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_helper.py 2025-12-04T09:56:55.3669977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset10.py 2025-12-04T09:56:55.3674256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset11.py 2025-12-04T09:56:55.3678934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset12.py 2025-12-04T09:56:55.3683111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset13.py 2025-12-04T09:56:55.3687415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset14.py 2025-12-04T09:56:55.3691977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset15.py 2025-12-04T09:56:55.3696485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset16.py 2025-12-04T09:56:55.3700970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset17.py 2025-12-04T09:56:55.3705279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset18.py 2025-12-04T09:56:55.3709269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset19.py 2025-12-04T09:56:55.3713459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset20.py 2025-12-04T09:56:55.3717889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset7.py 2025-12-04T09:56:55.3722512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset8.py 2025-12-04T09:56:55.3726944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\symbolic_opset9.py 2025-12-04T09:56:55.3766575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\utils.py 2025-12-04T09:56:55.3777674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\verification.py 2025-12-04T09:56:55.3782116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\_experimental.py 2025-12-04T09:56:55.3786543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\_globals.py 2025-12-04T09:56:55.3791024Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\_type_utils.py 2025-12-04T09:56:55.3795299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__init__.py 2025-12-04T09:56:55.3804489Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\jit_utils.cpython-310.pyc 2025-12-04T09:56:55.3808387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\onnx_proto_utils.cpython-310.pyc 2025-12-04T09:56:55.3812208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\registration.cpython-310.pyc 2025-12-04T09:56:55.3827886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_helper.cpython-310.pyc 2025-12-04T09:56:55.3832608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset10.cpython-310.pyc 2025-12-04T09:56:55.3836868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset11.cpython-310.pyc 2025-12-04T09:56:55.3841677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset12.cpython-310.pyc 2025-12-04T09:56:55.3845810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset13.cpython-310.pyc 2025-12-04T09:56:55.3849868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset14.cpython-310.pyc 2025-12-04T09:56:55.3854635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset15.cpython-310.pyc 2025-12-04T09:56:55.3859492Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset16.cpython-310.pyc 2025-12-04T09:56:55.3863838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset17.cpython-310.pyc 2025-12-04T09:56:55.3868313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset18.cpython-310.pyc 2025-12-04T09:56:55.3872600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset19.cpython-310.pyc 2025-12-04T09:56:55.3877019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset20.cpython-310.pyc 2025-12-04T09:56:55.3881593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset7.cpython-310.pyc 2025-12-04T09:56:55.3896130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset8.cpython-310.pyc 2025-12-04T09:56:55.3900406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\symbolic_opset9.cpython-310.pyc 2025-12-04T09:56:55.3905830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.3910784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\verification.cpython-310.pyc 2025-12-04T09:56:55.3915196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\_experimental.cpython-310.pyc 2025-12-04T09:56:55.3919347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\_globals.cpython-310.pyc 2025-12-04T09:56:55.3923599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\_type_utils.cpython-310.pyc 2025-12-04T09:56:55.3928008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\torchscript_exporter\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3939266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-310.pyc 2025-12-04T09:56:55.3943328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.3954139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-310.pyc 2025-12-04T09:56:55.3958239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-310.pyc 2025-12-04T09:56:55.3962877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-310.pyc 2025-12-04T09:56:55.3977566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-310.pyc 2025-12-04T09:56:55.3981734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-310.pyc 2025-12-04T09:56:55.3986083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-310.pyc 2025-12-04T09:56:55.3990300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-310.pyc 2025-12-04T09:56:55.3994348Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-310.pyc 2025-12-04T09:56:55.3998516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-310.pyc 2025-12-04T09:56:55.4002639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-310.pyc 2025-12-04T09:56:55.4006986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-310.pyc 2025-12-04T09:56:55.4011066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-310.pyc 2025-12-04T09:56:55.4015000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-310.pyc 2025-12-04T09:56:55.4019752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-310.pyc 2025-12-04T09:56:55.4024130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-310.pyc 2025-12-04T09:56:55.4028469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-310.pyc 2025-12-04T09:56:55.4043176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-310.pyc 2025-12-04T09:56:55.4047758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\testing.cpython-310.pyc 2025-12-04T09:56:55.4052175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.4056990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-310.pyc 2025-12-04T09:56:55.4061509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-310.pyc 2025-12-04T09:56:55.4066090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-310.pyc 2025-12-04T09:56:55.4071014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4084003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\adadelta.py 2025-12-04T09:56:55.4088429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\adagrad.py 2025-12-04T09:56:55.4092513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\adam.py 2025-12-04T09:56:55.4096587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\adamax.py 2025-12-04T09:56:55.4100604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\adamw.py 2025-12-04T09:56:55.4104733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\asgd.py 2025-12-04T09:56:55.4108513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\lbfgs.py 2025-12-04T09:56:55.4122428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\lr_scheduler.py 2025-12-04T09:56:55.4129247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\nadam.py 2025-12-04T09:56:55.4136612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\optimizer.py 2025-12-04T09:56:55.4141013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\radam.py 2025-12-04T09:56:55.4144849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\rmsprop.py 2025-12-04T09:56:55.4148846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\rprop.py 2025-12-04T09:56:55.4152589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\sgd.py 2025-12-04T09:56:55.4156289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\sparse_adam.py 2025-12-04T09:56:55.4160092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\swa_utils.py 2025-12-04T09:56:55.4163917Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_adafactor.py 2025-12-04T09:56:55.4168430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_functional.py 2025-12-04T09:56:55.4172205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_muon.py 2025-12-04T09:56:55.4184763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__init__.py 2025-12-04T09:56:55.4188203Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2025-12-04T09:56:55.4190503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2025-12-04T09:56:55.4197623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4206564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-310.pyc 2025-12-04T09:56:55.4211067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-310.pyc 2025-12-04T09:56:55.4214624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\adam.cpython-310.pyc 2025-12-04T09:56:55.4228871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-310.pyc 2025-12-04T09:56:55.4232816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-310.pyc 2025-12-04T09:56:55.4236611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-310.pyc 2025-12-04T09:56:55.4241158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-310.pyc 2025-12-04T09:56:55.4244921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-310.pyc 2025-12-04T09:56:55.4249932Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-310.pyc 2025-12-04T09:56:55.4254138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-310.pyc 2025-12-04T09:56:55.4258204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\radam.cpython-310.pyc 2025-12-04T09:56:55.4262177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-310.pyc 2025-12-04T09:56:55.4265984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-310.pyc 2025-12-04T09:56:55.4270141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-310.pyc 2025-12-04T09:56:55.4274117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-310.pyc 2025-12-04T09:56:55.4278177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-310.pyc 2025-12-04T09:56:55.4282096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-310.pyc 2025-12-04T09:56:55.4296159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-310.pyc 2025-12-04T09:56:55.4300290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\_muon.cpython-310.pyc 2025-12-04T09:56:55.4304179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4314077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\file_structure_representation.py 2025-12-04T09:56:55.4318479Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\find_file_dependencies.py 2025-12-04T09:56:55.4322707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\glob_group.py 2025-12-04T09:56:55.4337353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\importer.py 2025-12-04T09:56:55.4341213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\package_exporter.py 2025-12-04T09:56:55.4345337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\package_importer.py 2025-12-04T09:56:55.4349386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_digraph.py 2025-12-04T09:56:55.4353618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_directory_reader.py 2025-12-04T09:56:55.4357232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_importlib.py 2025-12-04T09:56:55.4361552Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_mangling.py 2025-12-04T09:56:55.4366080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_mock.py 2025-12-04T09:56:55.4370122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_package_pickler.py 2025-12-04T09:56:55.4374113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_package_unpickler.py 2025-12-04T09:56:55.4378374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\_stdlib.py 2025-12-04T09:56:55.4382336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__init__.py 2025-12-04T09:56:55.4390386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2025-12-04T09:56:55.4394290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\is_from_package.py 2025-12-04T09:56:55.4398293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2025-12-04T09:56:55.4412782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\__init__.py 2025-12-04T09:56:55.4421065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-310.pyc 2025-12-04T09:56:55.4425465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-310.pyc 2025-12-04T09:56:55.4429578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-310.pyc 2025-12-04T09:56:55.4443417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4453229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-310.pyc 2025-12-04T09:56:55.4457041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-310.pyc 2025-12-04T09:56:55.4461246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-310.pyc 2025-12-04T09:56:55.4475096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\importer.cpython-310.pyc 2025-12-04T09:56:55.4479491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-310.pyc 2025-12-04T09:56:55.4483652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-310.pyc 2025-12-04T09:56:55.4488166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-310.pyc 2025-12-04T09:56:55.4492186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-310.pyc 2025-12-04T09:56:55.4496247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-310.pyc 2025-12-04T09:56:55.4500474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-310.pyc 2025-12-04T09:56:55.4504385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_mock.cpython-310.pyc 2025-12-04T09:56:55.4508448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-310.pyc 2025-12-04T09:56:55.4512569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-310.pyc 2025-12-04T09:56:55.4516721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-310.pyc 2025-12-04T09:56:55.4520881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\package\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4530335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\itt.py 2025-12-04T09:56:55.4534050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\profiler.py 2025-12-04T09:56:55.4538205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\python_tracer.py 2025-12-04T09:56:55.4542627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\_memory_profiler.py 2025-12-04T09:56:55.4547215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\_pattern_matcher.py 2025-12-04T09:56:55.4561565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\_utils.py 2025-12-04T09:56:55.4565606Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__init__.py 2025-12-04T09:56:55.4573694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-310.pyc 2025-12-04T09:56:55.4577733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-310.pyc 2025-12-04T09:56:55.4582020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-310.pyc 2025-12-04T09:56:55.4596206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-310.pyc 2025-12-04T09:56:55.4601427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-310.pyc 2025-12-04T09:56:55.4605459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.4609365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4618527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fake_quantize.py 2025-12-04T09:56:55.4622396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2025-12-04T09:56:55.4626142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fuse_modules.py 2025-12-04T09:56:55.4640838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\observer.py 2025-12-04T09:56:55.4645022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\qconfig.py 2025-12-04T09:56:55.4649400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\quantization_mappings.py 2025-12-04T09:56:55.4653198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\quantize.py 2025-12-04T09:56:55.4657275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\quantize_fx.py 2025-12-04T09:56:55.4661791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\quantize_jit.py 2025-12-04T09:56:55.4666176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\quant_type.py 2025-12-04T09:56:55.4670511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\stubs.py 2025-12-04T09:56:55.4674593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\utils.py 2025-12-04T09:56:55.4678952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\_numeric_suite.py 2025-12-04T09:56:55.4683296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2025-12-04T09:56:55.4687814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\_quantized_conversions.py 2025-12-04T09:56:55.4691941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__init__.py 2025-12-04T09:56:55.4700625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\convert.py 2025-12-04T09:56:55.4704376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\fuse.py 2025-12-04T09:56:55.4708171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2025-12-04T09:56:55.4712278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\graph_module.py 2025-12-04T09:56:55.4716036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\match_utils.py 2025-12-04T09:56:55.4731824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2025-12-04T09:56:55.4735252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\prepare.py 2025-12-04T09:56:55.4739538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2025-12-04T09:56:55.4743709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\quantization_types.py 2025-12-04T09:56:55.4747318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\utils.py 2025-12-04T09:56:55.4751224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\_equalize.py 2025-12-04T09:56:55.4755083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__init__.py 2025-12-04T09:56:55.4763547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-310.pyc 2025-12-04T09:56:55.4767412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-310.pyc 2025-12-04T09:56:55.4771759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-310.pyc 2025-12-04T09:56:55.4785791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-310.pyc 2025-12-04T09:56:55.4790033Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-310.pyc 2025-12-04T09:56:55.4794230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-310.pyc 2025-12-04T09:56:55.4798167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-310.pyc 2025-12-04T09:56:55.4802364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-310.pyc 2025-12-04T09:56:55.4806763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-310.pyc 2025-12-04T09:56:55.4810730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.4814936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-310.pyc 2025-12-04T09:56:55.4819217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4828975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-310.pyc 2025-12-04T09:56:55.4833284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-310.pyc 2025-12-04T09:56:55.4837721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-310.pyc 2025-12-04T09:56:55.4851609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-310.pyc 2025-12-04T09:56:55.4855593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-310.pyc 2025-12-04T09:56:55.4860012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-310.pyc 2025-12-04T09:56:55.4864051Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-310.pyc 2025-12-04T09:56:55.4869803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-310.pyc 2025-12-04T09:56:55.4872187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-310.pyc 2025-12-04T09:56:55.4876567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-310.pyc 2025-12-04T09:56:55.4882522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-310.pyc 2025-12-04T09:56:55.4884732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.4889192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-310.pyc 2025-12-04T09:56:55.4894847Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-310.pyc 2025-12-04T09:56:55.4898009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-310.pyc 2025-12-04T09:56:55.4901933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.4929673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2025-12-04T09:56:55.4937392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2025-12-04T09:56:55.4941346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2025-12-04T09:56:55.4945189Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2025-12-04T09:56:55.4958960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2025-12-04T09:56:55.4963172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2025-12-04T09:56:55.4967006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2025-12-04T09:56:55.4970824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2025-12-04T09:56:55.4978818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2025-12-04T09:56:55.4982791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2025-12-04T09:56:55.5000397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2025-12-04T09:56:55.5004717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2025-12-04T09:56:55.5010519Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2025-12-04T09:56:55.5026812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2025-12-04T09:56:55.5030716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2025-12-04T09:56:55.5034648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2025-12-04T09:56:55.5048495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2025-12-04T09:56:55.5057125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2025-12-04T09:56:55.5061179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2025-12-04T09:56:55.5065022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2025-12-04T09:56:55.5068763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2025-12-04T09:56:55.5082196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2025-12-04T09:56:55.5086094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2025-12-04T09:56:55.5089994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2025-12-04T09:56:55.5093871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2025-12-04T09:56:55.5139786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2025-12-04T09:56:55.5142157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2025-12-04T09:56:55.5146509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2025-12-04T09:56:55.5187316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\__init__.py 2025-12-04T09:56:55.5187579Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\windows\windows.py 2025-12-04T09:56:55.5187828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\windows\__init__.py 2025-12-04T09:56:55.5194396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-310.pyc 2025-12-04T09:56:55.5200262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.5207527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.5216441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\semi_structured.py 2025-12-04T09:56:55.5220800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2025-12-04T09:56:55.5225465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2025-12-04T09:56:55.5238394Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\_triton_ops.py 2025-12-04T09:56:55.5244146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2025-12-04T09:56:55.5250490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__init__.py 2025-12-04T09:56:55.5259174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-310.pyc 2025-12-04T09:56:55.5263401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-310.pyc 2025-12-04T09:56:55.5267272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-310.pyc 2025-12-04T09:56:55.5281645Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-310.pyc 2025-12-04T09:56:55.5285969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-310.pyc 2025-12-04T09:56:55.5293049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.5301887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\special\__init__.py 2025-12-04T09:56:55.5309486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\special\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.5321587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\apply_utils_test.exe 2025-12-04T09:56:55.5325714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\atest.exe 2025-12-04T09:56:55.5331638Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\backend_fallback_test.exe 2025-12-04T09:56:55.5337490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\basic.exe 2025-12-04T09:56:55.5354137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\broadcast_test.exe 2025-12-04T09:56:55.5359820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_accumulate_test.exe 2025-12-04T09:56:55.5365380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_AllocatorConfig_test.exe 2025-12-04T09:56:55.5371194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_ArrayRef_test.exe 2025-12-04T09:56:55.5378343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2025-12-04T09:56:55.5383030Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Bitset_test.exe 2025-12-04T09:56:55.5389133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2025-12-04T09:56:55.5394945Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2025-12-04T09:56:55.5400604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_complex_math_test.exe 2025-12-04T09:56:55.5406592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_complex_test.exe 2025-12-04T09:56:55.5412318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2025-12-04T09:56:55.5417714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_cow_test.exe 2025-12-04T09:56:55.5423714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2025-12-04T09:56:55.5429705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2025-12-04T09:56:55.5444845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Device_test.exe 2025-12-04T09:56:55.5450315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2025-12-04T09:56:55.5456728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Enumerate_test.exe 2025-12-04T09:56:55.5462612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_error_test.exe 2025-12-04T09:56:55.5469157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_exception_test.exe 2025-12-04T09:56:55.5474850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_flags_test.exe 2025-12-04T09:56:55.5480594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_generic_math_test.exe 2025-12-04T09:56:55.5486462Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Half_test.exe 2025-12-04T09:56:55.5492568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2025-12-04T09:56:55.5511317Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2025-12-04T09:56:55.5518181Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_IntrusiveList_test.exe 2025-12-04T09:56:55.5526965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2025-12-04T09:56:55.5544657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2025-12-04T09:56:55.5546866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_irange_test.exe 2025-12-04T09:56:55.5594535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_lazy_test.exe 2025-12-04T09:56:55.5594814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2025-12-04T09:56:55.5595047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_logging_test.exe 2025-12-04T09:56:55.5595843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2025-12-04T09:56:55.5596094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_nofatal_test.exe 2025-12-04T09:56:55.5597934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_optional_test.exe 2025-12-04T09:56:55.5604617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2025-12-04T09:56:55.5616322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_registry_test.exe 2025-12-04T09:56:55.5617877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Scalar_test.exe 2025-12-04T09:56:55.5624375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Semaphore_test.exe 2025-12-04T09:56:55.5630391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2025-12-04T09:56:55.5636976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_small_vector_test.exe 2025-12-04T09:56:55.5656053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_ssize_test.exe 2025-12-04T09:56:55.5661849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2025-12-04T09:56:55.5667863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_string_util_test.exe 2025-12-04T09:56:55.5673583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_string_view_test.exe 2025-12-04T09:56:55.5679296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_SymInt_test.exe 2025-12-04T09:56:55.5684880Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2025-12-04T09:56:55.5692038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_tempfile_test.exe 2025-12-04T09:56:55.5696418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2025-12-04T09:56:55.5721962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_typeid_test.exe 2025-12-04T09:56:55.5727464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2025-12-04T09:56:55.5733082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\CppSignature_test.exe 2025-12-04T09:56:55.5738653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\cpu_allocator_test.exe 2025-12-04T09:56:55.5745222Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\cpu_generator_test.exe 2025-12-04T09:56:55.5751919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2025-12-04T09:56:55.5757616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\cpu_rng_test.exe 2025-12-04T09:56:55.5764904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\Dict_test.exe 2025-12-04T09:56:55.5771333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\Dimname_test.exe 2025-12-04T09:56:55.5787518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\dlconvertor_test.exe 2025-12-04T09:56:55.5793451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\extension_backend_test.exe 2025-12-04T09:56:55.5799397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\half_test.exe 2025-12-04T09:56:55.5805646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\IListRef_test.exe 2025-12-04T09:56:55.5811823Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\inline_container_test.exe 2025-12-04T09:56:55.5818367Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\ivalue_test.exe 2025-12-04T09:56:55.5825811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\KernelFunction_test.exe 2025-12-04T09:56:55.5831942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2025-12-04T09:56:55.5850142Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\kernel_function_test.exe 2025-12-04T09:56:55.5857525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2025-12-04T09:56:55.5865887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\kernel_lambda_test.exe 2025-12-04T09:56:55.5873862Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2025-12-04T09:56:55.5879849Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\lazy_tensor_test.exe 2025-12-04T09:56:55.5885371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\legacy_vmap_test.exe 2025-12-04T09:56:55.5891851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\List_test.exe 2025-12-04T09:56:55.5899449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2025-12-04T09:56:55.5907611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\math_kernel_test.exe 2025-12-04T09:56:55.5913933Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\MaybeOwned_test.exe 2025-12-04T09:56:55.5920257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\memory_format_test.exe 2025-12-04T09:56:55.5926305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\memory_overlapping_test.exe 2025-12-04T09:56:55.5932168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2025-12-04T09:56:55.5937941Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\NamedTensor_test.exe 2025-12-04T09:56:55.5943818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\native_test.exe 2025-12-04T09:56:55.5951565Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\operators_test.exe 2025-12-04T09:56:55.5957740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\operator_name_test.exe 2025-12-04T09:56:55.5972840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\op_allowlist_test.exe 2025-12-04T09:56:55.5978838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\op_registration_test.exe 2025-12-04T09:56:55.5996750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2025-12-04T09:56:55.6003584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\pow_test.exe 2025-12-04T09:56:55.6010671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\quantized_test.exe 2025-12-04T09:56:55.6017278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\reduce_ops_test.exe 2025-12-04T09:56:55.6024424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2025-12-04T09:56:55.6030253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\scalar_tensor_test.exe 2025-12-04T09:56:55.6036793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\scalar_test.exe 2025-12-04T09:56:55.6120114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\StorageUtils_test.exe 2025-12-04T09:56:55.6120518Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\stride_properties_test.exe 2025-12-04T09:56:55.6120804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\tensor_iterator_test.exe 2025-12-04T09:56:55.6121050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\test_parallel.exe 2025-12-04T09:56:55.6121298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\thread_init_test.exe 2025-12-04T09:56:55.6121531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\type_ptr_test.exe 2025-12-04T09:56:55.6121753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\type_test.exe 2025-12-04T09:56:55.6122021Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\undefined_tensor_test.exe 2025-12-04T09:56:55.6122275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\verify_api_visibility.exe 2025-12-04T09:56:55.6129632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\weakref_test.exe 2025-12-04T09:56:55.6135223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\wrapdim_test.exe 2025-12-04T09:56:55.6141755Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\test\xla_tensor_test.exe 2025-12-04T09:56:55.6158103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_comparison.py 2025-12-04T09:56:55.6162372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_creation.py 2025-12-04T09:56:55.6166176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_utils.py 2025-12-04T09:56:55.6170072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\__init__.py 2025-12-04T09:56:55.6189062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2025-12-04T09:56:55.6194425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2025-12-04T09:56:55.6197633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2025-12-04T09:56:55.6211987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_cuda.py 2025-12-04T09:56:55.6216484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_device_type.py 2025-12-04T09:56:55.6220744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_distributed.py 2025-12-04T09:56:55.6224973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2025-12-04T09:56:55.6228891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_dtype.py 2025-12-04T09:56:55.6232824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2025-12-04T09:56:55.6237494Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_jit.py 2025-12-04T09:56:55.6241604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2025-12-04T09:56:55.6252010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2025-12-04T09:56:55.6256288Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_modules.py 2025-12-04T09:56:55.6261840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_mps.py 2025-12-04T09:56:55.6265963Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_nn.py 2025-12-04T09:56:55.6270803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2025-12-04T09:56:55.6275421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_pruning.py 2025-12-04T09:56:55.6279484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_quantization.py 2025-12-04T09:56:55.6293437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_quantized.py 2025-12-04T09:56:55.6297461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_subclass.py 2025-12-04T09:56:55.6302260Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\common_utils.py 2025-12-04T09:56:55.6307682Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2025-12-04T09:56:55.6311778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2025-12-04T09:56:55.6315705Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2025-12-04T09:56:55.6319655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\dist_utils.py 2025-12-04T09:56:55.6323672Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\dynamo_pytree_test_utils.py 2025-12-04T09:56:55.6327637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2025-12-04T09:56:55.6331669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2025-12-04T09:56:55.6335881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\fake_config_module2.py 2025-12-04T09:56:55.6350112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\fake_config_module3.py 2025-12-04T09:56:55.6354104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\hop_db.py 2025-12-04T09:56:55.6357943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2025-12-04T09:56:55.6361850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2025-12-04T09:56:55.6365747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2025-12-04T09:56:55.6369707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\jit_utils.py 2025-12-04T09:56:55.6373790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2025-12-04T09:56:55.6377956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\logging_utils.py 2025-12-04T09:56:55.6382118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2025-12-04T09:56:55.6386378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\static_module.py 2025-12-04T09:56:55.6400495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\subclasses.py 2025-12-04T09:56:55.6404408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2025-12-04T09:56:55.6408429Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\triton_utils.py 2025-12-04T09:56:55.6412378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\two_tensor.py 2025-12-04T09:56:55.6416326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__init__.py 2025-12-04T09:56:55.6424920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2025-12-04T09:56:55.6432666Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6441242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\network1.py 2025-12-04T09:56:55.6445015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\network2.py 2025-12-04T09:56:55.6449149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\__init__.py 2025-12-04T09:56:55.6456782Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-310.pyc 2025-12-04T09:56:55.6461399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-310.pyc 2025-12-04T09:56:55.6465358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6483994Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2025-12-04T09:56:55.6488304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2025-12-04T09:56:55.6492229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2025-12-04T09:56:55.6506356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2025-12-04T09:56:55.6512774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2025-12-04T09:56:55.6517296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2025-12-04T09:56:55.6522088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2025-12-04T09:56:55.6525768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2025-12-04T09:56:55.6529648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2025-12-04T09:56:55.6537069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2025-12-04T09:56:55.6543893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2025-12-04T09:56:55.6548391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2025-12-04T09:56:55.6555558Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-310.pyc 2025-12-04T09:56:55.6559540Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6567912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6576988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2025-12-04T09:56:55.6581456Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2025-12-04T09:56:55.6585570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2025-12-04T09:56:55.6600498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2025-12-04T09:56:55.6604273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2025-12-04T09:56:55.6608206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2025-12-04T09:56:55.6613843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2025-12-04T09:56:55.6617322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2025-12-04T09:56:55.6625010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2025-12-04T09:56:55.6629198Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2025-12-04T09:56:55.6633423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2025-12-04T09:56:55.6651975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-310.pyc 2025-12-04T09:56:55.6657047Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-310.pyc 2025-12-04T09:56:55.6661817Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6682648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2025-12-04T09:56:55.6687895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2025-12-04T09:56:55.6692760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2025-12-04T09:56:55.6697001Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2025-12-04T09:56:55.6715695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-310.pyc 2025-12-04T09:56:55.6720110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-310.pyc 2025-12-04T09:56:55.6724906Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-310.pyc 2025-12-04T09:56:55.6738829Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6748308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-310.pyc 2025-12-04T09:56:55.6753285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-310.pyc 2025-12-04T09:56:55.6757407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-310.pyc 2025-12-04T09:56:55.6772275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-310.pyc 2025-12-04T09:56:55.6776761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-310.pyc 2025-12-04T09:56:55.6780586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-310.pyc 2025-12-04T09:56:55.6820662Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-310.pyc 2025-12-04T09:56:55.6824603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6833747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2025-12-04T09:56:55.6837694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2025-12-04T09:56:55.6845396Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2025-12-04T09:56:55.6849839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2025-12-04T09:56:55.6853711Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2025-12-04T09:56:55.6866560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-310.pyc 2025-12-04T09:56:55.6870794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-310.pyc 2025-12-04T09:56:55.6875022Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6903578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-310.pyc 2025-12-04T09:56:55.6907819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6916480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2025-12-04T09:56:55.6920725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2025-12-04T09:56:55.6927586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-310.pyc 2025-12-04T09:56:55.6931585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6940238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-310.pyc 2025-12-04T09:56:55.6944430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-310.pyc 2025-12-04T09:56:55.6948350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-310.pyc 2025-12-04T09:56:55.6962512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-310.pyc 2025-12-04T09:56:55.6968129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-310.pyc 2025-12-04T09:56:55.6972671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-310.pyc 2025-12-04T09:56:55.6976585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-310.pyc 2025-12-04T09:56:55.6981227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-310.pyc 2025-12-04T09:56:55.6985106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.6994146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2025-12-04T09:56:55.7001231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2025-12-04T09:56:55.7008787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-310.pyc 2025-12-04T09:56:55.7014668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7024003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2025-12-04T09:56:55.7029088Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2025-12-04T09:56:55.7032913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2025-12-04T09:56:55.7037019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2025-12-04T09:56:55.7045121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2025-12-04T09:56:55.7049852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2025-12-04T09:56:55.7054813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2025-12-04T09:56:55.7059163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2025-12-04T09:56:55.7063921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2025-12-04T09:56:55.7069227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2025-12-04T09:56:55.7084319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2025-12-04T09:56:55.7088960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2025-12-04T09:56:55.7098411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-310.pyc 2025-12-04T09:56:55.7103160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-310.pyc 2025-12-04T09:56:55.7108245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-310.pyc 2025-12-04T09:56:55.7123691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-310.pyc 2025-12-04T09:56:55.7128478Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-310.pyc 2025-12-04T09:56:55.7133515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-310.pyc 2025-12-04T09:56:55.7137997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-310.pyc 2025-12-04T09:56:55.7142000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7160593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-310.pyc 2025-12-04T09:56:55.7165461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-310.pyc 2025-12-04T09:56:55.7169696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.7183439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7192037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2025-12-04T09:56:55.7195831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2025-12-04T09:56:55.7200095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2025-12-04T09:56:55.7203866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2025-12-04T09:56:55.7217563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2025-12-04T09:56:55.7221407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2025-12-04T09:56:55.7229374Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-310.pyc 2025-12-04T09:56:55.7233577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-310.pyc 2025-12-04T09:56:55.7237370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-310.pyc 2025-12-04T09:56:55.7251749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-310.pyc 2025-12-04T09:56:55.7255631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-310.pyc 2025-12-04T09:56:55.7259714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7268498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2025-12-04T09:56:55.7272523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2025-12-04T09:56:55.7276238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2025-12-04T09:56:55.7293688Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-310.pyc 2025-12-04T09:56:55.7297642Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-310.pyc 2025-12-04T09:56:55.7301635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7323217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-310.pyc 2025-12-04T09:56:55.7327126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-310.pyc 2025-12-04T09:56:55.7331044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-310.pyc 2025-12-04T09:56:55.7345424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-310.pyc 2025-12-04T09:56:55.7349248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-310.pyc 2025-12-04T09:56:55.7353303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-310.pyc 2025-12-04T09:56:55.7358117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-310.pyc 2025-12-04T09:56:55.7362164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-310.pyc 2025-12-04T09:56:55.7366229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-310.pyc 2025-12-04T09:56:55.7370289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-310.pyc 2025-12-04T09:56:55.7374507Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-310.pyc 2025-12-04T09:56:55.7382116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-310.pyc 2025-12-04T09:56:55.7386486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-310.pyc 2025-12-04T09:56:55.7391254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_mps.cpython-310.pyc 2025-12-04T09:56:55.7395428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-310.pyc 2025-12-04T09:56:55.7400076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-310.pyc 2025-12-04T09:56:55.7414057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-310.pyc 2025-12-04T09:56:55.7418191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-310.pyc 2025-12-04T09:56:55.7423205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-310.pyc 2025-12-04T09:56:55.7427466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-310.pyc 2025-12-04T09:56:55.7431513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-310.pyc 2025-12-04T09:56:55.7436435Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-310.pyc 2025-12-04T09:56:55.7440590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-310.pyc 2025-12-04T09:56:55.7444591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-310.pyc 2025-12-04T09:56:55.7449193Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-310.pyc 2025-12-04T09:56:55.7453138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_pytree_test_utils.cpython-310.pyc 2025-12-04T09:56:55.7457404Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-310.pyc 2025-12-04T09:56:55.7471635Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-310.pyc 2025-12-04T09:56:55.7475351Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module2.cpython-310.pyc 2025-12-04T09:56:55.7479293Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module3.cpython-310.pyc 2025-12-04T09:56:55.7483187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-310.pyc 2025-12-04T09:56:55.7487162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-310.pyc 2025-12-04T09:56:55.7491274Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-310.pyc 2025-12-04T09:56:55.7495232Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-310.pyc 2025-12-04T09:56:55.7499422Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-310.pyc 2025-12-04T09:56:55.7521830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-310.pyc 2025-12-04T09:56:55.7526307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-310.pyc 2025-12-04T09:56:55.7530305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-310.pyc 2025-12-04T09:56:55.7534814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-310.pyc 2025-12-04T09:56:55.7539215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\subclasses.cpython-310.pyc 2025-12-04T09:56:55.7543235Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-310.pyc 2025-12-04T09:56:55.7548060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-310.pyc 2025-12-04T09:56:55.7552336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-310.pyc 2025-12-04T09:56:55.7566321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7581402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-310.pyc 2025-12-04T09:56:55.7586350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-310.pyc 2025-12-04T09:56:55.7590992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.7605591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7617424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\backend_registration.py 2025-12-04T09:56:55.7622514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\bundled_inputs.py 2025-12-04T09:56:55.7627249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\checkpoint.py 2025-12-04T09:56:55.7633214Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\collect_env.py 2025-12-04T09:56:55.7648273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\cpp_backtrace.py 2025-12-04T09:56:55.7652335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\cpp_extension.py 2025-12-04T09:56:55.7659830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\deterministic.py 2025-12-04T09:56:55.7664012Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\dlpack.py 2025-12-04T09:56:55.7667981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\file_baton.py 2025-12-04T09:56:55.7671961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\flop_counter.py 2025-12-04T09:56:55.7675976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hooks.py 2025-12-04T09:56:55.7679764Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\mkldnn.py 2025-12-04T09:56:55.7683770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\mobile_optimizer.py 2025-12-04T09:56:55.7688202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_zoo.py 2025-12-04T09:56:55.7692082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\module_tracker.py 2025-12-04T09:56:55.7696003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\show_pickle.py 2025-12-04T09:56:55.7699954Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\throughput_benchmark.py 2025-12-04T09:56:55.7704050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\weak.py 2025-12-04T09:56:55.7707869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_appending_byte_serializer.py 2025-12-04T09:56:55.7711691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_config_module.py 2025-12-04T09:56:55.7715827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_config_typing.pyi 2025-12-04T09:56:55.7729652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_content_store.py 2025-12-04T09:56:55.7733323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_contextlib.py 2025-12-04T09:56:55.7737497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_cpp_embed_headers.py 2025-12-04T09:56:55.7741624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2025-12-04T09:56:55.7745871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_cxx_pytree.py 2025-12-04T09:56:55.7749791Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_debug_mode.py 2025-12-04T09:56:55.7754277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_device.py 2025-12-04T09:56:55.7758060Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_dtype_abbrs.py 2025-12-04T09:56:55.7762126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_exposed_in.py 2025-12-04T09:56:55.7765942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_filelock.py 2025-12-04T09:56:55.7779675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_foreach_utils.py 2025-12-04T09:56:55.7783655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_functools.py 2025-12-04T09:56:55.7787566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_get_clean_triton.py 2025-12-04T09:56:55.7791680Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_helion.py 2025-12-04T09:56:55.7795322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_import_utils.py 2025-12-04T09:56:55.7799438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_mode_utils.py 2025-12-04T09:56:55.7803307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_ordered_set.py 2025-12-04T09:56:55.7807206Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_pallas.py 2025-12-04T09:56:55.7810914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_python_dispatch.py 2025-12-04T09:56:55.7814814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_pytree.py 2025-12-04T09:56:55.7829091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_runtime_estimation.py 2025-12-04T09:56:55.7832865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_stats.py 2025-12-04T09:56:55.7836939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_thunk.py 2025-12-04T09:56:55.7841173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_traceback.py 2025-12-04T09:56:55.7845095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_triton.py 2025-12-04T09:56:55.7848848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_typing_utils.py 2025-12-04T09:56:55.7853111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_zip.py 2025-12-04T09:56:55.7857118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__init__.py 2025-12-04T09:56:55.7865725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\backcompat\__init__.py 2025-12-04T09:56:55.7874087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7883828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\__init__.py 2025-12-04T09:56:55.7891961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2025-12-04T09:56:55.7895980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2025-12-04T09:56:55.7900231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2025-12-04T09:56:55.7904371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2025-12-04T09:56:55.7909275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2025-12-04T09:56:55.7923566Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2025-12-04T09:56:55.7930874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-310.pyc 2025-12-04T09:56:55.7935184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-310.pyc 2025-12-04T09:56:55.7940188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-310.pyc 2025-12-04T09:56:55.7956327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-310.pyc 2025-12-04T09:56:55.7960623Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-310.pyc 2025-12-04T09:56:55.7964843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.7973254Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2025-12-04T09:56:55.7977294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2025-12-04T09:56:55.7981541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2025-12-04T09:56:55.7985651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2025-12-04T09:56:55.7999646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2025-12-04T09:56:55.8003734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2025-12-04T09:56:55.8012338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-310.pyc 2025-12-04T09:56:55.8017076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-310.pyc 2025-12-04T09:56:55.8022646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-310.pyc 2025-12-04T09:56:55.8035676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-310.pyc 2025-12-04T09:56:55.8041618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-310.pyc 2025-12-04T09:56:55.8044295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8081559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\common.py 2025-12-04T09:56:55.8082228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2025-12-04T09:56:55.8082991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2025-12-04T09:56:55.8083660Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2025-12-04T09:56:55.8084300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2025-12-04T09:56:55.8084960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2025-12-04T09:56:55.8092246Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2025-12-04T09:56:55.8097277Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2025-12-04T09:56:55.8102522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2025-12-04T09:56:55.8105480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2025-12-04T09:56:55.8114548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2025-12-04T09:56:55.8117765Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2025-12-04T09:56:55.8121273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2025-12-04T09:56:55.8135577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2025-12-04T09:56:55.8139877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2025-12-04T09:56:55.8146315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2025-12-04T09:56:55.8153618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-310.pyc 2025-12-04T09:56:55.8158159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8166554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:55.8170769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-310.pyc 2025-12-04T09:56:55.8175136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-310.pyc 2025-12-04T09:56:55.8188965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-310.pyc 2025-12-04T09:56:55.8192893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-310.pyc 2025-12-04T09:56:55.8197144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-310.pyc 2025-12-04T09:56:55.8200985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-310.pyc 2025-12-04T09:56:55.8205017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-310.pyc 2025-12-04T09:56:55.8209172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8227818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8270650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\backward_compatibility.py 2025-12-04T09:56:55.8274826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\dataloader.py 2025-12-04T09:56:55.8279281Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\dataset.py 2025-12-04T09:56:55.8283282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\distributed.py 2025-12-04T09:56:55.8291614Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\graph.py 2025-12-04T09:56:55.8295389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\graph_settings.py 2025-12-04T09:56:55.8299592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\sampler.py 2025-12-04T09:56:55.8303423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__init__.py 2025-12-04T09:56:55.8311557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2025-12-04T09:56:55.8315442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2025-12-04T09:56:55.8319527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2025-12-04T09:56:55.8323978Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2025-12-04T09:56:55.8327713Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2025-12-04T09:56:55.8341443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2025-12-04T09:56:55.8345275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2025-12-04T09:56:55.8353132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2025-12-04T09:56:55.8357255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2025-12-04T09:56:55.8361446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2025-12-04T09:56:55.8375449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2025-12-04T09:56:55.8379939Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2025-12-04T09:56:55.8388151Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-310.pyc 2025-12-04T09:56:55.8393766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-310.pyc 2025-12-04T09:56:55.8397391Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-310.pyc 2025-12-04T09:56:55.8411369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-310.pyc 2025-12-04T09:56:55.8415411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8424544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2025-12-04T09:56:55.8428491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2025-12-04T09:56:55.8432569Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2025-12-04T09:56:55.8436767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2025-12-04T09:56:55.8450497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2025-12-04T09:56:55.8454831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2025-12-04T09:56:55.8459016Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2025-12-04T09:56:55.8463378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2025-12-04T09:56:55.8467375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2025-12-04T09:56:55.8471687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2025-12-04T09:56:55.8475918Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2025-12-04T09:56:55.8479877Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2025-12-04T09:56:55.8489091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-310.pyc 2025-12-04T09:56:55.8494215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-310.pyc 2025-12-04T09:56:55.8497947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-310.pyc 2025-12-04T09:56:55.8512344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-310.pyc 2025-12-04T09:56:55.8516909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-310.pyc 2025-12-04T09:56:55.8521378Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-310.pyc 2025-12-04T09:56:55.8525686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-310.pyc 2025-12-04T09:56:55.8529610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-310.pyc 2025-12-04T09:56:55.8533907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-310.pyc 2025-12-04T09:56:55.8538343Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-310.pyc 2025-12-04T09:56:55.8543267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.8547450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8557837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2025-12-04T09:56:55.8562475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2025-12-04T09:56:55.8566923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2025-12-04T09:56:55.8572219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2025-12-04T09:56:55.8576725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2025-12-04T09:56:55.8592052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2025-12-04T09:56:55.8600523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-310.pyc 2025-12-04T09:56:55.8604916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-310.pyc 2025-12-04T09:56:55.8609146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-310.pyc 2025-12-04T09:56:55.8622925Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-310.pyc 2025-12-04T09:56:55.8627624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:55.8631894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8640234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2025-12-04T09:56:55.8644062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2025-12-04T09:56:55.8648400Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2025-12-04T09:56:55.8652250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2025-12-04T09:56:55.8659111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:55.8663336Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-310.pyc 2025-12-04T09:56:55.8667517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-310.pyc 2025-12-04T09:56:55.8681390Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8690080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-310.pyc 2025-12-04T09:56:55.8694583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-310.pyc 2025-12-04T09:56:55.8699036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-310.pyc 2025-12-04T09:56:55.8713609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-310.pyc 2025-12-04T09:56:55.8717418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-310.pyc 2025-12-04T09:56:55.8721733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8730389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\collate.py 2025-12-04T09:56:55.8734084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\fetch.py 2025-12-04T09:56:55.8737964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2025-12-04T09:56:55.8742097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2025-12-04T09:56:55.8745776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\worker.py 2025-12-04T09:56:55.8759607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__init__.py 2025-12-04T09:56:55.8767420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-310.pyc 2025-12-04T09:56:55.8771555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-310.pyc 2025-12-04T09:56:55.8775511Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-310.pyc 2025-12-04T09:56:55.8789234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-310.pyc 2025-12-04T09:56:55.8793044Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-310.pyc 2025-12-04T09:56:55.8797251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8806097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-310.pyc 2025-12-04T09:56:55.8810072Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-310.pyc 2025-12-04T09:56:55.8814338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-310.pyc 2025-12-04T09:56:55.8828173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:55.8832128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-310.pyc 2025-12-04T09:56:55.8836009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-310.pyc 2025-12-04T09:56:55.8840015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-310.pyc 2025-12-04T09:56:55.8844140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8852820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\constants.py 2025-12-04T09:56:55.8857241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2025-12-04T09:56:55.8863922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\hipify_python.py 2025-12-04T09:56:55.8868178Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\version.py 2025-12-04T09:56:55.8882892Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__init__.py 2025-12-04T09:56:55.8891622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-310.pyc 2025-12-04T09:56:55.8895826Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-310.pyc 2025-12-04T09:56:55.8903739Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-310.pyc 2025-12-04T09:56:55.8918437Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-310.pyc 2025-12-04T09:56:55.8922581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8931657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\jit\log_extract.py 2025-12-04T09:56:55.8935890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\jit\__init__.py 2025-12-04T09:56:55.8943891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-310.pyc 2025-12-04T09:56:55.8948545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.8957135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\code.js 2025-12-04T09:56:55.8961555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\htm.mjs 2025-12-04T09:56:55.8965602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\preact.mjs 2025-12-04T09:56:55.8969433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\skeleton.html 2025-12-04T09:56:55.8973729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\__init__.py 2025-12-04T09:56:55.8988319Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\__main__.py 2025-12-04T09:56:55.8996495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9000980Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-310.pyc 2025-12-04T09:56:55.9010031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\serialization\config.py 2025-12-04T09:56:55.9014280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\serialization\__init__.py 2025-12-04T09:56:55.9022831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\serialization\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:55.9027019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\serialization\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9036090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\summary.py 2025-12-04T09:56:55.9040087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\writer.py 2025-12-04T09:56:55.9044753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2025-12-04T09:56:55.9048896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2025-12-04T09:56:55.9063506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2025-12-04T09:56:55.9068245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2025-12-04T09:56:55.9073502Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2025-12-04T09:56:55.9078316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\_utils.py 2025-12-04T09:56:55.9082804Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__init__.py 2025-12-04T09:56:55.9092770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-310.pyc 2025-12-04T09:56:55.9098749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-310.pyc 2025-12-04T09:56:55.9103631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-310.pyc 2025-12-04T09:56:55.9118120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-310.pyc 2025-12-04T09:56:55.9123209Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-310.pyc 2025-12-04T09:56:55.9128471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-310.pyc 2025-12-04T09:56:55.9133430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-310.pyc 2025-12-04T09:56:55.9137943Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.9142170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9151716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\viz\_cycles.py 2025-12-04T09:56:55.9155950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\viz\__init__.py 2025-12-04T09:56:55.9163491Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-310.pyc 2025-12-04T09:56:55.9167629Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9176505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2025-12-04T09:56:55.9180362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_strobelight\__init__.py 2025-12-04T09:56:55.9187637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-310.pyc 2025-12-04T09:56:55.9191648Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9200079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\functions.py 2025-12-04T09:56:55.9204250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\interp.py 2025-12-04T09:56:55.9207934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\numbers.py 2025-12-04T09:56:55.9211846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\printers.py 2025-12-04T09:56:55.9215499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\reference.py 2025-12-04T09:56:55.9229651Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2025-12-04T09:56:55.9233447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\solve.py 2025-12-04T09:56:55.9237056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\symbol.py 2025-12-04T09:56:55.9241240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2025-12-04T09:56:55.9245208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__init__.py 2025-12-04T09:56:55.9252176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-310.pyc 2025-12-04T09:56:55.9256212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-310.pyc 2025-12-04T09:56:55.9260289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-310.pyc 2025-12-04T09:56:55.9274331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\printers.cpython-310.pyc 2025-12-04T09:56:55.9278303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-310.pyc 2025-12-04T09:56:55.9282592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-310.pyc 2025-12-04T09:56:55.9286806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-310.pyc 2025-12-04T09:56:55.9290992Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-310.pyc 2025-12-04T09:56:55.9295243Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-310.pyc 2025-12-04T09:56:55.9299553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9309225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-310.pyc 2025-12-04T09:56:55.9313301Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-310.pyc 2025-12-04T09:56:55.9317953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-310.pyc 2025-12-04T09:56:55.9332905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-310.pyc 2025-12-04T09:56:55.9337981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-310.pyc 2025-12-04T09:56:55.9342159Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-310.pyc 2025-12-04T09:56:55.9347806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-310.pyc 2025-12-04T09:56:55.9352152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-310.pyc 2025-12-04T09:56:55.9356927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-310.pyc 2025-12-04T09:56:55.9361298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-310.pyc 2025-12-04T09:56:55.9365549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-310.pyc 2025-12-04T09:56:55.9369907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-310.pyc 2025-12-04T09:56:55.9374111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-310.pyc 2025-12-04T09:56:55.9378041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-310.pyc 2025-12-04T09:56:55.9382109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-310.pyc 2025-12-04T09:56:55.9386327Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-310.pyc 2025-12-04T09:56:55.9400493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-310.pyc 2025-12-04T09:56:55.9404442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\weak.cpython-310.pyc 2025-12-04T09:56:55.9408759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_appending_byte_serializer.cpython-310.pyc 2025-12-04T09:56:55.9413054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-310.pyc 2025-12-04T09:56:55.9417904Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-310.pyc 2025-12-04T09:56:55.9422182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-310.pyc 2025-12-04T09:56:55.9427105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_cpp_embed_headers.cpython-310.pyc 2025-12-04T09:56:55.9431082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-310.pyc 2025-12-04T09:56:55.9446333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-310.pyc 2025-12-04T09:56:55.9450777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_debug_mode.cpython-310.pyc 2025-12-04T09:56:55.9454654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_device.cpython-310.pyc 2025-12-04T09:56:55.9458942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_dtype_abbrs.cpython-310.pyc 2025-12-04T09:56:55.9462958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-310.pyc 2025-12-04T09:56:55.9467031Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_filelock.cpython-310.pyc 2025-12-04T09:56:55.9471493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-310.pyc 2025-12-04T09:56:55.9475771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_functools.cpython-310.pyc 2025-12-04T09:56:55.9489750Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-310.pyc 2025-12-04T09:56:55.9494192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_helion.cpython-310.pyc 2025-12-04T09:56:55.9498556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-310.pyc 2025-12-04T09:56:55.9502460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-310.pyc 2025-12-04T09:56:55.9506703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-310.pyc 2025-12-04T09:56:55.9510778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_pallas.cpython-310.pyc 2025-12-04T09:56:55.9515205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-310.pyc 2025-12-04T09:56:55.9519350Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-310.pyc 2025-12-04T09:56:55.9524039Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_runtime_estimation.cpython-310.pyc 2025-12-04T09:56:55.9547926Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-310.pyc 2025-12-04T09:56:55.9552910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-310.pyc 2025-12-04T09:56:55.9557084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-310.pyc 2025-12-04T09:56:55.9562049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-310.pyc 2025-12-04T09:56:55.9566761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-310.pyc 2025-12-04T09:56:55.9571564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-310.pyc 2025-12-04T09:56:55.9576626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9589217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\memory.py 2025-12-04T09:56:55.9593973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\random.py 2025-12-04T09:56:55.9597998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\streams.py 2025-12-04T09:56:55.9601837Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\_gpu_trace.py 2025-12-04T09:56:55.9606064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\_utils.py 2025-12-04T09:56:55.9610195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__init__.py 2025-12-04T09:56:55.9627563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-310.pyc 2025-12-04T09:56:55.9631609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\random.cpython-310.pyc 2025-12-04T09:56:55.9635223Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-310.pyc 2025-12-04T09:56:55.9677087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-310.pyc 2025-12-04T09:56:55.9681608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:55.9685280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9693455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_awaits\__init__.py 2025-12-04T09:56:55.9701154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9709698Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_aoti.pyi 2025-12-04T09:56:55.9713886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_autograd.pyi 2025-12-04T09:56:55.9717355Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_cpu.pyi 2025-12-04T09:56:55.9721049Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_cudnn.pyi 2025-12-04T09:56:55.9724696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_cusparselt.pyi 2025-12-04T09:56:55.9738686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_distributed.pyi 2025-12-04T09:56:55.9742611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2025-12-04T09:56:55.9746379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2025-12-04T09:56:55.9750326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2025-12-04T09:56:55.9754248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2025-12-04T09:56:55.9758308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_functionalization.pyi 2025-12-04T09:56:55.9762065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_functions.pyi 2025-12-04T09:56:55.9765844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_functorch.pyi 2025-12-04T09:56:55.9770172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_instruction_counter.pyi 2025-12-04T09:56:55.9773742Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_itt.pyi 2025-12-04T09:56:55.9777530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_jit_tree_views.pyi 2025-12-04T09:56:55.9781273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_lazy.pyi 2025-12-04T09:56:55.9784974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2025-12-04T09:56:55.9788886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_monitor.pyi 2025-12-04T09:56:55.9792597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_nn.pyi 2025-12-04T09:56:55.9796215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_nvtx.pyi 2025-12-04T09:56:55.9799934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_onnx.pyi 2025-12-04T09:56:55.9803700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_profiler.pyi 2025-12-04T09:56:55.9818120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2025-12-04T09:56:55.9829231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_verbose.pyi 2025-12-04T09:56:55.9833172Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\__init__.pyi 2025-12-04T09:56:55.9843258Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_acc\__init__.pyi 2025-12-04T09:56:55.9851087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_dynamo\compiled_autograd.pyi 2025-12-04T09:56:55.9854893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_dynamo\eval_frame.pyi 2025-12-04T09:56:55.9858818Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_dynamo\guards.pyi 2025-12-04T09:56:55.9862555Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_dynamo\__init__.pyi 2025-12-04T09:56:55.9870498Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_export\pt2_archive_constants.pyi 2025-12-04T09:56:55.9874239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C\_export\__init__.pyi 2025-12-04T09:56:55.9884104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\autograd.py 2025-12-04T09:56:55.9887848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\impl.py 2025-12-04T09:56:55.9891752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\__init__.py 2025-12-04T09:56:55.9899126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-310.pyc 2025-12-04T09:56:55.9903219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-310.pyc 2025-12-04T09:56:55.9907163Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9926148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_C_flatbuffer\__init__.pyi 2025-12-04T09:56:55.9934096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\decompositions.py 2025-12-04T09:56:55.9939449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2025-12-04T09:56:55.9943426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2025-12-04T09:56:55.9957536Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\__init__.py 2025-12-04T09:56:55.9965986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-310.pyc 2025-12-04T09:56:55.9970973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-310.pyc 2025-12-04T09:56:55.9975445Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-310.pyc 2025-12-04T09:56:55.9990373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:55.9998914Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dispatch\python.py 2025-12-04T09:56:56.0002656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dispatch\__init__.py 2025-12-04T09:56:56.0009501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-310.pyc 2025-12-04T09:56:56.0013307Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.0022803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\aot_compile.py 2025-12-04T09:56:56.0026675Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\aot_compile_types.py 2025-12-04T09:56:56.0030751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2025-12-04T09:56:56.0034567Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2025-12-04T09:56:56.0048637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\cache_size.py 2025-12-04T09:56:56.0052692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\callback.py 2025-12-04T09:56:56.0056545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\codegen.py 2025-12-04T09:56:56.0060907Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\code_context.py 2025-12-04T09:56:56.0065263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2025-12-04T09:56:56.0069891Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\comptime.py 2025-12-04T09:56:56.0074188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\config.py 2025-12-04T09:56:56.0078539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\convert_frame.py 2025-12-04T09:56:56.0083522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2025-12-04T09:56:56.0087967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\current_scope_id.py 2025-12-04T09:56:56.0092372Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\dce_extra_outputs.py 2025-12-04T09:56:56.0096737Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\debug_utils.py 2025-12-04T09:56:56.0100795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\decorators.py 2025-12-04T09:56:56.0105018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\device_interface.py 2025-12-04T09:56:56.0108890Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\distributed.py 2025-12-04T09:56:56.0121532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\eval_frame.py 2025-12-04T09:56:56.0122302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\exc.py 2025-12-04T09:56:56.0131607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\external_utils.py 2025-12-04T09:56:56.0135451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\funcname_cache.py 2025-12-04T09:56:56.0139526Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\functional_export.py 2025-12-04T09:56:56.0143377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_break_hints.py 2025-12-04T09:56:56.0147942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_break_registry.json 2025-12-04T09:56:56.0152574Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_bytecode_inputs.py 2025-12-04T09:56:56.0156484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_deduplication.py 2025-12-04T09:56:56.0160431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_region_tracker.py 2025-12-04T09:56:56.0164431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\graph_utils.py 2025-12-04T09:56:56.0178970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\guards.py 2025-12-04T09:56:56.0183604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\hooks.py 2025-12-04T09:56:56.0187625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\logging.py 2025-12-04T09:56:56.0191586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\metrics_context.py 2025-12-04T09:56:56.0195353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\mutation_guard.py 2025-12-04T09:56:56.0199121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\output_graph.py 2025-12-04T09:56:56.0203707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\package.py 2025-12-04T09:56:56.0207535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\pgo.py 2025-12-04T09:56:56.0211452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\precompile_context.py 2025-12-04T09:56:56.0215476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\profiler.py 2025-12-04T09:56:56.0219303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\replay_record.py 2025-12-04T09:56:56.0223266Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\resume_execution.py 2025-12-04T09:56:56.0238118Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\side_effects.py 2025-12-04T09:56:56.0242461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\source.py 2025-12-04T09:56:56.0246683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2025-12-04T09:56:56.0251784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2025-12-04T09:56:56.0255694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\testing.py 2025-12-04T09:56:56.0260370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\test_case.py 2025-12-04T09:56:56.0264504Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\test_dont_skip_tracing_functions.py 2025-12-04T09:56:56.0268668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2025-12-04T09:56:56.0273007Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\trace_rules.py 2025-12-04T09:56:56.0277928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\types.py 2025-12-04T09:56:56.0281589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\utils.py 2025-12-04T09:56:56.0296646Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2025-12-04T09:56:56.0300515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__init__.py 2025-12-04T09:56:56.0308647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\common.py 2025-12-04T09:56:56.0312553Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2025-12-04T09:56:56.0316295Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\debugging.py 2025-12-04T09:56:56.0320331Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\distributed.py 2025-12-04T09:56:56.0334696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\inductor.py 2025-12-04T09:56:56.0338547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2025-12-04T09:56:56.0342452Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\registry.py 2025-12-04T09:56:56.0346104Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2025-12-04T09:56:56.0366722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2025-12-04T09:56:56.0388283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\tvm.py 2025-12-04T09:56:56.0398075Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__init__.py 2025-12-04T09:56:56.0407326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:56.0412624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-310.pyc 2025-12-04T09:56:56.0417409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-310.pyc 2025-12-04T09:56:56.0512725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:56.0516697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-310.pyc 2025-12-04T09:56:56.0521779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-310.pyc 2025-12-04T09:56:56.0526379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-310.pyc 2025-12-04T09:56:56.0533450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-310.pyc 2025-12-04T09:56:56.0540779Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-310.pyc 2025-12-04T09:56:56.0547421Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-310.pyc 2025-12-04T09:56:56.0552663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.0564482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2025-12-04T09:56:56.0569738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2025-12-04T09:56:56.0573335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\fx.py 2025-12-04T09:56:56.0578109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\heapq.py 2025-12-04T09:56:56.0583057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2025-12-04T09:56:56.0670671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2025-12-04T09:56:56.0674625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\operator.py 2025-12-04T09:56:56.0678722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\os.py 2025-12-04T09:56:56.0682474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\pytree.py 2025-12-04T09:56:56.0687079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\struct.py 2025-12-04T09:56:56.0690803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2025-12-04T09:56:56.0694808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\tensor.py 2025-12-04T09:56:56.0698959Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\_collections.py 2025-12-04T09:56:56.0703182Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2025-12-04T09:56:56.0711551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-310.pyc 2025-12-04T09:56:56.0716032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-310.pyc 2025-12-04T09:56:56.0721231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\fx.cpython-310.pyc 2025-12-04T09:56:56.0806506Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\heapq.cpython-310.pyc 2025-12-04T09:56:56.0810557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-310.pyc 2025-12-04T09:56:56.0814871Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-310.pyc 2025-12-04T09:56:56.0820212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\operator.cpython-310.pyc 2025-12-04T09:56:56.0825186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-310.pyc 2025-12-04T09:56:56.0829861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\pytree.cpython-310.pyc 2025-12-04T09:56:56.0834225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\struct.cpython-310.pyc 2025-12-04T09:56:56.0838240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-310.pyc 2025-12-04T09:56:56.0842433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\tensor.cpython-310.pyc 2025-12-04T09:56:56.0846806Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\_collections.cpython-310.pyc 2025-12-04T09:56:56.0850946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.0861380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2025-12-04T09:56:56.0865927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2025-12-04T09:56:56.0870286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\aoti.py 2025-12-04T09:56:56.0874608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\__init__.py 2025-12-04T09:56:56.1044619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-310.pyc 2025-12-04T09:56:56.1049174Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-310.pyc 2025-12-04T09:56:56.1053621Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\__pycache__\aoti.cpython-310.pyc 2025-12-04T09:56:56.1230136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.1239076Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\base.py 2025-12-04T09:56:56.1243709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\builder.py 2025-12-04T09:56:56.1250315Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\builtin.py 2025-12-04T09:56:56.1254356Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\constant.py 2025-12-04T09:56:56.1258827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2025-12-04T09:56:56.1314352Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\dicts.py 2025-12-04T09:56:56.1318581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\distributed.py 2025-12-04T09:56:56.1322473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\functions.py 2025-12-04T09:56:56.1327300Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2025-12-04T09:56:56.1332388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\iter.py 2025-12-04T09:56:56.1336312Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\lazy.py 2025-12-04T09:56:56.1340487Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\lists.py 2025-12-04T09:56:56.1344697Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\misc.py 2025-12-04T09:56:56.1349683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2025-12-04T09:56:56.1354625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2025-12-04T09:56:56.1358832Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\script_object.py 2025-12-04T09:56:56.1362921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2025-12-04T09:56:56.1366800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\streams.py 2025-12-04T09:56:56.1371745Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\tensor.py 2025-12-04T09:56:56.1377079Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\torch.py 2025-12-04T09:56:56.1381830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2025-12-04T09:56:56.1385976Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2025-12-04T09:56:56.1390282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__init__.py 2025-12-04T09:56:56.1399962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-310.pyc 2025-12-04T09:56:56.1404852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-310.pyc 2025-12-04T09:56:56.1409406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-310.pyc 2025-12-04T09:56:56.1481146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-310.pyc 2025-12-04T09:56:56.1485389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-310.pyc 2025-12-04T09:56:56.1489831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-310.pyc 2025-12-04T09:56:56.1494438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:56.1499219Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-310.pyc 2025-12-04T09:56:56.1504728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-310.pyc 2025-12-04T09:56:56.1509617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-310.pyc 2025-12-04T09:56:56.1513882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-310.pyc 2025-12-04T09:56:56.1518155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-310.pyc 2025-12-04T09:56:56.1523166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-310.pyc 2025-12-04T09:56:56.1527921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-310.pyc 2025-12-04T09:56:56.1533176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-310.pyc 2025-12-04T09:56:56.1537673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-310.pyc 2025-12-04T09:56:56.1542594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-310.pyc 2025-12-04T09:56:56.4456789Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\streams.cpython-310.pyc 2025-12-04T09:56:56.4462573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-310.pyc 2025-12-04T09:56:56.4470760Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-310.pyc 2025-12-04T09:56:56.4478321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-310.pyc 2025-12-04T09:56:56.4508168Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-310.pyc 2025-12-04T09:56:56.4512758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.4524037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\aot_compile.cpython-310.pyc 2025-12-04T09:56:56.4528265Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\aot_compile_types.cpython-310.pyc 2025-12-04T09:56:56.4532432Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-310.pyc 2025-12-04T09:56:56.4548874Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-310.pyc 2025-12-04T09:56:56.4553176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-310.pyc 2025-12-04T09:56:56.4557329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-310.pyc 2025-12-04T09:56:56.4561501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-310.pyc 2025-12-04T09:56:56.4565628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-310.pyc 2025-12-04T09:56:56.4569881Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-310.pyc 2025-12-04T09:56:56.4574324Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-310.pyc 2025-12-04T09:56:56.4578707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:56.4582854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-310.pyc 2025-12-04T09:56:56.4587798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-310.pyc 2025-12-04T09:56:56.4593197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-310.pyc 2025-12-04T09:56:56.4633192Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\dce_extra_outputs.cpython-310.pyc 2025-12-04T09:56:56.4637544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-310.pyc 2025-12-04T09:56:56.4647938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-310.pyc 2025-12-04T09:56:56.4652035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-310.pyc 2025-12-04T09:56:56.4656133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-310.pyc 2025-12-04T09:56:56.4660399Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-310.pyc 2025-12-04T09:56:56.4665094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-310.pyc 2025-12-04T09:56:56.4669134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-310.pyc 2025-12-04T09:56:56.4673164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-310.pyc 2025-12-04T09:56:56.4677228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\functional_export.cpython-310.pyc 2025-12-04T09:56:56.4693530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\graph_break_hints.cpython-310.pyc 2025-12-04T09:56:56.4697876Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\graph_bytecode_inputs.cpython-310.pyc 2025-12-04T09:56:56.4701961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\graph_deduplication.cpython-310.pyc 2025-12-04T09:56:56.4705998Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\graph_region_tracker.cpython-310.pyc 2025-12-04T09:56:56.4709966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\graph_utils.cpython-310.pyc 2025-12-04T09:56:56.4714734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-310.pyc 2025-12-04T09:56:56.4719513Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-310.pyc 2025-12-04T09:56:56.4723474Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-310.pyc 2025-12-04T09:56:56.4739025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\metrics_context.cpython-310.pyc 2025-12-04T09:56:56.4743186Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-310.pyc 2025-12-04T09:56:56.4747077Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-310.pyc 2025-12-04T09:56:56.4751467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\package.cpython-310.pyc 2025-12-04T09:56:56.4756052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-310.pyc 2025-12-04T09:56:56.4760294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\precompile_context.cpython-310.pyc 2025-12-04T09:56:56.4764255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-310.pyc 2025-12-04T09:56:56.4768340Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-310.pyc 2025-12-04T09:56:56.4796091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-310.pyc 2025-12-04T09:56:56.4800098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-310.pyc 2025-12-04T09:56:56.4804133Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-310.pyc 2025-12-04T09:56:56.4808546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-310.pyc 2025-12-04T09:56:56.4813643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-310.pyc 2025-12-04T09:56:56.4817741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-310.pyc 2025-12-04T09:56:56.4821893Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-310.pyc 2025-12-04T09:56:56.4830609Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\test_dont_skip_tracing_functions.cpython-310.pyc 2025-12-04T09:56:56.4845459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-310.pyc 2025-12-04T09:56:56.4849632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-310.pyc 2025-12-04T09:56:56.4854191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-310.pyc 2025-12-04T09:56:56.4858158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.4863969Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-310.pyc 2025-12-04T09:56:56.4867103Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.4877717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\config.py 2025-12-04T09:56:56.4881471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\converter.py 2025-12-04T09:56:56.4887108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\error.py 2025-12-04T09:56:56.4891117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\non_strict_utils.py 2025-12-04T09:56:56.4895415Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_base.py 2025-12-04T09:56:56.4912045Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\tools.py 2025-12-04T09:56:56.4915964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\utils.py 2025-12-04T09:56:56.4920480Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\verifier.py 2025-12-04T09:56:56.4924470Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\wrappers.py 2025-12-04T09:56:56.4928185Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__init__.py 2025-12-04T09:56:56.4936630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\case.py 2025-12-04T09:56:56.4940699Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\gen_example.py 2025-12-04T09:56:56.4944734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\logging.py 2025-12-04T09:56:56.4948632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\__init__.py 2025-12-04T09:56:56.4957321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2025-12-04T09:56:56.4961455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2025-12-04T09:56:56.4965424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\class_method.py 2025-12-04T09:56:56.4980875Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2025-12-04T09:56:56.4985242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2025-12-04T09:56:56.4990237Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2025-12-04T09:56:56.4994484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2025-12-04T09:56:56.4998522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2025-12-04T09:56:56.5002655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2025-12-04T09:56:56.5006790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2025-12-04T09:56:56.5011668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2025-12-04T09:56:56.5016092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\decorator.py 2025-12-04T09:56:56.5020183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dictionary.py 2025-12-04T09:56:56.5023853Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2025-12-04T09:56:56.5027770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2025-12-04T09:56:56.5031694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2025-12-04T09:56:56.5036112Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2025-12-04T09:56:56.5040339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2025-12-04T09:56:56.5056326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2025-12-04T09:56:56.5061110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2025-12-04T09:56:56.5065450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2025-12-04T09:56:56.5069539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\list_contains.py 2025-12-04T09:56:56.5073854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2025-12-04T09:56:56.5078136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2025-12-04T09:56:56.5082294Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\nested_function.py 2025-12-04T09:56:56.5086272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2025-12-04T09:56:56.5102285Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\optional_input.py 2025-12-04T09:56:56.5106997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2025-12-04T09:56:56.5111407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2025-12-04T09:56:56.5115820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2025-12-04T09:56:56.5120149Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2025-12-04T09:56:56.5124607Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\static_if.py 2025-12-04T09:56:56.5128967Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2025-12-04T09:56:56.5133586Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2025-12-04T09:56:56.5138128Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2025-12-04T09:56:56.5154239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2025-12-04T09:56:56.5158592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__init__.py 2025-12-04T09:56:56.5169550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-310.pyc 2025-12-04T09:56:56.5173736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-310.pyc 2025-12-04T09:56:56.5178123Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-310.pyc 2025-12-04T09:56:56.5193952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-310.pyc 2025-12-04T09:56:56.5198333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-310.pyc 2025-12-04T09:56:56.5202590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-310.pyc 2025-12-04T09:56:56.5206935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-310.pyc 2025-12-04T09:56:56.5210858Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-310.pyc 2025-12-04T09:56:56.5214835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-310.pyc 2025-12-04T09:56:56.5219412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-310.pyc 2025-12-04T09:56:56.5224227Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-310.pyc 2025-12-04T09:56:56.5228120Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-310.pyc 2025-12-04T09:56:56.5232091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-310.pyc 2025-12-04T09:56:56.5236154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-310.pyc 2025-12-04T09:56:56.5240191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-310.pyc 2025-12-04T09:56:56.5255416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-310.pyc 2025-12-04T09:56:56.5259821Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-310.pyc 2025-12-04T09:56:56.5263991Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-310.pyc 2025-12-04T09:56:56.5268508Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-310.pyc 2025-12-04T09:56:56.5272545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-310.pyc 2025-12-04T09:56:56.5276640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-310.pyc 2025-12-04T09:56:56.5280647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-310.pyc 2025-12-04T09:56:56.5284863Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-310.pyc 2025-12-04T09:56:56.5301249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-310.pyc 2025-12-04T09:56:56.5305270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-310.pyc 2025-12-04T09:56:56.5309318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-310.pyc 2025-12-04T09:56:56.5313306Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-310.pyc 2025-12-04T09:56:56.5317273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-310.pyc 2025-12-04T09:56:56.5321184Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-310.pyc 2025-12-04T09:56:56.5325516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-310.pyc 2025-12-04T09:56:56.5329568Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-310.pyc 2025-12-04T09:56:56.5354652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-310.pyc 2025-12-04T09:56:56.5359171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-310.pyc 2025-12-04T09:56:56.5363377Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-310.pyc 2025-12-04T09:56:56.5367402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-310.pyc 2025-12-04T09:56:56.5371557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-310.pyc 2025-12-04T09:56:56.5375527Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5397600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-310.pyc 2025-12-04T09:56:56.5401895Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-310.pyc 2025-12-04T09:56:56.5406048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-310.pyc 2025-12-04T09:56:56.5420927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5430722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2025-12-04T09:56:56.5434643Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2025-12-04T09:56:56.5438703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\constant_folding.py 2025-12-04T09:56:56.5453708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2025-12-04T09:56:56.5457936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\insert_custom_op_guards.py 2025-12-04T09:56:56.5462234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2025-12-04T09:56:56.5466436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2025-12-04T09:56:56.5470620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2025-12-04T09:56:56.5474748Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2025-12-04T09:56:56.5478767Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2025-12-04T09:56:56.5483050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2025-12-04T09:56:56.5487637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2025-12-04T09:56:56.5491449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2025-12-04T09:56:56.5495686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__init__.py 2025-12-04T09:56:56.5504468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-310.pyc 2025-12-04T09:56:56.5510677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-310.pyc 2025-12-04T09:56:56.5526723Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-310.pyc 2025-12-04T09:56:56.5531919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-310.pyc 2025-12-04T09:56:56.5536100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\insert_custom_op_guards.cpython-310.pyc 2025-12-04T09:56:56.5541167Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-310.pyc 2025-12-04T09:56:56.5546570Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-310.pyc 2025-12-04T09:56:56.5550887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-310.pyc 2025-12-04T09:56:56.5554990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-310.pyc 2025-12-04T09:56:56.5559433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-310.pyc 2025-12-04T09:56:56.5563872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-310.pyc 2025-12-04T09:56:56.5567854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-310.pyc 2025-12-04T09:56:56.5574734Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-310.pyc 2025-12-04T09:56:56.5580196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5590282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2025-12-04T09:56:56.5594901Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2025-12-04T09:56:56.5599392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\__init__.py 2025-12-04T09:56:56.5689122Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-310.pyc 2025-12-04T09:56:56.5693256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-310.pyc 2025-12-04T09:56:56.5697282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5718175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2025-12-04T09:56:56.5722360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\export_schema.thrift 2025-12-04T09:56:56.5725985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\schema.py 2025-12-04T09:56:56.5729671Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\schema.yaml 2025-12-04T09:56:56.5744499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\schema_check.py 2025-12-04T09:56:56.5748740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\serialize.py 2025-12-04T09:56:56.5754230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\union.py 2025-12-04T09:56:56.5758205Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__init__.py 2025-12-04T09:56:56.5765950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-310.pyc 2025-12-04T09:56:56.5770135Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-310.pyc 2025-12-04T09:56:56.5774347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-310.pyc 2025-12-04T09:56:56.5789465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-310.pyc 2025-12-04T09:56:56.5794639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-310.pyc 2025-12-04T09:56:56.5798951Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5808095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:56.5812604Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\converter.cpython-310.pyc 2025-12-04T09:56:56.5817240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\error.cpython-310.pyc 2025-12-04T09:56:56.5832166Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-310.pyc 2025-12-04T09:56:56.5836600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-310.pyc 2025-12-04T09:56:56.5840686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\tools.cpython-310.pyc 2025-12-04T09:56:56.5844632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.5849303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-310.pyc 2025-12-04T09:56:56.5853674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-310.pyc 2025-12-04T09:56:56.5857549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.5867028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\aot_autograd.py 2025-12-04T09:56:56.5871820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\apis.py 2025-12-04T09:56:56.5875758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\autograd_function.py 2025-12-04T09:56:56.5879913Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2025-12-04T09:56:56.5894986Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\benchmark_utils.py 2025-12-04T09:56:56.5899379Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\compilers.py 2025-12-04T09:56:56.5903845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\compile_utils.py 2025-12-04T09:56:56.5907692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\config.py 2025-12-04T09:56:56.5912115Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\deprecated.py 2025-12-04T09:56:56.5916774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\eager_transforms.py 2025-12-04T09:56:56.5921455Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\functional_call.py 2025-12-04T09:56:56.5926145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\fx_minifier.py 2025-12-04T09:56:56.5930716Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\make_functional.py 2025-12-04T09:56:56.5935401Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\partitioners.py 2025-12-04T09:56:56.5941365Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\predispatch.py 2025-12-04T09:56:56.5946127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\pyfunctorch.py 2025-12-04T09:56:56.5950878Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\python_key.py 2025-12-04T09:56:56.5955443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\pytree_hacks.py 2025-12-04T09:56:56.5960071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2025-12-04T09:56:56.5964309Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\utils.py 2025-12-04T09:56:56.5979590Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\vmap.py 2025-12-04T09:56:56.5983612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__init__.py 2025-12-04T09:56:56.5992703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\ac_logging_utils.py 2025-12-04T09:56:56.5996766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\graph_info_provider.py 2025-12-04T09:56:56.6000650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack.py 2025-12-04T09:56:56.6015148Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py 2025-12-04T09:56:56.6019273Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\remat_using_tags_for_fwd_loss_bwd_graph_pass.py 2025-12-04T09:56:56.6023121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__init__.py 2025-12-04T09:56:56.6031226Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\ac_logging_utils.cpython-310.pyc 2025-12-04T09:56:56.6035637Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\graph_info_provider.cpython-310.pyc 2025-12-04T09:56:56.6040091Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack.cpython-310.pyc 2025-12-04T09:56:56.6055015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack_evaluator.cpython-310.pyc 2025-12-04T09:56:56.6059231Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\remat_using_tags_for_fwd_loss_bwd_graph_pass.cpython-310.pyc 2025-12-04T09:56:56.6063242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.6072753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\aot_autograd_result.py 2025-12-04T09:56:56.6076794Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2025-12-04T09:56:56.6080919Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2025-12-04T09:56:56.6095573Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\descriptors.py 2025-12-04T09:56:56.6099721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\frontend_utils.py 2025-12-04T09:56:56.6103616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2025-12-04T09:56:56.6107499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\fx_utils.py 2025-12-04T09:56:56.6111236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\graph_capture.py 2025-12-04T09:56:56.6115411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\graph_capture_wrappers.py 2025-12-04T09:56:56.6119761Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\graph_compile.py 2025-12-04T09:56:56.6124517Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\indexed_dict.py 2025-12-04T09:56:56.6128857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2025-12-04T09:56:56.6132884Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2025-12-04T09:56:56.6136848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2025-12-04T09:56:56.6141835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2025-12-04T09:56:56.6146211Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\streams.py 2025-12-04T09:56:56.6184408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_parametrization.py 2025-12-04T09:56:56.6188664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2025-12-04T09:56:56.6193608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2025-12-04T09:56:56.6200691Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2025-12-04T09:56:56.6213361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\aot_autograd_result.cpython-310.pyc 2025-12-04T09:56:56.6219764Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-310.pyc 2025-12-04T09:56:56.6228468Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-310.pyc 2025-12-04T09:56:56.6246597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\descriptors.cpython-310.pyc 2025-12-04T09:56:56.6255591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\frontend_utils.cpython-310.pyc 2025-12-04T09:56:56.6260981Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-310.pyc 2025-12-04T09:56:56.6266952Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\fx_utils.cpython-310.pyc 2025-12-04T09:56:56.6273814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_capture.cpython-310.pyc 2025-12-04T09:56:56.6279894Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_capture_wrappers.cpython-310.pyc 2025-12-04T09:56:56.6286521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_compile.cpython-310.pyc 2025-12-04T09:56:56.6295095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\indexed_dict.cpython-310.pyc 2025-12-04T09:56:56.6300647Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-310.pyc 2025-12-04T09:56:56.6305321Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-310.pyc 2025-12-04T09:56:56.6310037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-310.pyc 2025-12-04T09:56:56.6325839Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-310.pyc 2025-12-04T09:56:56.6330854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\streams.cpython-310.pyc 2025-12-04T09:56:56.6347434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_parametrization.cpython-310.pyc 2025-12-04T09:56:56.6351706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-310.pyc 2025-12-04T09:56:56.6356037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.6360228Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.6370097Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-310.pyc 2025-12-04T09:56:56.6374640Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-310.pyc 2025-12-04T09:56:56.6378903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-310.pyc 2025-12-04T09:56:56.6394325Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-310.pyc 2025-12-04T09:56:56.6398448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-310.pyc 2025-12-04T09:56:56.6403373Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-310.pyc 2025-12-04T09:56:56.6407548Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-310.pyc 2025-12-04T09:56:56.6411816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:56.6416257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-310.pyc 2025-12-04T09:56:56.6420756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-310.pyc 2025-12-04T09:56:56.6425563Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-310.pyc 2025-12-04T09:56:56.6429809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-310.pyc 2025-12-04T09:56:56.6434111Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-310.pyc 2025-12-04T09:56:56.6438322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-310.pyc 2025-12-04T09:56:56.6443467Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\predispatch.cpython-310.pyc 2025-12-04T09:56:56.6447392Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-310.pyc 2025-12-04T09:56:56.6462516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-310.pyc 2025-12-04T09:56:56.6466499Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-310.pyc 2025-12-04T09:56:56.6470786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-310.pyc 2025-12-04T09:56:56.6475000Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.6478921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-310.pyc 2025-12-04T09:56:56.6483059Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.6493525Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\aoti_call_delegate.py 2025-12-04T09:56:56.6497531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2025-12-04T09:56:56.6501900Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2025-12-04T09:56:56.6516744Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\base_hop.py 2025-12-04T09:56:56.6520687Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\cond.py 2025-12-04T09:56:56.6524669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\effects.py 2025-12-04T09:56:56.6528615Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2025-12-04T09:56:56.6532809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\flat_apply.py 2025-12-04T09:56:56.6537121Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2025-12-04T09:56:56.6541269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\foreach_map.py 2025-12-04T09:56:56.6545413Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2025-12-04T09:56:56.6549541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2025-12-04T09:56:56.6553439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\local_map.py 2025-12-04T09:56:56.6557473Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\map.py 2025-12-04T09:56:56.6561276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2025-12-04T09:56:56.6565155Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\partitioner.py 2025-12-04T09:56:56.6569284Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\print.py 2025-12-04T09:56:56.6573428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2025-12-04T09:56:56.6577447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\scan.py 2025-12-04T09:56:56.6581708Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\schema.py 2025-12-04T09:56:56.6585990Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2025-12-04T09:56:56.6590282Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2025-12-04T09:56:56.6605278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2025-12-04T09:56:56.6610556Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\utils.py 2025-12-04T09:56:56.6615250Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2025-12-04T09:56:56.6623695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\wrap.py 2025-12-04T09:56:56.6624477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\_invoke_quant.py 2025-12-04T09:56:56.6628763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__init__.py 2025-12-04T09:56:56.6639333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\aoti_call_delegate.cpython-310.pyc 2025-12-04T09:56:56.6644071Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-310.pyc 2025-12-04T09:56:56.6648756Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-310.pyc 2025-12-04T09:56:56.6663618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\base_hop.cpython-310.pyc 2025-12-04T09:56:56.6667678Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-310.pyc 2025-12-04T09:56:56.6672375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-310.pyc 2025-12-04T09:56:56.6676751Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-310.pyc 2025-12-04T09:56:56.6680593Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\flat_apply.cpython-310.pyc 2025-12-04T09:56:56.6684927Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-310.pyc 2025-12-04T09:56:56.6689095Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\foreach_map.cpython-310.pyc 2025-12-04T09:56:56.6695530Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-310.pyc 2025-12-04T09:56:56.6697693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-310.pyc 2025-12-04T09:56:56.6702766Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\local_map.cpython-310.pyc 2025-12-04T09:56:56.6706302Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-310.pyc 2025-12-04T09:56:56.6710257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-310.pyc 2025-12-04T09:56:56.6714677Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\partitioner.cpython-310.pyc 2025-12-04T09:56:56.6731616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\print.cpython-310.pyc 2025-12-04T09:56:56.6733503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-310.pyc 2025-12-04T09:56:56.6737618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-310.pyc 2025-12-04T09:56:56.6742195Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\schema.cpython-310.pyc 2025-12-04T09:56:56.6746101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-310.pyc 2025-12-04T09:56:56.6750025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-310.pyc 2025-12-04T09:56:56.6754010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-310.pyc 2025-12-04T09:56:56.6758119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.6762126Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-310.pyc 2025-12-04T09:56:56.6776509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-310.pyc 2025-12-04T09:56:56.6780984Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\_invoke_quant.cpython-310.pyc 2025-12-04T09:56:56.6785418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.6795861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analyze_preserves_zero_mask.py 2025-12-04T09:56:56.6799851Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\aoti_eager.py 2025-12-04T09:56:56.6803659Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\async_compile.py 2025-12-04T09:56:56.6817686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\augmented_graph_helper.py 2025-12-04T09:56:56.6821887Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autotune_process.py 2025-12-04T09:56:56.6825838Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\await_utils.py 2025-12-04T09:56:56.6829611Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\bounds.py 2025-12-04T09:56:56.6833238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\cache.py 2025-12-04T09:56:56.6836996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\choices.py 2025-12-04T09:56:56.6840730Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codecache.py 2025-12-04T09:56:56.6845842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\comms.py 2025-12-04T09:56:56.6850360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\comms_debug.py 2025-12-04T09:56:56.6854289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\comm_analysis.py 2025-12-04T09:56:56.6858333Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\comm_lowering.py 2025-12-04T09:56:56.6862488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compiler_bisector.py 2025-12-04T09:56:56.6866431Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_fx.py 2025-12-04T09:56:56.6871466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_fx_async.py 2025-12-04T09:56:56.6875476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_fx_ext.py 2025-12-04T09:56:56.6879657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_fx_subproc.py 2025-12-04T09:56:56.6883696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\config.py 2025-12-04T09:56:56.6888069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\config_comms.py 2025-12-04T09:56:56.6902199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\constant_folding.py 2025-12-04T09:56:56.6906359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\cpp_builder.py 2025-12-04T09:56:56.6912402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2025-12-04T09:56:56.6916143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2025-12-04T09:56:56.6921229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2025-12-04T09:56:56.6925375Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2025-12-04T09:56:56.6929577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\debug.py 2025-12-04T09:56:56.6933854Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\decomposition.py 2025-12-04T09:56:56.6938213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\dependencies.py 2025-12-04T09:56:56.6942509Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\distributed_autotune.py 2025-12-04T09:56:56.6956819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\dtype_propagation.py 2025-12-04T09:56:56.6960656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\exc.py 2025-12-04T09:56:56.6964605Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2025-12-04T09:56:56.6968694Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\freezing.py 2025-12-04T09:56:56.6972560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\freezing_utils.py 2025-12-04T09:56:56.6976649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fuzzer.py 2025-12-04T09:56:56.6981127Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_utils.py 2025-12-04T09:56:56.6985180Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\graph.py 2025-12-04T09:56:56.6990087Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\hooks.py 2025-12-04T09:56:56.6994202Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\index_propagation.py 2025-12-04T09:56:56.6998169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\inductor_prims.py 2025-12-04T09:56:56.7002272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\invert_expr_analysis.py 2025-12-04T09:56:56.7016116Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\ir.py 2025-12-04T09:56:56.7022073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2025-12-04T09:56:56.7026270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel_inputs.py 2025-12-04T09:56:56.7030683Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel_template_choice.py 2025-12-04T09:56:56.7034777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\loop_body.py 2025-12-04T09:56:56.7039418Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\lowering.py 2025-12-04T09:56:56.7045269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\memory.py 2025-12-04T09:56:56.7049263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\metrics.py 2025-12-04T09:56:56.7053213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2025-12-04T09:56:56.7057425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2025-12-04T09:56:56.7062010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\mock_cache.py 2025-12-04T09:56:56.7086139Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\ops_handler.py 2025-12-04T09:56:56.7090583Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\optimize_indexing.py 2025-12-04T09:56:56.7094757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\output_code.py 2025-12-04T09:56:56.7100358Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\pattern_matcher.py 2025-12-04T09:56:56.7144267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2025-12-04T09:56:56.7148768Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\remote_cache.py 2025-12-04T09:56:56.7153741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\remote_gemm_autotune_cache.py 2025-12-04T09:56:56.7158311Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\rocm_multiarch_utils.py 2025-12-04T09:56:56.7162531Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\scheduler.py 2025-12-04T09:56:56.7179920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\script.ld 2025-12-04T09:56:56.7226712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\select_algorithm.py 2025-12-04T09:56:56.7227407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\shape_propagation.py 2025-12-04T09:56:56.7228196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\sizevars.py 2025-12-04T09:56:56.7228808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\standalone_compile.py 2025-12-04T09:56:56.7229439Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2025-12-04T09:56:56.7230046Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\test_case.py 2025-12-04T09:56:56.7233212Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\test_operators.py 2025-12-04T09:56:56.7233930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\tiling_utils.py 2025-12-04T09:56:56.7234520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\triton_bundler.py 2025-12-04T09:56:56.7240521Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\utils.py 2025-12-04T09:56:56.7243707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\virtualized.py 2025-12-04T09:56:56.7248204Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2025-12-04T09:56:56.7253787Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__autotune_main__.py 2025-12-04T09:56:56.7256450Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__init__.py 2025-12-04T09:56:56.7264387Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\device_info.py 2025-12-04T09:56:56.7270057Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\profile_analysis.py 2025-12-04T09:56:56.7272449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\__init__.py 2025-12-04T09:56:56.7290982Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\__pycache__\device_info.cpython-310.pyc 2025-12-04T09:56:56.7295005Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\__pycache__\profile_analysis.cpython-310.pyc 2025-12-04T09:56:56.7298922Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\analysis\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7318003Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2025-12-04T09:56:56.7322335Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2025-12-04T09:56:56.7326268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2025-12-04T09:56:56.7340289Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2025-12-04T09:56:56.7344158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2025-12-04T09:56:56.7351041Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2025-12-04T09:56:56.7355334Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2025-12-04T09:56:56.7359578Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2025-12-04T09:56:56.7373665Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2025-12-04T09:56:56.7377956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2025-12-04T09:56:56.7382920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2025-12-04T09:56:56.7389541Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-310.pyc 2025-12-04T09:56:56.7395216Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-310.pyc 2025-12-04T09:56:56.7397848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-310.pyc 2025-12-04T09:56:56.7411366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-310.pyc 2025-12-04T09:56:56.7415664Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-310.pyc 2025-12-04T09:56:56.7420676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7429248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-310.pyc 2025-12-04T09:56:56.7433788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-310.pyc 2025-12-04T09:56:56.7437970Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-310.pyc 2025-12-04T09:56:56.7451626Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-310.pyc 2025-12-04T09:56:56.7455673Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7466532Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2025-12-04T09:56:56.7470947Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\block_analysis.py 2025-12-04T09:56:56.7474707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\common.py 2025-12-04T09:56:56.7479577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp.py 2025-12-04T09:56:56.7496588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_bmm_template.py 2025-12-04T09:56:56.7499670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_flex_attention_template.py 2025-12-04T09:56:56.7504026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2025-12-04T09:56:56.7508703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_grouped_gemm_template.py 2025-12-04T09:56:56.7512706Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2025-12-04T09:56:56.7517426Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2025-12-04T09:56:56.7521577Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2025-12-04T09:56:56.7525707Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2025-12-04T09:56:56.7529738Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2025-12-04T09:56:56.7534931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2025-12-04T09:56:56.7539503Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2025-12-04T09:56:56.7543703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_mps.py 2025-12-04T09:56:56.7547909Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2025-12-04T09:56:56.7552397Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2025-12-04T09:56:56.7556420Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2025-12-04T09:56:56.7570983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\halide.py 2025-12-04T09:56:56.7575048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2025-12-04T09:56:56.7579686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mps.py 2025-12-04T09:56:56.7583776Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mps_device_op_overrides.py 2025-12-04T09:56:56.7587549Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2025-12-04T09:56:56.7591434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\pallas.py 2025-12-04T09:56:56.7595762Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\python_wrapper_mtia.py 2025-12-04T09:56:56.7600769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\segmented_tree.py 2025-12-04T09:56:56.7605055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\simd.py 2025-12-04T09:56:56.7610371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2025-12-04T09:56:56.7614974Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\subgraph.py 2025-12-04T09:56:56.7619314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\triton.py 2025-12-04T09:56:56.7626725Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2025-12-04T09:56:56.7641349Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2025-12-04T09:56:56.7645347Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2025-12-04T09:56:56.7649424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2025-12-04T09:56:56.7688930Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\wrapper_fxir.py 2025-12-04T09:56:56.7693052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__init__.py 2025-12-04T09:56:56.7700154Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2025-12-04T09:56:56.7708535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2025-12-04T09:56:56.7712380Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2025-12-04T09:56:56.7716482Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2025-12-04T09:56:56.7720820Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2025-12-04T09:56:56.7728822Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_cache.py 2025-12-04T09:56:56.7732652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_python_evt.py 2025-12-04T09:56:56.7736385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2025-12-04T09:56:56.7740344Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2025-12-04T09:56:56.7744067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2025-12-04T09:56:56.7748381Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\serialization.py 2025-12-04T09:56:56.7752143Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2025-12-04T09:56:56.7760639Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py 2025-12-04T09:56:56.7764495Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2025-12-04T09:56:56.7768842Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2025-12-04T09:56:56.7786654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\__init__.py 2025-12-04T09:56:56.7793065Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cuda.py 2025-12-04T09:56:56.7796728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\cudart.py 2025-12-04T09:56:56.7800599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__init__.py 2025-12-04T09:56:56.7808461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__pycache__\cuda.cpython-310.pyc 2025-12-04T09:56:56.7812515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__pycache__\cudart.cpython-310.pyc 2025-12-04T09:56:56.7816446Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\cuda\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7836973Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot\__init__.py 2025-12-04T09:56:56.7845865Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\pydot\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7855477Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\special.py 2025-12-04T09:56:56.7860287Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\__init__.py 2025-12-04T09:56:56.7869053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\__pycache__\special.cpython-310.pyc 2025-12-04T09:56:56.7874602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\scipy\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7893053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\cutlass_mock_imports\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7902484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\evt_extensions.cpython-310.pyc 2025-12-04T09:56:56.7906889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-310.pyc 2025-12-04T09:56:56.7910778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7930631Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-310.pyc 2025-12-04T09:56:56.7934845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-310.pyc 2025-12-04T09:56:56.7939062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-310.pyc 2025-12-04T09:56:56.7954084Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-310.pyc 2025-12-04T09:56:56.7958187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_cache.cpython-310.pyc 2025-12-04T09:56:56.7962055Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_python_evt.cpython-310.pyc 2025-12-04T09:56:56.7966067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-310.pyc 2025-12-04T09:56:56.7970083Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.7974834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-310.pyc 2025-12-04T09:56:56.7978296Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\serialization.cpython-310.pyc 2025-12-04T09:56:56.7982538Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.7992105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\cutedsl_kernel.py 2025-12-04T09:56:56.7996650Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\cutedsl_op_overrides.py 2025-12-04T09:56:56.8002408Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\cutedsl_scheduling.py 2025-12-04T09:56:56.8016888Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\cutedsl_template.py 2025-12-04T09:56:56.8021194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\_cutedsl_utils.py 2025-12-04T09:56:56.8025134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__init__.py 2025-12-04T09:56:56.8033442Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\cutedsl_kernel.cpython-310.pyc 2025-12-04T09:56:56.8037406Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\cutedsl_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.8041464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\cutedsl_scheduling.cpython-310.pyc 2025-12-04T09:56:56.8055632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\cutedsl_template.cpython-310.pyc 2025-12-04T09:56:56.8059795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\_cutedsl_utils.cpython-310.pyc 2025-12-04T09:56:56.8063983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\cutedsl\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8072827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mtia\device_op_overrides.py 2025-12-04T09:56:56.8076956Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mtia\__init__.py 2025-12-04T09:56:56.8084754Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mtia\__pycache__\device_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.8088988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\mtia\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8097944Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2025-12-04T09:56:56.8102129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2025-12-04T09:56:56.8106268Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\ck_tile_template.py 2025-12-04T09:56:56.8110950Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py 2025-12-04T09:56:56.8127338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2025-12-04T09:56:56.8131953Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2025-12-04T09:56:56.8136770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2025-12-04T09:56:56.8140905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2025-12-04T09:56:56.8145002Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2025-12-04T09:56:56.8149342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2025-12-04T09:56:56.8153303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2025-12-04T09:56:56.8157988Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_utils.py 2025-12-04T09:56:56.8162165Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2025-12-04T09:56:56.8169236Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-310.pyc 2025-12-04T09:56:56.8173253Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-310.pyc 2025-12-04T09:56:56.8177316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_tile_template.cpython-310.pyc 2025-12-04T09:56:56.8193800Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_tile_universal_gemm_template.cpython-310.pyc 2025-12-04T09:56:56.8197857Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-310.pyc 2025-12-04T09:56:56.8201796Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-310.pyc 2025-12-04T09:56:56.8206114Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-310.pyc 2025-12-04T09:56:56.8210052Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-310.pyc 2025-12-04T09:56:56.8213960Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-310.pyc 2025-12-04T09:56:56.8218138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-310.pyc 2025-12-04T09:56:56.8222080Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-310.pyc 2025-12-04T09:56:56.8226025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_utils.cpython-310.pyc 2025-12-04T09:56:56.8230026Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8238736Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2025-12-04T09:56:56.8242561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2025-12-04T09:56:56.8249657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.8253543Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8263654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-310.pyc 2025-12-04T09:56:56.8267786Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\block_analysis.cpython-310.pyc 2025-12-04T09:56:56.8271612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:56.8286176Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-310.pyc 2025-12-04T09:56:56.8291759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_bmm_template.cpython-310.pyc 2025-12-04T09:56:56.8295920Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_flex_attention_template.cpython-310.pyc 2025-12-04T09:56:56.8300561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-310.pyc 2025-12-04T09:56:56.8305252Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_grouped_gemm_template.cpython-310.pyc 2025-12-04T09:56:56.8309158Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-310.pyc 2025-12-04T09:56:56.8313778Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-310.pyc 2025-12-04T09:56:56.8318409Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-310.pyc 2025-12-04T09:56:56.8323376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-310.pyc 2025-12-04T09:56:56.8327726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-310.pyc 2025-12-04T09:56:56.8332557Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-310.pyc 2025-12-04T09:56:56.8336966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-310.pyc 2025-12-04T09:56:56.8341255Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_mps.cpython-310.pyc 2025-12-04T09:56:56.8355622Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.8360117Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-310.pyc 2025-12-04T09:56:56.8364050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-310.pyc 2025-12-04T09:56:56.8368173Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-310.pyc 2025-12-04T09:56:56.8372585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-310.pyc 2025-12-04T09:56:56.8376559Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps.cpython-310.pyc 2025-12-04T09:56:56.8381086Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps_device_op_overrides.cpython-310.pyc 2025-12-04T09:56:56.8385803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-310.pyc 2025-12-04T09:56:56.8399843Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\pallas.cpython-310.pyc 2025-12-04T09:56:56.8404428Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\python_wrapper_mtia.cpython-310.pyc 2025-12-04T09:56:56.8408402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\segmented_tree.cpython-310.pyc 2025-12-04T09:56:56.8413272Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-310.pyc 2025-12-04T09:56:56.8418050Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-310.pyc 2025-12-04T09:56:56.8422234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\subgraph.cpython-310.pyc 2025-12-04T09:56:56.8426602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-310.pyc 2025-12-04T09:56:56.8431722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-310.pyc 2025-12-04T09:56:56.8446161Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-310.pyc 2025-12-04T09:56:56.8450388Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-310.pyc 2025-12-04T09:56:56.8454592Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-310.pyc 2025-12-04T09:56:56.8459595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper_fxir.cpython-310.pyc 2025-12-04T09:56:56.8464064Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8474852Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2025-12-04T09:56:56.8478864Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\timer.py 2025-12-04T09:56:56.8483793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\tracked_process_pool.py 2025-12-04T09:56:56.8487957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\utils.py 2025-12-04T09:56:56.8502144Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2025-12-04T09:56:56.8505326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2025-12-04T09:56:56.8513676Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-310.pyc 2025-12-04T09:56:56.8517846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\timer.cpython-310.pyc 2025-12-04T09:56:56.8521866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\tracked_process_pool.cpython-310.pyc 2025-12-04T09:56:56.8536550Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.8540262Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.8544326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-310.pyc 2025-12-04T09:56:56.8555145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2025-12-04T09:56:56.8559318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2025-12-04T09:56:56.8563451Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\bucketing.py 2025-12-04T09:56:56.8567769Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\control_dependencies.py 2025-12-04T09:56:56.8581912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2025-12-04T09:56:56.8586197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2025-12-04T09:56:56.8590036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2025-12-04T09:56:56.8594292Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2025-12-04T09:56:56.8598430Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2025-12-04T09:56:56.8602337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\fsdp.py 2025-12-04T09:56:56.8606448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2025-12-04T09:56:56.8610624Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\graph_view.py 2025-12-04T09:56:56.8615337Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2025-12-04T09:56:56.8620130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2025-12-04T09:56:56.8624490Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\memory_estimator.py 2025-12-04T09:56:56.8628465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2025-12-04T09:56:56.8632726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2025-12-04T09:56:56.8636962Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2025-12-04T09:56:56.8641364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\node_runtime_estimation.py 2025-12-04T09:56:56.8656063Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2025-12-04T09:56:56.8660191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\overlap_manual_scheduling.py 2025-12-04T09:56:56.8664218Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\overlap_preserving_bucketer.py 2025-12-04T09:56:56.8668632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\overlap_scheduling.py 2025-12-04T09:56:56.8672726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2025-12-04T09:56:56.8676551Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2025-12-04T09:56:56.8681018Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2025-12-04T09:56:56.8684921Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2025-12-04T09:56:56.8689740Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2025-12-04T09:56:56.8694027Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2025-12-04T09:56:56.8708280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2025-12-04T09:56:56.8712709Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2025-12-04T09:56:56.8722618Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2025-12-04T09:56:56.8726610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2025-12-04T09:56:56.8731006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2025-12-04T09:56:56.8745608Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2025-12-04T09:56:56.8749562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2025-12-04T09:56:56.8753803Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2025-12-04T09:56:56.8757819Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2025-12-04T09:56:56.8761923Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2025-12-04T09:56:56.8765896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2025-12-04T09:56:56.8769866Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2025-12-04T09:56:56.8774019Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2025-12-04T09:56:56.8778533Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2025-12-04T09:56:56.8782617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2025-12-04T09:56:56.8786663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2025-12-04T09:56:56.8790670Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2025-12-04T09:56:56.8794612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py 2025-12-04T09:56:56.8798692Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py 2025-12-04T09:56:56.8802658Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py 2025-12-04T09:56:56.8806912Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py 2025-12-04T09:56:56.8821366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py 2025-12-04T09:56:56.8826270Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2025-12-04T09:56:56.8830303Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2025-12-04T09:56:56.8834440Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2025-12-04T09:56:56.8838516Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2025-12-04T09:56:56.8842542Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2025-12-04T09:56:56.8846591Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2025-12-04T09:56:56.8850812Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2025-12-04T09:56:56.8854835Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2025-12-04T09:56:56.8866215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-310.pyc 2025-12-04T09:56:56.8870278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-310.pyc 2025-12-04T09:56:56.8874177Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-310.pyc 2025-12-04T09:56:56.8888134Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-310.pyc 2025-12-04T09:56:56.8892213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-310.pyc 2025-12-04T09:56:56.8896376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-310.pyc 2025-12-04T09:56:56.8900425Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-310.pyc 2025-12-04T09:56:56.8904427Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-310.pyc 2025-12-04T09:56:56.8908465Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-310.pyc 2025-12-04T09:56:56.8912461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-310.pyc 2025-12-04T09:56:56.8916773Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-310.pyc 2025-12-04T09:56:56.8921136Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-310.pyc 2025-12-04T09:56:56.8925830Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-310.pyc 2025-12-04T09:56:56.8930043Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-310.pyc 2025-12-04T09:56:56.8934247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-310.pyc 2025-12-04T09:56:56.8938652Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_20.cpython-310.pyc 2025-12-04T09:56:56.8952464Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_21.cpython-310.pyc 2025-12-04T09:56:56.8956757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_22.cpython-310.pyc 2025-12-04T09:56:56.8960916Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_23.cpython-310.pyc 2025-12-04T09:56:56.8965290Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_24.cpython-310.pyc 2025-12-04T09:56:56.8969612Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-310.pyc 2025-12-04T09:56:56.8973700Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-310.pyc 2025-12-04T09:56:56.8978110Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-310.pyc 2025-12-04T09:56:56.8982469Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-310.pyc 2025-12-04T09:56:56.8986784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-310.pyc 2025-12-04T09:56:56.8991215Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-310.pyc 2025-12-04T09:56:56.8995546Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-310.pyc 2025-12-04T09:56:56.9000213Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9013443Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-310.pyc 2025-12-04T09:56:56.9051695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-310.pyc 2025-12-04T09:56:56.9056009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\bucketing.cpython-310.pyc 2025-12-04T09:56:56.9064653Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\control_dependencies.cpython-310.pyc 2025-12-04T09:56:56.9068771Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-310.pyc 2025-12-04T09:56:56.9072733Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-310.pyc 2025-12-04T09:56:56.9076861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-310.pyc 2025-12-04T09:56:56.9081009Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-310.pyc 2025-12-04T09:56:56.9084873Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-310.pyc 2025-12-04T09:56:56.9089179Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fsdp.cpython-310.pyc 2025-12-04T09:56:56.9093376Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-310.pyc 2025-12-04T09:56:56.9097476Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\graph_view.cpython-310.pyc 2025-12-04T09:56:56.9101726Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-310.pyc 2025-12-04T09:56:56.9105915Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-310.pyc 2025-12-04T09:56:56.9110695Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\memory_estimator.cpython-310.pyc 2025-12-04T09:56:56.9116130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-310.pyc 2025-12-04T09:56:56.9131241Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-310.pyc 2025-12-04T09:56:56.9136028Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-310.pyc 2025-12-04T09:56:56.9141090Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\node_runtime_estimation.cpython-310.pyc 2025-12-04T09:56:56.9146032Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-310.pyc 2025-12-04T09:56:56.9150619Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\overlap_manual_scheduling.cpython-310.pyc 2025-12-04T09:56:56.9154942Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\overlap_preserving_bucketer.cpython-310.pyc 2025-12-04T09:56:56.9159162Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\overlap_scheduling.cpython-310.pyc 2025-12-04T09:56:56.9163600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-310.pyc 2025-12-04T09:56:56.9178101Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-310.pyc 2025-12-04T09:56:56.9182595Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-310.pyc 2025-12-04T09:56:56.9186522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-310.pyc 2025-12-04T09:56:56.9190703Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-310.pyc 2025-12-04T09:56:56.9194616Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-310.pyc 2025-12-04T09:56:56.9200220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-310.pyc 2025-12-04T09:56:56.9204384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9213910Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\bmm.py 2025-12-04T09:56:56.9217602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\conv.py 2025-12-04T09:56:56.9221353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\custom_op.py 2025-12-04T09:56:56.9225370Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\mm.py 2025-12-04T09:56:56.9229657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2025-12-04T09:56:56.9244130Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\mm_grouped.py 2025-12-04T09:56:56.9248339Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2025-12-04T09:56:56.9252362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__init__.py 2025-12-04T09:56:56.9260230Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\common.py 2025-12-04T09:56:56.9263964Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\flex_attention.py 2025-12-04T09:56:56.9267872Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\flex_cpu.py 2025-12-04T09:56:56.9271554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\flex_decoding.py 2025-12-04T09:56:56.9275628Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\flex_flash_attention.py 2025-12-04T09:56:56.9289484Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__init__.py 2025-12-04T09:56:56.9297589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\common.py.jinja 2025-12-04T09:56:56.9302006Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\flash_attention.py.jinja 2025-12-04T09:56:56.9305883Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\flash_attention_backward.py.jinja 2025-12-04T09:56:56.9319868Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\flex_attention.py.jinja 2025-12-04T09:56:56.9323523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\flex_backwards.py.jinja 2025-12-04T09:56:56.9327220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\flex_decode.py.jinja 2025-12-04T09:56:56.9331010Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\templates\utilities.py.jinja 2025-12-04T09:56:56.9338834Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:56.9342632Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\flex_attention.cpython-310.pyc 2025-12-04T09:56:56.9346283Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\flex_cpu.cpython-310.pyc 2025-12-04T09:56:56.9360371Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\flex_decoding.cpython-310.pyc 2025-12-04T09:56:56.9364267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\flex_flash_attention.cpython-310.pyc 2025-12-04T09:56:56.9368107Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\flex\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9376958Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\cutedsl_mm_grouped.py.jinja 2025-12-04T09:56:56.9381696Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_blackwell_ws_persistent_device_tma_mm.py.jinja 2025-12-04T09:56:56.9385897Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_epilogue_scaled_mm.py.jinja 2025-12-04T09:56:56.9400342Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_main_loop_scaled_mm.py.jinja 2025-12-04T09:56:56.9404539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_mm.py.jinja 2025-12-04T09:56:56.9408814Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_mm_rocm.py.jinja 2025-12-04T09:56:56.9413777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\templates\triton_persistent_tma_mm.py.jinja 2025-12-04T09:56:56.9422702Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-310.pyc 2025-12-04T09:56:56.9426649Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-310.pyc 2025-12-04T09:56:56.9430996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\custom_op.cpython-310.pyc 2025-12-04T09:56:56.9444620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-310.pyc 2025-12-04T09:56:56.9448807Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-310.pyc 2025-12-04T09:56:56.9453109Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_grouped.cpython-310.pyc 2025-12-04T09:56:56.9457008Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-310.pyc 2025-12-04T09:56:56.9461194Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9470191Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\lookup_table\choices.py 2025-12-04T09:56:56.9474169Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\lookup_table\__init__.py 2025-12-04T09:56:56.9482013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\lookup_table\__pycache__\choices.cpython-310.pyc 2025-12-04T09:56:56.9486602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\lookup_table\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9495488Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\build_package.py 2025-12-04T09:56:56.9499539Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\package.py 2025-12-04T09:56:56.9503434Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\__init__.py 2025-12-04T09:56:56.9511512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-310.pyc 2025-12-04T09:56:56.9515523Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-310.pyc 2025-12-04T09:56:56.9519382Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9538338Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2025-12-04T09:56:56.9542654Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2025-12-04T09:56:56.9546808Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2025-12-04T09:56:56.9551014Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2025-12-04T09:56:56.9565313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2025-12-04T09:56:56.9569297Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\debug_utils.py 2025-12-04T09:56:56.9573278Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2025-12-04T09:56:56.9577501Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\hints.py 2025-12-04T09:56:56.9581674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2025-12-04T09:56:56.9585657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\static_cuda_launcher.py 2025-12-04T09:56:56.9589867Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\triton_compat.py 2025-12-04T09:56:56.9593655Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2025-12-04T09:56:56.9597729Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2025-12-04T09:56:56.9602997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__init__.py 2025-12-04T09:56:56.9609979Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\config.py 2025-12-04T09:56:56.9613987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\context.py 2025-12-04T09:56:56.9618461Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\exceptions.py 2025-12-04T09:56:56.9623210Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\implementations.py 2025-12-04T09:56:56.9627657Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\interfaces.py 2025-12-04T09:56:56.9642386Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\locks.py 2025-12-04T09:56:56.9647584Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\utils.py 2025-12-04T09:56:56.9651908Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__init__.py 2025-12-04T09:56:56.9662160Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:56.9667329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\context.cpython-310.pyc 2025-12-04T09:56:56.9672067Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\exceptions.cpython-310.pyc 2025-12-04T09:56:56.9686545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\implementations.cpython-310.pyc 2025-12-04T09:56:56.9693305Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\interfaces.cpython-310.pyc 2025-12-04T09:56:56.9698034Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\locks.cpython-310.pyc 2025-12-04T09:56:56.9702366Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:56.9706368Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\caching\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9727256Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-310.pyc 2025-12-04T09:56:56.9732686Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-310.pyc 2025-12-04T09:56:56.9736816Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-310.pyc 2025-12-04T09:56:56.9751545Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-310.pyc 2025-12-04T09:56:56.9755747Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-310.pyc 2025-12-04T09:56:56.9759827Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\debug_utils.cpython-310.pyc 2025-12-04T09:56:56.9763937Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-310.pyc 2025-12-04T09:56:56.9767870Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-310.pyc 2025-12-04T09:56:56.9774085Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-310.pyc 2025-12-04T09:56:56.9778157Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\static_cuda_launcher.cpython-310.pyc 2025-12-04T09:56:56.9782512Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_compat.cpython-310.pyc 2025-12-04T09:56:56.9786449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-310.pyc 2025-12-04T09:56:56.9790486Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-310.pyc 2025-12-04T09:56:56.9795326Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9804889Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\aten.py 2025-12-04T09:56:56.9808924Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\base.py 2025-12-04T09:56:56.9812752Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\contiguous_mm.py 2025-12-04T09:56:56.9816936Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\cutedsl.py 2025-12-04T09:56:56.9820811Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\decompose_k.py 2025-12-04T09:56:56.9834810Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\gemm.py 2025-12-04T09:56:56.9838589Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\params.py 2025-12-04T09:56:56.9842603Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\registry.py 2025-12-04T09:56:56.9846411Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\triton.py 2025-12-04T09:56:56.9851610Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\triton_addmm.py 2025-12-04T09:56:56.9855416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__init__.py 2025-12-04T09:56:56.9863630Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\aten.cpython-310.pyc 2025-12-04T09:56:56.9867601Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\base.cpython-310.pyc 2025-12-04T09:56:56.9871581Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\contiguous_mm.cpython-310.pyc 2025-12-04T09:56:56.9885361Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\cutedsl.cpython-310.pyc 2025-12-04T09:56:56.9889412Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\decompose_k.cpython-310.pyc 2025-12-04T09:56:56.9893710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\gemm.cpython-310.pyc 2025-12-04T09:56:56.9898038Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\params.cpython-310.pyc 2025-12-04T09:56:56.9902108Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\registry.cpython-310.pyc 2025-12-04T09:56:56.9906276Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\triton.cpython-310.pyc 2025-12-04T09:56:56.9911015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\triton_addmm.cpython-310.pyc 2025-12-04T09:56:56.9915137Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\template_heuristics\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:56.9925869Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\analyze_preserves_zero_mask.cpython-310.pyc 2025-12-04T09:56:56.9930013Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-310.pyc 2025-12-04T09:56:56.9934036Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-310.pyc 2025-12-04T09:56:56.9948068Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\augmented_graph_helper.cpython-310.pyc 2025-12-04T09:56:56.9952183Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-310.pyc 2025-12-04T09:56:56.9957015Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\await_utils.cpython-310.pyc 2025-12-04T09:56:56.9961164Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-310.pyc 2025-12-04T09:56:56.9965247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\cache.cpython-310.pyc 2025-12-04T09:56:56.9969717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\choices.cpython-310.pyc 2025-12-04T09:56:56.9974416Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-310.pyc 2025-12-04T09:56:56.9979965Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-310.pyc 2025-12-04T09:56:56.9984363Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\comms_debug.cpython-310.pyc 2025-12-04T09:56:56.9988946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-310.pyc 2025-12-04T09:56:56.9993221Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-310.pyc 2025-12-04T09:56:56.9998042Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\compiler_bisector.cpython-310.pyc 2025-12-04T09:56:57.0002313Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-310.pyc 2025-12-04T09:56:57.0016850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_async.cpython-310.pyc 2025-12-04T09:56:57.0021187Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_ext.cpython-310.pyc 2025-12-04T09:56:57.0025493Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_subproc.cpython-310.pyc 2025-12-04T09:56:57.0030208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:57.0034561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\config_comms.cpython-310.pyc 2025-12-04T09:56:57.0039275Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-310.pyc 2025-12-04T09:56:57.0043620Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-310.pyc 2025-12-04T09:56:57.0047971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-310.pyc 2025-12-04T09:56:57.0062562Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-310.pyc 2025-12-04T09:56:57.0067602Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-310.pyc 2025-12-04T09:56:57.0071882Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-310.pyc 2025-12-04T09:56:57.0076175Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-310.pyc 2025-12-04T09:56:57.0080561Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-310.pyc 2025-12-04T09:56:57.0084587Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-310.pyc 2025-12-04T09:56:57.0088928Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\distributed_autotune.cpython-310.pyc 2025-12-04T09:56:57.0093247Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\dtype_propagation.cpython-310.pyc 2025-12-04T09:56:57.0107417Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-310.pyc 2025-12-04T09:56:57.0111813Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-310.pyc 2025-12-04T09:56:57.0115788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-310.pyc 2025-12-04T09:56:57.0120529Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\freezing_utils.cpython-310.pyc 2025-12-04T09:56:57.0125362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\fuzzer.cpython-310.pyc 2025-12-04T09:56:57.0131119Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-310.pyc 2025-12-04T09:56:57.0136369Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-310.pyc 2025-12-04T09:56:57.0142140Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-310.pyc 2025-12-04T09:56:57.0166322Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-310.pyc 2025-12-04T09:56:57.0171438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-310.pyc 2025-12-04T09:56:57.0176471Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\invert_expr_analysis.cpython-310.pyc 2025-12-04T09:56:57.0181141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-310.pyc 2025-12-04T09:56:57.0188224Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-310.pyc 2025-12-04T09:56:57.0192972Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\kernel_inputs.cpython-310.pyc 2025-12-04T09:56:57.0197633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\kernel_template_choice.cpython-310.pyc 2025-12-04T09:56:57.0202073Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-310.pyc 2025-12-04T09:56:57.0216514Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-310.pyc 2025-12-04T09:56:57.0221588Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-310.pyc 2025-12-04T09:56:57.0225961Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-310.pyc 2025-12-04T09:56:57.0230582Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-310.pyc 2025-12-04T09:56:57.0235102Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-310.pyc 2025-12-04T09:56:57.0239328Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\mock_cache.cpython-310.pyc 2025-12-04T09:56:57.0243714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-310.pyc 2025-12-04T09:56:57.0247993Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-310.pyc 2025-12-04T09:56:57.0252251Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\output_code.cpython-310.pyc 2025-12-04T09:56:57.0266721Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-310.pyc 2025-12-04T09:56:57.0271171Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-310.pyc 2025-12-04T09:56:57.0275599Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-310.pyc 2025-12-04T09:56:57.0279983Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\remote_gemm_autotune_cache.cpython-310.pyc 2025-12-04T09:56:57.0284113Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\rocm_multiarch_utils.cpython-310.pyc 2025-12-04T09:56:57.0288359Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-310.pyc 2025-12-04T09:56:57.0293634Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-310.pyc 2025-12-04T09:56:57.0298269Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\shape_propagation.cpython-310.pyc 2025-12-04T09:56:57.0313267Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-310.pyc 2025-12-04T09:56:57.0317564Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\standalone_compile.cpython-310.pyc 2025-12-04T09:56:57.0321724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-310.pyc 2025-12-04T09:56:57.0325515Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-310.pyc 2025-12-04T09:56:57.0329625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-310.pyc 2025-12-04T09:56:57.0333798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\tiling_utils.cpython-310.pyc 2025-12-04T09:56:57.0338145Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-310.pyc 2025-12-04T09:56:57.0342280Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:57.0347485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-310.pyc 2025-12-04T09:56:57.0351674Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-310.pyc 2025-12-04T09:56:57.0355749Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\__autotune_main__.cpython-310.pyc 2025-12-04T09:56:57.0359824Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0372124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\closure.py 2025-12-04T09:56:57.0376263Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\computation.py 2025-12-04T09:56:57.0380777Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\config.py 2025-12-04T09:56:57.0384758Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\debug.py 2025-12-04T09:56:57.0388663Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\device_context.py 2025-12-04T09:56:57.0402449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2025-12-04T09:56:57.0407318Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\ir_cache.py 2025-12-04T09:56:57.0411152Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\metrics.py 2025-12-04T09:56:57.0415092Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2025-12-04T09:56:57.0419048Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\ts_backend.py 2025-12-04T09:56:57.0423693Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__init__.py 2025-12-04T09:56:57.0432600Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-310.pyc 2025-12-04T09:56:57.0470522Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-310.pyc 2025-12-04T09:56:57.0474138Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-310.pyc 2025-12-04T09:56:57.0482596Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-310.pyc 2025-12-04T09:56:57.0487505Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-310.pyc 2025-12-04T09:56:57.0491710Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-310.pyc 2025-12-04T09:56:57.0496053Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-310.pyc 2025-12-04T09:56:57.0500125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-310.pyc 2025-12-04T09:56:57.0504364Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-310.pyc 2025-12-04T09:56:57.0508712Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-310.pyc 2025-12-04T09:56:57.0512679Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0531704Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\autograd.py 2025-12-04T09:56:57.0535714Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\custom_ops.py 2025-12-04T09:56:57.0540098Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\effects.py 2025-12-04T09:56:57.0543896Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\fake_class_registry.py 2025-12-04T09:56:57.0547828Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\fake_impl.py 2025-12-04T09:56:57.0562535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\fake_profile.py 2025-12-04T09:56:57.0566535Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\infer_schema.py 2025-12-04T09:56:57.0570385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\opaque_object.py 2025-12-04T09:56:57.0574481Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\simple_registry.py 2025-12-04T09:56:57.0578669Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\triton.py 2025-12-04T09:56:57.0583403Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\utils.py 2025-12-04T09:56:57.0587790Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__init__.py 2025-12-04T09:56:57.0597423Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-310.pyc 2025-12-04T09:56:57.0601844Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-310.pyc 2025-12-04T09:56:57.0605971Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\effects.cpython-310.pyc 2025-12-04T09:56:57.0621078Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-310.pyc 2025-12-04T09:56:57.0625239Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-310.pyc 2025-12-04T09:56:57.0629199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\fake_profile.cpython-310.pyc 2025-12-04T09:56:57.0633597Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-310.pyc 2025-12-04T09:56:57.0637528Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\opaque_object.cpython-310.pyc 2025-12-04T09:56:57.0641466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-310.pyc 2025-12-04T09:56:57.0645341Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\triton.cpython-310.pyc 2025-12-04T09:56:57.0649298Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:57.0655316Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0664299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\scribe.py 2025-12-04T09:56:57.0668132Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\structured.py 2025-12-04T09:56:57.0671996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\_internal.py 2025-12-04T09:56:57.0676062Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\_registrations.py 2025-12-04T09:56:57.0689966Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__init__.py 2025-12-04T09:56:57.0697732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-310.pyc 2025-12-04T09:56:57.0701845Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-310.pyc 2025-12-04T09:56:57.0705627Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-310.pyc 2025-12-04T09:56:57.0719809Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-310.pyc 2025-12-04T09:56:57.0724466Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0732441Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\fft.py 2025-12-04T09:56:57.0736458Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\linalg.py 2025-12-04T09:56:57.0740242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\random.py 2025-12-04T09:56:57.0743987Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2025-12-04T09:56:57.0747724Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_casting_dicts.py 2025-12-04T09:56:57.0762362Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_dtypes.py 2025-12-04T09:56:57.0765957Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2025-12-04T09:56:57.0769625Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_funcs.py 2025-12-04T09:56:57.0773229Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_funcs_impl.py 2025-12-04T09:56:57.0777661Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_getlimits.py 2025-12-04T09:56:57.0781407Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_ndarray.py 2025-12-04T09:56:57.0785197Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_normalizations.py 2025-12-04T09:56:57.0789025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_reductions_impl.py 2025-12-04T09:56:57.0792861Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_ufuncs.py 2025-12-04T09:56:57.0796438Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2025-12-04T09:56:57.0800238Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\_util.py 2025-12-04T09:56:57.0803850Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__init__.py 2025-12-04T09:56:57.0811286Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\testing\utils.py 2025-12-04T09:56:57.0816207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\testing\__init__.py 2025-12-04T09:56:57.0823815Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-310.pyc 2025-12-04T09:56:57.0828106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0837575Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-310.pyc 2025-12-04T09:56:57.0841353Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-310.pyc 2025-12-04T09:56:57.0845240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-310.pyc 2025-12-04T09:56:57.0859332Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-310.pyc 2025-12-04T09:56:57.0863384Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-310.pyc 2025-12-04T09:56:57.0867233Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-310.pyc 2025-12-04T09:56:57.0871094Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-310.pyc 2025-12-04T09:56:57.0875240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-310.pyc 2025-12-04T09:56:57.0879346Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-310.pyc 2025-12-04T09:56:57.0884125Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-310.pyc 2025-12-04T09:56:57.0888011Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-310.pyc 2025-12-04T09:56:57.0892056Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-310.pyc 2025-12-04T09:56:57.0896245Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-310.pyc 2025-12-04T09:56:57.0900124Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-310.pyc 2025-12-04T09:56:57.0904242Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-310.pyc 2025-12-04T09:56:57.0908234Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-310.pyc 2025-12-04T09:56:57.0912308Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.0932040Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\context.py 2025-12-04T09:56:57.0936069Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\debug_prims.py 2025-12-04T09:56:57.0940436Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\executor.py 2025-12-04T09:56:57.0944082Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\rng_prims.py 2025-12-04T09:56:57.0948020Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__init__.py 2025-12-04T09:56:57.0966459Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__pycache__\context.cpython-310.pyc 2025-12-04T09:56:57.0970433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-310.pyc 2025-12-04T09:56:57.0974547Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-310.pyc 2025-12-04T09:56:57.0988728Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-310.pyc 2025-12-04T09:56:57.0992996Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1002146Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims_common\wrappers.py 2025-12-04T09:56:57.1006153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims_common\__init__.py 2025-12-04T09:56:57.1014689Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-310.pyc 2025-12-04T09:56:57.1019299Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1027795Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\fft.py 2025-12-04T09:56:57.1031903Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\_conversions.py 2025-12-04T09:56:57.1035946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\__init__.py 2025-12-04T09:56:57.1045141Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\linalg\__init__.py 2025-12-04T09:56:57.1052831Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1062037Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\nn\__init__.py 2025-12-04T09:56:57.1069656Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2025-12-04T09:56:57.1077977Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1086722Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1105188Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\special\__init__.py 2025-12-04T09:56:57.1112997Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1121668Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-310.pyc 2025-12-04T09:56:57.1126576Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-310.pyc 2025-12-04T09:56:57.1131475Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1153554Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2025-12-04T09:56:57.1158129Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2025-12-04T09:56:57.1161846Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\__init__.py 2025-12-04T09:56:57.1178836Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-310.pyc 2025-12-04T09:56:57.1183105Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-310.pyc 2025-12-04T09:56:57.1186885Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1206314Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\fake_impls.py 2025-12-04T09:56:57.1210770Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\fake_tensor.py 2025-12-04T09:56:57.1215360Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\fake_utils.py 2025-12-04T09:56:57.1229220Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\functional_tensor.py 2025-12-04T09:56:57.1233389Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\meta_utils.py 2025-12-04T09:56:57.1238100Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2025-12-04T09:56:57.1243017Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2025-12-04T09:56:57.1246848Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__init__.py 2025-12-04T09:56:57.1254460Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_core.py 2025-12-04T09:56:57.1258329Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\__init__.py 2025-12-04T09:56:57.1265757Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\aten.py 2025-12-04T09:56:57.1269753Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\common.py 2025-12-04T09:56:57.1273788Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\prims.py 2025-12-04T09:56:57.1277560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\__init__.py 2025-12-04T09:56:57.1285410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\__pycache__\aten.cpython-310.pyc 2025-12-04T09:56:57.1289544Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\__pycache__\common.cpython-310.pyc 2025-12-04T09:56:57.1293419Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\__pycache__\prims.cpython-310.pyc 2025-12-04T09:56:57.1307560Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\_ops\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1316025Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\__pycache__\_core.cpython-310.pyc 2025-12-04T09:56:57.1319935Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\complex_tensor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1329054Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-310.pyc 2025-12-04T09:56:57.1333153Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-310.pyc 2025-12-04T09:56:57.1337743Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-310.pyc 2025-12-04T09:56:57.1351774Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-310.pyc 2025-12-04T09:56:57.1366520Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-310.pyc 2025-12-04T09:56:57.1367208Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-310.pyc 2025-12-04T09:56:57.1367594Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-310.pyc 2025-12-04T09:56:57.1367938Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1377433Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\__init__.py 2025-12-04T09:56:57.1384217Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\version.py 2025-12-04T09:56:57.1387975Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\_structures.py 2025-12-04T09:56:57.1391911Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\__init__.py 2025-12-04T09:56:57.1408802Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-310.pyc 2025-12-04T09:56:57.1412798Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-310.pyc 2025-12-04T09:56:57.1416617Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1434763Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1444720Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\functional.cpython-310.pyc 2025-12-04T09:56:57.1449249Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\hub.cpython-310.pyc 2025-12-04T09:56:57.1453447Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\library.cpython-310.pyc 2025-12-04T09:56:57.1467759Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\overrides.cpython-310.pyc 2025-12-04T09:56:57.1472985Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\quasirandom.cpython-310.pyc 2025-12-04T09:56:57.1477257Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\random.cpython-310.pyc 2025-12-04T09:56:57.1481279Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\return_types.cpython-310.pyc 2025-12-04T09:56:57.1485196Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\serialization.cpython-310.pyc 2025-12-04T09:56:57.1489385Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\storage.cpython-310.pyc 2025-12-04T09:56:57.1493323Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\torch_version.cpython-310.pyc 2025-12-04T09:56:57.1497035Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\types.cpython-310.pyc 2025-12-04T09:56:57.1500886Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\version.cpython-310.pyc 2025-12-04T09:56:57.1504644Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_appdirs.cpython-310.pyc 2025-12-04T09:56:57.1508402Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_classes.cpython-310.pyc 2025-12-04T09:56:57.1512449Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_compile.cpython-310.pyc 2025-12-04T09:56:57.1516717Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-310.pyc 2025-12-04T09:56:57.1520905Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_environment.cpython-310.pyc 2025-12-04T09:56:57.1534633Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_guards.cpython-310.pyc 2025-12-04T09:56:57.1538934Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-310.pyc 2025-12-04T09:56:57.1543170Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-310.pyc 2025-12-04T09:56:57.1547784Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-310.pyc 2025-12-04T09:56:57.1551841Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_lowrank.cpython-310.pyc 2025-12-04T09:56:57.1556106Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-310.pyc 2025-12-04T09:56:57.1561741Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-310.pyc 2025-12-04T09:56:57.1565497Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_ops.cpython-310.pyc 2025-12-04T09:56:57.1581304Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-310.pyc 2025-12-04T09:56:57.1587240Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_size_docs.cpython-310.pyc 2025-12-04T09:56:57.1591207Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_sources.cpython-310.pyc 2025-12-04T09:56:57.1595199Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-310.pyc 2025-12-04T09:56:57.1599585Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_streambase.cpython-310.pyc 2025-12-04T09:56:57.1603448Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_tensor.cpython-310.pyc 2025-12-04T09:56:57.1607793Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-310.pyc 2025-12-04T09:56:57.1613066Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-310.pyc 2025-12-04T09:56:57.1627946Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-310.pyc 2025-12-04T09:56:57.1632424Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-310.pyc 2025-12-04T09:56:57.1685732Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_utils.cpython-310.pyc 2025-12-04T09:56:57.1690410Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-310.pyc 2025-12-04T09:56:57.1694840Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_VF.cpython-310.pyc 2025-12-04T09:56:57.1699225Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-310.pyc 2025-12-04T09:56:57.1703248Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-310.pyc 2025-12-04T09:56:57.1707096Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\__config__.cpython-310.pyc 2025-12-04T09:56:57.1730485Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\__future__.cpython-310.pyc 2025-12-04T09:56:57.1734931Z C:\Jenkins\Miniconda3\envs\py_tmp\Lib\site-packages\torch\__pycache__\__init__.cpython-310.pyc 2025-12-04T09:56:57.1743900Z 13773 File(s) copied 2025-12-04T09:56:57.3361383Z ********************************************************************** 2025-12-04T09:56:57.3362090Z ** Visual Studio 2022 Developer Command Prompt v17.12.11 2025-12-04T09:56:57.3362473Z ** Copyright (c) 2022 Microsoft Corporation 2025-12-04T09:56:57.3362784Z ********************************************************************** 2025-12-04T09:56:59.7352970Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-12-04T09:56:59.7392244Z 2025-12-04T09:56:59.7392546Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>popd 2025-12-04T09:56:59.7397145Z 2025-12-04T09:56:59.7397822Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-12-04T09:56:59.7400674Z 2025-12-04T09:56:59.7401103Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-12-04T09:56:59.7404405Z 2025-12-04T09:56:59.7405182Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-12-04T09:56:59.7407719Z 2025-12-04T09:56:59.7407966Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>set 2025-12-04T09:56:59.7600635Z ACTIONS_ID_TOKEN_REQUEST_TOKEN=*** 2025-12-04T09:56:59.7602091Z ACTIONS_ID_TOKEN_REQUEST_URL=https://run-actions-2-azure-eastus.actions.githubusercontent.com/148//idtoken/db2e088c-6e72-400f-8c84-b90c91a52f6b/24a083f3-f326-5746-8641-2e9ef4877f3f?api-version=2.0 2025-12-04T09:56:59.7603218Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-12-04T09:56:59.7603644Z ALLUSERSPROFILE=C:\ProgramData 2025-12-04T09:56:59.7604021Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-12-04T09:56:59.7604457Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-12-04T09:56:59.7604760Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:56:59.7605002Z AWS_EXECUTION_ENV=EC2 2025-12-04T09:56:59.7605232Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-12-04T09:56:59.7605499Z CI=true 2025-12-04T09:56:59.7605682Z CommandPromptType=Native 2025-12-04T09:56:59.7605976Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-12-04T09:56:59.7606319Z COMPUTERNAME=EC2AMAZ-F4P7NAP 2025-12-04T09:56:59.7606680Z COMSPEC=C:\Windows\system32\cmd.exe 2025-12-04T09:56:59.7607089Z CONDA=C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T09:56:59.7607499Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T09:56:59.7607981Z CONDA_DEFAULT_ENV=py_tmp 2025-12-04T09:56:59.7608245Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-12-04T09:56:59.7608649Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T09:56:59.7609008Z CONDA_PARENT_DIR=C:\Jenkins 2025-12-04T09:56:59.7609284Z CONDA_PREFIX=C:\Jenkins\Miniconda3\envs\py_tmp 2025-12-04T09:56:59.7609614Z CONDA_PREFIX_1=C:\Jenkins\Miniconda3 2025-12-04T09:56:59.7609886Z CONDA_PROMPT_MODIFIER=(py_tmp) 2025-12-04T09:56:59.7610179Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-12-04T09:56:59.7610501Z CONDA_ROOT_DIR=C:\Jenkins\Miniconda3 2025-12-04T09:56:59.7610911Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T09:56:59.7611316Z CONDA_SHLVL=2 2025-12-04T09:56:59.7611524Z CONTINUE_THROUGH_ERROR=True 2025-12-04T09:56:59.7611865Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0 2025-12-04T09:56:59.7612355Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-12-04T09:56:59.7612854Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-12-04T09:56:59.7613440Z CUDA_PATH_V12_9=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-12-04T09:56:59.7613937Z CUDA_PATH_V13_0=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0 2025-12-04T09:56:59.7614410Z CUDA_VERSION=cpu 2025-12-04T09:56:59.7614650Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-12-04T09:56:59.7615037Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-12-04T09:56:59.7615447Z CommonProgramW6432=C:\Program Files\Common Files 2025-12-04T09:56:59.7615935Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\ 2025-12-04T09:56:59.7616467Z DISTUTILS_USE_SDK=1 2025-12-04T09:56:59.7616734Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-12-04T09:56:59.7617148Z EC2LAUNCH_TELEMETRY=1 2025-12-04T09:56:59.7617541Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-12-04T09:56:59.7620098Z EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-12-04T09:56:59.7622343Z Framework40Version=v4.0 2025-12-04T09:56:59.7622638Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-12-04T09:56:59.7623155Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-12-04T09:56:59.7623500Z FrameworkVersion=v4.0.30319 2025-12-04T09:56:59.7623770Z FrameworkVersion64=v4.0.30319 2025-12-04T09:56:59.7624008Z GITHUB_ACTION=test 2025-12-04T09:56:59.7624224Z GITHUB_ACTIONS=true 2025-12-04T09:56:59.7624417Z GITHUB_ACTION_REF= 2025-12-04T09:56:59.7624632Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:56:59.7624858Z GITHUB_ACTOR=huydhn 2025-12-04T09:56:59.7625065Z GITHUB_ACTOR_ID=475357 2025-12-04T09:56:59.7625307Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:56:59.7625595Z GITHUB_BASE_REF= 2025-12-04T09:56:59.7626048Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_7964557d-5f8c-4dd3-8c95-97e71a61e381 2025-12-04T09:56:59.7626683Z GITHUB_EVENT_NAME=schedule 2025-12-04T09:56:59.7627063Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-12-04T09:56:59.7627626Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:56:59.7628017Z GITHUB_HEAD_REF= 2025-12-04T09:56:59.7628212Z GITHUB_JOB=test 2025-12-04T09:56:59.7628703Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_7964557d-5f8c-4dd3-8c95-97e71a61e381 2025-12-04T09:56:59.7629504Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_7964557d-5f8c-4dd3-8c95-97e71a61e381 2025-12-04T09:56:59.7630046Z GITHUB_REF=refs/heads/main 2025-12-04T09:56:59.7630289Z GITHUB_REF_NAME=main 2025-12-04T09:56:59.7630500Z GITHUB_REF_PROTECTED=true 2025-12-04T09:56:59.7630726Z GITHUB_REF_TYPE=branch 2025-12-04T09:56:59.7630961Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:56:59.7631237Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:56:59.7631492Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:56:59.7631756Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:56:59.7632018Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:56:59.7632248Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:56:59.7632473Z GITHUB_RUN_ID=19922768520 2025-12-04T09:56:59.7632700Z GITHUB_RUN_NUMBER=158165 2025-12-04T09:56:59.7633054Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:56:59.7633382Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:56:59.7634071Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_7964557d-5f8c-4dd3-8c95-97e71a61e381 2025-12-04T09:56:59.7634908Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_7964557d-5f8c-4dd3-8c95-97e71a61e381 2025-12-04T09:56:59.7635495Z GITHUB_TRIGGERING_ACTOR=huydhn 2025-12-04T09:56:59.7635734Z GITHUB_WORKFLOW=trunk 2025-12-04T09:56:59.7636116Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-12-04T09:56:59.7636664Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:56:59.7637114Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:56:59.7637455Z GIT_DEFAULT_BRANCH=main 2025-12-04T09:56:59.7637754Z HOME=C:\Users\runneruser 2025-12-04T09:56:59.7639900Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-12-04T09:56:59.7642321Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-12-04T09:56:59.7642870Z INSTALL_WINDOWS_SDK=1 2025-12-04T09:56:59.7643090Z is_x64_arch=true 2025-12-04T09:56:59.7643276Z JOB_ID=57120243437 2025-12-04T09:56:59.7643720Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T09:56:59.7645255Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\\lib\10.0.19041.0\\um\x64 2025-12-04T09:56:59.7647725Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-12-04T09:56:59.7649243Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-12-04T09:56:59.7649813Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-12-04T09:56:59.7650164Z NO_TD=False 2025-12-04T09:56:59.7650355Z NO_TEST_TIMEOUT=False 2025-12-04T09:56:59.7650562Z NUMBER_OF_PROCESSORS=16 2025-12-04T09:56:59.7650856Z NUM_TEST_SHARDS=4 2025-12-04T09:56:59.7651070Z OLDPWD=C:/19922768520/build-results 2025-12-04T09:56:59.7651329Z OS=Windows_NT 2025-12-04T09:56:59.7659995Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\Extensions\Microsoft\CodeCoverage.Console;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\\x64;C:\Program Files (x86)\Windows Kits\10\bin\\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3\envs\py_tmp;C:\Jenkins\Miniconda3\envs\py_tmp\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Library\usr\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Library\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Scripts;C:\Jenkins\Miniconda3\envs\py_tmp\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3\envs\py_tmp;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-12-04T09:56:59.7668965Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-12-04T09:56:59.7669308Z Platform=x64 2025-12-04T09:56:59.7669505Z PROCESSOR_ARCHITECTURE=AMD64 2025-12-04T09:56:59.7669885Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel 2025-12-04T09:56:59.7670292Z PROCESSOR_LEVEL=6 2025-12-04T09:56:59.7670500Z PROCESSOR_REVISION=5504 2025-12-04T09:56:59.7670731Z PROGRAMFILES=C:\Program Files 2025-12-04T09:56:59.7671020Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-12-04T09:56:59.7671416Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-12-04T09:56:59.7671845Z PROMPT=(py_tmp) $P$G 2025-12-04T09:56:59.7672059Z PR_NUMBER= 2025-12-04T09:56:59.7672617Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-12-04T09:56:59.7673179Z PUBLIC=C:\Users\Public 2025-12-04T09:56:59.7674263Z *** 2025-12-04T09:56:59.7674573Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-12-04T09:56:59.7674993Z PYTHON_VERSION=3.10 2025-12-04T09:56:59.7675258Z PYTORCH_FINAL_PACKAGE_DIR=C:/19922768520/build-results/ 2025-12-04T09:56:59.7675674Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\19922768520\build-results\ 2025-12-04T09:56:59.7676030Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-12-04T09:56:59.7676309Z PYTORCH_TEST_RERUN_DISABLED_TESTS=1 2025-12-04T09:56:59.7676580Z ProgramData=C:\ProgramData 2025-12-04T09:56:59.7676843Z ProgramFiles(x86)=C:\Program Files (x86) 2025-12-04T09:56:59.7677150Z ProgramW6432=C:\Program Files 2025-12-04T09:56:59.7677473Z REENABLED_ISSUES= 2025-12-04T09:56:59.7677692Z RUNNER_ARCH=X64 2025-12-04T09:56:59.7677902Z RUNNER_ENVIRONMENT=self-hosted 2025-12-04T09:56:59.7678165Z RUNNER_NAME=i-0c04d36538cafeae6 2025-12-04T09:56:59.7678396Z RUNNER_OS=Windows 2025-12-04T09:56:59.7678620Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-12-04T09:56:59.7678946Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-12-04T09:56:59.7679452Z RUNNER_TRACKING_ID=github_82ce683d-fb0e-4218-a7b6-a18bdc5b5fb0 2025-12-04T09:56:59.7679861Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-12-04T09:56:59.7680463Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-12-04T09:56:59.7680975Z SHA1=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:56:59.7681267Z SHARD_NUMBER=3 2025-12-04T09:56:59.7681463Z SHLVL=2 2025-12-04T09:56:59.7681704Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-12-04T09:56:59.7682046Z SYSTEMDRIVE=C: 2025-12-04T09:56:59.7682240Z SYSTEMROOT=C:\Windows 2025-12-04T09:56:59.7682485Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:56:59.7682757Z TERM=xterm-256color 2025-12-04T09:56:59.7682965Z TEST_CONFIG=default 2025-12-04T09:56:59.7683218Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-12-04T09:56:59.7683615Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-12-04T09:56:59.7683953Z TEST_SHOWLOCALS=False 2025-12-04T09:56:59.7684183Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:56:59.7684495Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T09:56:59.7684864Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-12-04T09:56:59.7685317Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-12-04T09:56:59.7685672Z TORCH_CUDA_ARCH_LIST=8.6 2025-12-04T09:56:59.7686005Z TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:56:59.7686241Z UCRTVersion=10.0.19041.0 2025-12-04T09:56:59.7686766Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-12-04T09:56:59.7687240Z UPDATEFILE=update.finished 2025-12-04T09:56:59.7687498Z USERDOMAIN=EC2AMAZ-F4P7NAP 2025-12-04T09:56:59.7687738Z USERNAME=runneruser 2025-12-04T09:56:59.7687953Z USERPROFILE=C:\Users\runneruser 2025-12-04T09:56:59.7688198Z USE_CUDA=0 2025-12-04T09:56:59.7688586Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\ 2025-12-04T09:56:59.7689224Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\ 2025-12-04T09:56:59.7689896Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\ 2025-12-04T09:56:59.7690694Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.42.34433\ 2025-12-04T09:56:59.7691230Z VCToolsVersion=14.42.34433 2025-12-04T09:56:59.7691459Z VC_PRODUCT=BuildTools 2025-12-04T09:56:59.7691666Z VC_VERSION= 2025-12-04T09:56:59.7691838Z VC_YEAR=2022 2025-12-04T09:56:59.7692051Z VERBOSE_ARG='SilentlyContinue' 2025-12-04T09:56:59.7692300Z VERBOSE_TEST_LOGS=False 2025-12-04T09:56:59.7692784Z VisualStudioVersion=17.0 2025-12-04T09:56:59.7693216Z VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\ 2025-12-04T09:56:59.7693801Z VSCMD_ARG_app_plat=Desktop 2025-12-04T09:56:59.7694046Z VSCMD_ARG_HOST_ARCH=x64 2025-12-04T09:56:59.7694259Z VSCMD_ARG_TGT_ARCH=x64 2025-12-04T09:56:59.7694474Z VSCMD_VER=17.12.11 2025-12-04T09:56:59.7694913Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\ 2025-12-04T09:56:59.7695328Z VS_VERSION=17.4.1 2025-12-04T09:56:59.7695518Z WINDIR=C:\Windows 2025-12-04T09:56:59.7696088Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-12-04T09:56:59.7696821Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-12-04T09:56:59.7697262Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-12-04T09:56:59.7697682Z WindowsSDKLibVersion=10.0.19041.0\ 2025-12-04T09:56:59.7698213Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-12-04T09:56:59.7698657Z WindowsSDKVersion=10.0.19041.0\ 2025-12-04T09:56:59.7699268Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-12-04T09:56:59.7700139Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-12-04T09:56:59.7700861Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-12-04T09:56:59.7701375Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-12-04T09:56:59.7701634Z __DOTNET_ADD_64BIT=1 2025-12-04T09:56:59.7701849Z __DOTNET_PREFERRED_BITNESS=64 2025-12-04T09:56:59.7706415Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3\envs\py_tmp;C:\Jenkins\Miniconda3\envs\py_tmp\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Library\usr\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Library\bin;C:\Jenkins\Miniconda3\envs\py_tmp\Scripts;C:\Jenkins\Miniconda3\envs\py_tmp\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3\envs\py_tmp;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-12-04T09:56:59.7710870Z 2025-12-04T09:56:59.7711066Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-12-04T09:56:59.7711477Z echo "setup pytorch env failed" 2025-12-04T09:56:59.7711722Z echo 0 2025-12-04T09:56:59.7711894Z exit /b 2025-12-04T09:56:59.7712146Z ) 2025-12-04T09:56:59.7712247Z 2025-12-04T09:56:59.7712406Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>pushd test 2025-12-04T09:56:59.7712672Z 2025-12-04T09:56:59.7713178Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2025-12-04T09:56:59.7713810Z 2025-12-04T09:56:59.7714405Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>if "3" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2025-12-04T09:56:59.7715013Z echo Some smoke tests 2025-12-04T09:56:59.7715400Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2025-12-04T09:56:59.7716119Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2025-12-04T09:56:59.7716805Z if ERRORLEVEL 1 goto fail 2025-12-04T09:56:59.7717216Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2025-12-04T09:56:59.7717669Z if ERRORLEVEL 1 goto fail 2025-12-04T09:56:59.7717887Z ) ) 2025-12-04T09:56:59.7717987Z 2025-12-04T09:56:59.7718257Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2025-12-04T09:56:59.7718797Z Copying over test times file 2025-12-04T09:56:59.7718968Z 2025-12-04T09:56:59.7719658Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\19922768520\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2025-12-04T09:56:59.7720363Z 2025-12-04T09:56:59.7720528Z ------------------------------------------------------------------------------- 2025-12-04T09:56:59.7721017Z ROBOCOPY :: Robust File Copy for Windows 2025-12-04T09:56:59.7721540Z ------------------------------------------------------------------------------- 2025-12-04T09:56:59.7721804Z 2025-12-04T09:56:59.7721921Z Started : Thursday, December 4, 2025 9:56:59 AM 2025-12-04T09:56:59.7722301Z Source : C:\19922768520\build-results\.additional_ci_files\ 2025-12-04T09:56:59.7722752Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-12-04T09:56:59.7723119Z 2025-12-04T09:56:59.7723263Z Files : *.* 2025-12-04T09:56:59.7723540Z 2025-12-04T09:56:59.7723944Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-12-04T09:56:59.7724339Z 2025-12-04T09:56:59.7724591Z ------------------------------------------------------------------------------ 2025-12-04T09:56:59.7725402Z 2025-12-04T09:56:59.7725686Z 2 C:\19922768520\build-results\.additional_ci_files\ 2025-12-04T09:56:59.7726520Z *EXTRA File 85726 td_results.json 2025-12-04T09:56:59.7727108Z New File 2.9 m test-class-times.json 2025-12-04T09:56:59.7727578Z 16% 2025-12-04T09:56:59.7727748Z 33% 2025-12-04T09:56:59.7727924Z 50% 2025-12-04T09:56:59.7728086Z 66% 2025-12-04T09:56:59.7728234Z 83% 2025-12-04T09:56:59.7728395Z 100% 2025-12-04T09:56:59.7728575Z New File 896039 test-times.json 2025-12-04T09:56:59.7728830Z 29% 2025-12-04T09:56:59.7728991Z 58% 2025-12-04T09:56:59.7729152Z 87% 2025-12-04T09:56:59.7729303Z 100% 2025-12-04T09:56:59.7729400Z 2025-12-04T09:56:59.7729560Z ------------------------------------------------------------------------------ 2025-12-04T09:56:59.7729824Z 2025-12-04T09:56:59.7729992Z Total Copied Skipped Mismatch FAILED Extras 2025-12-04T09:56:59.7730365Z Dirs : 1 0 1 0 0 0 2025-12-04T09:56:59.7730718Z Files : 2 2 0 0 0 1 2025-12-04T09:56:59.7731179Z Bytes : 3.84 m 3.84 m 0 0 0 83.7 k 2025-12-04T09:56:59.7731565Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-12-04T09:56:59.7731810Z 2025-12-04T09:56:59.7731814Z 2025-12-04T09:56:59.7732022Z Speed : 1343696666 Bytes/sec. 2025-12-04T09:56:59.7732319Z Speed : 76886.940 MegaBytes/min. 2025-12-04T09:56:59.7732650Z Ended : Thursday, December 4, 2025 9:56:59 AM 2025-12-04T09:56:59.7732961Z 2025-12-04T09:56:59.7732965Z 2025-12-04T09:56:59.7733168Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2025-12-04T09:56:59.7733556Z Run nn tests 2025-12-04T09:56:59.7733669Z 2025-12-04T09:56:59.7734326Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --exclude-quantization-tests --shard "3" "4" --verbose 2025-12-04T09:57:08.7323060Z Found test times from artifacts 2025-12-04T09:57:08.7909336Z Found test times from artifacts 2025-12-04T09:57:08.7923191Z Running all tests 2025-12-04T09:57:08.8648253Z Running parallel tests on 3 processes 2025-12-04T09:57:08.8665601Z Name: tests to run (est. time: 78.68min) 2025-12-04T09:57:08.8665945Z Serial tests (0): 2025-12-04T09:57:08.8666175Z Parallel tests (152): 2025-12-04T09:57:08.8666424Z inductor/test_cudagraph_trees 1/1 2025-12-04T09:57:08.8666731Z inductor/test_compile_subprocess 1/1 2025-12-04T09:57:08.8667046Z inductor/test_cooperative_reductions 1/1 2025-12-04T09:57:08.8667363Z inductor/test_mix_order_reduction 1/1 2025-12-04T09:57:08.8667642Z dynamo/test_sets 1/1 2025-12-04T09:57:08.8667900Z inductor/test_collective_autotuning 1/1 2025-12-04T09:57:08.8668191Z test_transformers 1/2 2025-12-04T09:57:08.8668417Z test_decomp 2/18 2025-12-04T09:57:08.8668633Z test_decomp 4/18 2025-12-04T09:57:08.8668829Z test_decomp 5/18 2025-12-04T09:57:08.8669038Z test_decomp 11/18 2025-12-04T09:57:08.8669241Z test_decomp 13/18 2025-12-04T09:57:08.8669477Z test_decomp 14/18 2025-12-04T09:57:08.8670248Z test_ops 2/9 2025-12-04T09:57:08.8670452Z test_ops 4/9 2025-12-04T09:57:08.8670654Z test_ops 5/9 2025-12-04T09:57:08.8670891Z inductor/test_torchinductor_dynamic_shapes 1/1 2025-12-04T09:57:08.8671225Z inductor/test_pattern_matcher 1/1 2025-12-04T09:57:08.8671493Z inductor/test_smoke 1/1 2025-12-04T09:57:08.8671747Z inductor/test_compiled_autograd 1/1 2025-12-04T09:57:08.8672048Z dynamo/test_activation_checkpointing 1/1 2025-12-04T09:57:08.8672353Z inductor/test_inductor_freezing 1/1 2025-12-04T09:57:08.8672638Z inductor/test_mmdecomp 1/1 2025-12-04T09:57:08.8672909Z inductor/test_aot_inductor_arrayref 1/1 2025-12-04T09:57:08.8673205Z inductor/test_halide 1/1 2025-12-04T09:57:08.8673446Z inductor/test_pad_mm 1/1 2025-12-04T09:57:08.8673702Z inductor/test_subgraph_choice 1/1 2025-12-04T09:57:08.8673986Z inductor/test_cpp_wrapper_hipify 1/1 2025-12-04T09:57:08.8674280Z inductor/test_async_compile 1/1 2025-12-04T09:57:08.8674543Z inductor/test_indexing 1/1 2025-12-04T09:57:08.8674813Z inductor/test_external_callables 1/1 2025-12-04T09:57:08.8675100Z export/test_strict_export_v2 1/1 2025-12-04T09:57:08.8675383Z export/test_unflatten_training_ir 1/1 2025-12-04T09:57:08.8675665Z inductor/test_xpu_basic 1/1 2025-12-04T09:57:08.8675920Z dynamo/test_base_output 1/1 2025-12-04T09:57:08.8676186Z export/test_export_strict 1/1 2025-12-04T09:57:08.8676450Z inductor/test_remote_cache 1/1 2025-12-04T09:57:08.8676761Z inductor/test_debug_trace 1/1 2025-12-04T09:57:08.8677030Z inductor/test_static_cuda_launcher 1/1 2025-12-04T09:57:08.8677319Z dynamo/test_utils 1/1 2025-12-04T09:57:08.8677561Z dynamo/test_frame_init 1/1 2025-12-04T09:57:08.8677824Z inductor/test_decompose_mem_bound_mm 1/1 2025-12-04T09:57:08.8678132Z inductor/test_helion_kernels 1/1 2025-12-04T09:57:08.8678411Z inductor/test_compiled_optimizers 1/1 2025-12-04T09:57:08.8678801Z inductor/test_split_cat_fx_passes 1/1 2025-12-04T09:57:08.8679083Z dynamo/test_view 1/1 2025-12-04T09:57:08.8679335Z export/test_cpp_serdes 1/1 2025-12-04T09:57:08.8679585Z dynamo/test_pre_dispatch 1/1 2025-12-04T09:57:08.8679848Z dynamo/test_config 1/1 2025-12-04T09:57:08.8680074Z inductor/test_memory 1/1 2025-12-04T09:57:08.8680327Z inductor/test_dependencies 1/1 2025-12-04T09:57:08.8680610Z dynamo/test_graph_region_tracker 1/1 2025-12-04T09:57:08.8680903Z inductor/test_unbacked_symints 1/1 2025-12-04T09:57:08.8681194Z dynamo/test_install_free_tensors 1/1 2025-12-04T09:57:08.8681471Z dynamo/test_cudagraphs 1/1 2025-12-04T09:57:08.8681733Z dynamo/test_compile 1/1 2025-12-04T09:57:08.8681995Z inductor/test_split_cat_fx_aten_passes 1/1 2025-12-04T09:57:08.8682319Z inductor/test_augmented_graph_helper 1/1 2025-12-04T09:57:08.8682600Z dynamo/test_modes 1/1 2025-12-04T09:57:08.8682840Z dynamo/test_base_hop 1/1 2025-12-04T09:57:08.8683084Z inductor/test_torchbind 1/1 2025-12-04T09:57:08.8683337Z inductor/test_fxir_backend 1/1 2025-12-04T09:57:08.8683699Z dynamo/test_flat_apply 1/1 2025-12-04T09:57:08.8683961Z dynamo/test_structured_trace 1/1 2025-12-04T09:57:08.8684241Z export/test_nativert 1/1 2025-12-04T09:57:08.8684479Z dynamo/test_torchrec 1/1 2025-12-04T09:57:08.8684733Z dynamo/test_trace_rules 1/1 2025-12-04T09:57:08.8684984Z dynamo/test_subclasses 1/1 2025-12-04T09:57:08.8685235Z export/test_sparse 2/2 2025-12-04T09:57:08.8685475Z export/test_draft_export 1/1 2025-12-04T09:57:08.8685742Z dynamo/test_comptime 1/1 2025-12-04T09:57:08.8685991Z functorch/test_rearrange 1/1 2025-12-04T09:57:08.8686241Z functorch/test_parsing 1/1 2025-12-04T09:57:08.8686491Z test_package 1/1 2025-12-04T09:57:08.8686706Z profiler/test_profiler 1/1 2025-12-04T09:57:08.8686955Z test_mkl_verbose 1/1 2025-12-04T09:57:08.8687180Z test_comparison_utils 1/1 2025-12-04T09:57:08.8687441Z functorch/test_ac_logging 1/1 2025-12-04T09:57:08.8687750Z test_mkldnn_verbose 1/1 2025-12-04T09:57:08.8688010Z test_utils_config_module 1/1 2025-12-04T09:57:08.8688256Z test_hop_infra 1/1 2025-12-04T09:57:08.8688478Z test_license 1/1 2025-12-04T09:57:08.8688684Z test_ao_sparsity 1/1 2025-12-04T09:57:08.8688913Z test_autoload 1/1 2025-12-04T09:57:08.8689155Z nn/attention/test_open_registry 1/1 2025-12-04T09:57:08.8689425Z test_as_strided 1/1 2025-12-04T09:57:08.8689639Z test_foreach 1/1 2025-12-04T09:57:08.8689841Z test_proxy_tensor 1/2 2025-12-04T09:57:08.8690074Z nn/attention/test_fa4 1/1 2025-12-04T09:57:08.8690305Z test_fx_passes 1/1 2025-12-04T09:57:08.8690527Z functorch/test_logging 1/1 2025-12-04T09:57:08.8690764Z test_namedtensor 1/1 2025-12-04T09:57:08.8691000Z functorch/test_minifier 1/1 2025-12-04T09:57:08.8691265Z higher_order_ops/test_invoke_quant 1/1 2025-12-04T09:57:08.8691560Z torch_np/test_basic 1/1 2025-12-04T09:57:08.8691813Z test_native_functions 1/1 2025-12-04T09:57:08.8692047Z test_typing 1/1 2025-12-04T09:57:08.8692274Z higher_order_ops/test_with_effects 1/1 2025-12-04T09:57:08.8692584Z higher_order_ops/test_invoke_subgraph 1/1 2025-12-04T09:57:08.8692873Z test_weak 1/1 2025-12-04T09:57:08.8693068Z test_complex 1/1 2025-12-04T09:57:08.8693276Z test_optim 1/1 2025-12-04T09:57:08.8693490Z lazy/test_functionalization 1/1 2025-12-04T09:57:08.8693778Z torch_np/test_random 1/1 2025-12-04T09:57:08.8694027Z nn/test_multihead_attention 1/1 2025-12-04T09:57:08.8694292Z test_legacy_vmap 1/1 2025-12-04T09:57:08.8694524Z lazy/test_bindings 1/1 2025-12-04T09:57:08.8694742Z test_pytree 1/1 2025-12-04T09:57:08.8694964Z profiler/test_record_function 1/1 2025-12-04T09:57:08.8695236Z test_compile_benchmark_util 1/1 2025-12-04T09:57:08.8695530Z test_set_default_mobile_cpu_allocator 1/1 2025-12-04T09:57:08.8695879Z test_stateless 1/1 2025-12-04T09:57:08.8696107Z functorch/test_ac 1/1 2025-12-04T09:57:08.8696337Z test_binary_ufuncs 1/1 2025-12-04T09:57:08.8696586Z test_ops_fwd_gradients 2/2 2025-12-04T09:57:08.8696820Z test_ops_jit 1/3 2025-12-04T09:57:08.8697035Z test_ops_jit 2/3 2025-12-04T09:57:08.8697241Z test_numpy_interop 1/1 2025-12-04T09:57:08.8697482Z profiler/test_cpp_thread 1/1 2025-12-04T09:57:08.8697844Z test_ops_gradients 1/2 2025-12-04T09:57:08.8698093Z complex_tensor/test_complex_tensor 1/3 2025-12-04T09:57:08.8698407Z complex_tensor/test_complex_tensor 2/3 2025-12-04T09:57:08.8698695Z optim/test_lrscheduler 1/1 2025-12-04T09:57:08.8698975Z torch_np/numpy_tests/lib/test_histograms 1/1 2025-12-04T09:57:08.8699283Z torch_np/test_indexing 1/1 2025-12-04T09:57:08.8699525Z test_schema_check 1/1 2025-12-04T09:57:08.8699745Z test_tensorboard 1/1 2025-12-04T09:57:08.8699997Z torch_np/numpy_tests/core/test_indexing 1/1 2025-12-04T09:57:08.8700298Z test_futures 1/1 2025-12-04T09:57:08.8700504Z nn/test_dropout 1/1 2025-12-04T09:57:08.8700844Z functorch/dim/test_split 1/1 2025-12-04T09:57:08.8701125Z torch_np/numpy_tests/lib/test_type_check 1/1 2025-12-04T09:57:08.8701445Z profiler/test_execution_trace 1/1 2025-12-04T09:57:08.8701835Z test_jit 1/1 2025-12-04T09:57:08.8702101Z test_scaled_matmul_cuda 1/1 2025-12-04T09:57:08.8702343Z test_indexing 1/1 2025-12-04T09:57:08.8702601Z torch_np/numpy_tests/fft/test_pocketfft 1/1 2025-12-04T09:57:08.8702900Z functorch/test_ops 1/9 2025-12-04T09:57:08.8703136Z functorch/test_ops 8/9 2025-12-04T09:57:08.8703414Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 2025-12-04T09:57:08.8703752Z torch_np/numpy_tests/core/test_getlimits 1/1 2025-12-04T09:57:08.8704061Z torch_np/test_ndarray_methods 1/1 2025-12-04T09:57:08.8704320Z test_view_ops 1/1 2025-12-04T09:57:08.8704536Z test_type_info 1/1 2025-12-04T09:57:08.8704768Z functorch/test_aotdispatch 1/12 2025-12-04T09:57:08.8705110Z functorch/test_aotdispatch 4/12 2025-12-04T09:57:08.8705382Z functorch/test_aotdispatch 11/12 2025-12-04T09:57:08.8705678Z torch_np/numpy_tests/core/test_dlpack 1/1 2025-12-04T09:57:08.8705972Z test_scatter_gather_ops 1/1 2025-12-04T09:57:08.8706219Z test_mkldnn 1/1 2025-12-04T09:57:08.8706437Z functorch/test_vmap 1/2 2025-12-04T09:57:08.8706841Z cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 2025-12-04T09:57:08.8707305Z Name: excluded (est. time: 0.0min) 2025-12-04T09:57:08.8707558Z Serial tests (0): 2025-12-04T09:57:08.8707764Z Parallel tests (0): 2025-12-04T09:57:08.8727723Z Running inductor/test_cudagraph_trees 1/1 ... [2025-12-04 09:57:08.870197][1420.5458125] 2025-12-04T09:57:08.8728209Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:57:08.8740599Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:57:08.870197] 2025-12-04T09:57:08.8742476Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-12-04T09:57:08.8743283Z Ignoring disabled issues: [''] 2025-12-04T09:57:26.7485102Z 2025-12-04T09:57:26.7486077Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_d423e1b30f4ce120_.log 2025-12-04T09:57:26.7486835Z 2025-12-04T09:57:26.7488301Z Finished inductor/test_cudagraph_trees 1/1 ... [2025-12-04 09:57:26.748149][1438.4218122], took 0.30min 2025-12-04T09:57:26.7498826Z Running inductor/test_compile_subprocess 1/1 ... [2025-12-04 09:57:26.749429][1438.4229064] 2025-12-04T09:57:26.7499514Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:57:26.7506035Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compile_subprocess.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:57:26.750066] 2025-12-04T09:57:26.7507669Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T09:57:26.7508119Z Uploading artifacts took 0.00 seconds 2025-12-04T09:57:38.3514374Z 2025-12-04T09:57:38.3515487Z inductor/test_compile_subprocess 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compile_subprocess_1.1_c687f9f363dc108a_.log 2025-12-04T09:57:38.3516245Z 2025-12-04T09:57:38.3516564Z Finished inductor/test_compile_subprocess 1/1 ... [2025-12-04 09:57:38.343942][1450.0245344], took 0.19min 2025-12-04T09:57:38.3523753Z Running inductor/test_cooperative_reductions 1/1 ... [2025-12-04 09:57:38.343942][1450.0253953] 2025-12-04T09:57:38.3524264Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:57:38.3530472Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cooperative_reductions.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:57:38.343942] 2025-12-04T09:57:50.1052413Z 2025-12-04T09:57:50.1053638Z inductor/test_cooperative_reductions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cooperative_reductions_1.1_9a28726de3cce571_.log 2025-12-04T09:57:50.1054520Z 2025-12-04T09:57:50.1054967Z Finished inductor/test_cooperative_reductions 1/1 ... [2025-12-04 09:57:50.105191][1461.7783106], took 0.20min 2025-12-04T09:57:50.1063231Z Running inductor/test_mix_order_reduction 1/1 ... [2025-12-04 09:57:50.106144][1461.7793242] 2025-12-04T09:57:50.1064012Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:57:50.1070611Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_mix_order_reduction.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:57:50.106363] 2025-12-04T09:58:02.0529765Z 2025-12-04T09:58:02.0530976Z inductor/test_mix_order_reduction 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mix_order_reduction_1.1_306f014f85c61bd1_.log 2025-12-04T09:58:02.0531726Z 2025-12-04T09:58:02.0532041Z Finished inductor/test_mix_order_reduction 1/1 ... [2025-12-04 09:58:02.049173][1473.726045], took 0.20min 2025-12-04T09:58:02.0538971Z Running dynamo/test_sets 1/1 ... [2025-12-04 09:58:02.049173][1473.7269307] 2025-12-04T09:58:02.0539412Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:58:02.0546777Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_sets.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:58:02.049173] 2025-12-04T09:58:07.5663713Z 2025-12-04T09:58:07.5664583Z dynamo/test_sets 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sets_1.1_20af6d6761c97d09_.log 2025-12-04T09:58:07.5665214Z 2025-12-04T09:58:07.5665459Z Finished dynamo/test_sets 1/1 ... [2025-12-04 09:58:07.566070][1479.2394513], took 0.09min 2025-12-04T09:58:07.5677135Z Running inductor/test_collective_autotuning 1/1 ... [2025-12-04 09:58:07.567355][1479.2407317] 2025-12-04T09:58:07.5677825Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:58:07.5686366Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_collective_autotuning.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:58:07.567993] 2025-12-04T09:58:10.0095296Z 2025-12-04T09:58:10.0096433Z inductor/test_collective_autotuning 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_collective_autotuning_1.1_8e18b198977466bc_.log 2025-12-04T09:58:10.0097231Z 2025-12-04T09:58:10.0097570Z Finished inductor/test_collective_autotuning 1/1 ... [2025-12-04 09:58:10.002737][1481.6826145], took 0.04min 2025-12-04T09:58:10.0106818Z Running test_transformers 1/2 ... [2025-12-04 09:58:10.009921][1481.6837054] 2025-12-04T09:58:10.0107274Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:58:10.0113956Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_transformers.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:58:10.009921] 2025-12-04T09:58:25.7059128Z 2025-12-04T09:58:25.7060027Z test_transformers 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_transformers_1.2_016ea530052fef97_.log 2025-12-04T09:58:25.7060747Z Running 0 items in this shard: 2025-12-04T09:58:25.7060946Z 2025-12-04T09:58:25.7061195Z Finished test_transformers 1/2 ... [2025-12-04 09:58:25.705371][1497.379018], took 0.26min 2025-12-04T09:58:26.2764320Z Running test_decomp 2/18 ... [2025-12-04 09:58:26.275951][1497.9493564] 2025-12-04T09:58:26.2764774Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:58:26.2771823Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=2', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:58:26.276572] 2025-12-04T09:58:26.2773819Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_transformers\test_transformers-1957948f62d536f7.xml 2025-12-04T09:58:54.0781765Z 2025-12-04T09:58:54.0782720Z test_decomp 2/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_2.18_6bcde10c5c17562f_.log 2025-12-04T09:58:54.0783416Z Running 0 items in this shard: 2025-12-04T09:58:54.0783599Z 2025-12-04T09:58:54.0783831Z Finished test_decomp 2/18 ... [2025-12-04 09:58:54.077749][1525.7512828], took 0.46min 2025-12-04T09:58:54.3979825Z Running test_decomp 4/18 ... [2025-12-04 09:58:54.388485][1526.0709269] 2025-12-04T09:58:54.3980290Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:58:54.3986414Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=4', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:58:54.388485] 2025-12-04T09:58:54.3988079Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-1240c425e9a0116e.xml 2025-12-04T09:59:21.9577927Z 2025-12-04T09:59:21.9578731Z test_decomp 4/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_4.18_31b8da0dee983543_.log 2025-12-04T09:59:21.9579425Z Running 0 items in this shard: 2025-12-04T09:59:21.9579602Z 2025-12-04T09:59:21.9579829Z Finished test_decomp 4/18 ... [2025-12-04 09:59:21.956470][1553.6309045], took 0.46min 2025-12-04T09:59:22.2586329Z Running test_decomp 5/18 ... [2025-12-04 09:59:22.258478][1553.9315769] 2025-12-04T09:59:22.2586802Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:59:22.2593171Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=5', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:59:22.259093] 2025-12-04T09:59:22.2594825Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-26667e098e899b7f.xml 2025-12-04T09:59:50.1847408Z 2025-12-04T09:59:50.1848484Z test_decomp 5/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_5.18_5b78056a03a98b74_.log 2025-12-04T09:59:50.1849190Z Running 0 items in this shard: 2025-12-04T09:59:50.1849404Z 2025-12-04T09:59:50.1849648Z Finished test_decomp 5/18 ... [2025-12-04 09:59:50.184625][1581.8578277], took 0.47min 2025-12-04T09:59:50.4556360Z Running test_decomp 11/18 ... [2025-12-04 09:59:50.449275][1582.1284754] 2025-12-04T09:59:50.4560812Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:59:50.4562050Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=11', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 09:59:50.449275] 2025-12-04T09:59:50.4563721Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-f95e7bf674d829f9.xml 2025-12-04T10:00:18.3184205Z 2025-12-04T10:00:18.3185067Z test_decomp 11/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_11.18_8b8ecf7ea7c74ac4_.log 2025-12-04T10:00:18.3185951Z Running 0 items in this shard: 2025-12-04T10:00:18.3186145Z 2025-12-04T10:00:18.3186387Z Finished test_decomp 11/18 ... [2025-12-04 10:00:18.316691][1609.9915121], took 0.46min 2025-12-04T10:00:18.5901648Z Running test_decomp 13/18 ... [2025-12-04 10:00:18.589968][1610.2631321] 2025-12-04T10:00:18.5902095Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:00:18.5908817Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=13', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:00:18.590593] 2025-12-04T10:00:18.5910464Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-d292665effcfea17.xml 2025-12-04T10:00:46.5926660Z 2025-12-04T10:00:46.5927989Z test_decomp 13/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_13.18_b3c2916bce1d850d_.log 2025-12-04T10:00:46.5928829Z Running 0 items in this shard: 2025-12-04T10:00:46.5929016Z 2025-12-04T10:00:46.5930364Z Finished test_decomp 13/18 ... [2025-12-04 10:00:46.592841][1638.2660233], took 0.47min 2025-12-04T10:00:46.8715023Z Running test_decomp 14/18 ... [2025-12-04 10:00:46.870808][1638.544404] 2025-12-04T10:00:46.8715489Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:00:46.8726455Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=14', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:00:46.872093] 2025-12-04T10:00:46.8728306Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-c684920612e38ee2.xml 2025-12-04T10:01:14.8992857Z 2025-12-04T10:01:14.8993922Z test_decomp 14/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_14.18_3761a9c9cdcada97_.log 2025-12-04T10:01:14.8994609Z Running 0 items in this shard: 2025-12-04T10:01:14.8994802Z 2025-12-04T10:01:14.8995024Z Finished test_decomp 14/18 ... [2025-12-04 10:01:14.892854][1666.5723856], took 0.47min 2025-12-04T10:01:15.2452812Z Running test_ops 2/9 ... [2025-12-04 10:01:15.244425][1666.9179964] 2025-12-04T10:01:15.2453253Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:01:15.2461786Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:01:15.245714] 2025-12-04T10:01:15.2463933Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-6799b15977151662.xml 2025-12-04T10:02:49.7492539Z 2025-12-04T10:02:49.7493429Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_2e490848f584afde_.log 2025-12-04T10:02:49.7494093Z Running 0 items in this shard: 2025-12-04T10:02:49.7494288Z 2025-12-04T10:02:49.7494513Z Finished test_ops 2/9 ... [2025-12-04 10:02:49.745190][1761.4223153], took 1.58min 2025-12-04T10:02:50.0521007Z Running test_ops 4/9 ... [2025-12-04 10:02:50.046719][1761.7250224] 2025-12-04T10:02:50.0521491Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:02:50.0527436Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=4', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:02:50.046719] 2025-12-04T10:02:50.0529264Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-a0702fb6001fba23.xml 2025-12-04T10:04:24.0345731Z 2025-12-04T10:04:24.0346667Z test_ops 4/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_4.9_d391546b2c152df8_.log 2025-12-04T10:04:24.0347384Z Running 0 items in this shard: 2025-12-04T10:04:24.0347707Z 2025-12-04T10:04:24.0347932Z Finished test_ops 4/9 ... [2025-12-04 10:04:24.034093][1855.7076263], took 1.57min 2025-12-04T10:04:24.3176794Z Running test_ops 5/9 ... [2025-12-04 10:04:24.317504][1855.9905947] 2025-12-04T10:04:24.3177270Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:04:24.3184009Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=5', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:04:24.318146] 2025-12-04T10:04:24.3185749Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-f68ae8018e70c474.xml 2025-12-04T10:05:57.7882309Z 2025-12-04T10:05:57.7883288Z test_ops 5/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_5.9_a1a8cae8ef60408a_.log 2025-12-04T10:05:57.7884054Z Running 0 items in this shard: 2025-12-04T10:05:57.7884289Z 2025-12-04T10:05:57.7884518Z Finished test_ops 5/9 ... [2025-12-04 10:05:57.786817][1949.4715712], took 1.56min 2025-12-04T10:05:58.0774363Z Running inductor/test_torchinductor_dynamic_shapes 1/1 ... [2025-12-04 10:05:58.065627][1949.7606589] 2025-12-04T10:05:58.0774994Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:05:58.0780655Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:05:58.065627] 2025-12-04T10:05:58.0782693Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-5d39e70fb54086a8.xml 2025-12-04T10:06:10.3424888Z 2025-12-04T10:06:10.3426370Z inductor/test_torchinductor_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.1_93d9da1149c240c4_.log 2025-12-04T10:06:10.3427228Z 2025-12-04T10:06:10.3427633Z Finished inductor/test_torchinductor_dynamic_shapes 1/1 ... [2025-12-04 10:06:10.341973][1962.0288839], took 0.20min 2025-12-04T10:06:10.3494199Z Running inductor/test_pattern_matcher 1/1 ... [2025-12-04 10:06:10.349074][1962.0357182] 2025-12-04T10:06:10.3494781Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:06:10.3501367Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_pattern_matcher.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:06:10.349716] 2025-12-04T10:06:22.0745744Z 2025-12-04T10:06:22.0746737Z inductor/test_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pattern_matcher_1.1_5b454cac746220a0_.log 2025-12-04T10:06:22.0747461Z 2025-12-04T10:06:22.0747784Z Finished inductor/test_pattern_matcher 1/1 ... [2025-12-04 10:06:22.074380][1973.7636394], took 0.20min 2025-12-04T10:06:22.0814745Z Running inductor/test_smoke 1/1 ... [2025-12-04 10:06:22.081295][1973.7704584] 2025-12-04T10:06:22.0815223Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:06:22.0821718Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:06:22.081916] 2025-12-04T10:06:33.6363161Z 2025-12-04T10:06:33.6364087Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_3a532631f0d1432b_.log 2025-12-04T10:06:33.6364733Z 2025-12-04T10:06:33.6429222Z Finished inductor/test_smoke 1/1 ... [2025-12-04 10:06:33.632167][1985.3278254], took 0.19min 2025-12-04T10:06:33.6429855Z Running inductor/test_compiled_autograd 1/1 ... [2025-12-04 10:06:33.638138][1985.3343722] 2025-12-04T10:06:33.6430351Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:06:33.6436120Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:06:33.643186] 2025-12-04T10:06:47.7921992Z 2025-12-04T10:06:47.7923285Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_d0780aba56ae2141_.log 2025-12-04T10:06:47.7924036Z 2025-12-04T10:06:47.7924687Z Finished inductor/test_compiled_autograd 1/1 ... [2025-12-04 10:06:47.792278][1999.486452], took 0.24min 2025-12-04T10:06:47.8075164Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-12-04 10:06:47.807180][1999.5016474] 2025-12-04T10:06:47.8075708Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:06:47.8081719Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:06:47.807180] 2025-12-04T10:06:59.5555060Z 2025-12-04T10:06:59.5556122Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_1f1ea7cfd7a2dab9_.log 2025-12-04T10:06:59.5556933Z 2025-12-04T10:06:59.5557274Z Finished dynamo/test_activation_checkpointing 1/1 ... [2025-12-04 10:06:59.555184][2011.2518761], took 0.20min 2025-12-04T10:06:59.5624785Z Running inductor/test_inductor_freezing 1/1 ... [2025-12-04 10:06:59.562291][2011.2587818] 2025-12-04T10:06:59.5625280Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:06:59.5632009Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_inductor_freezing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:06:59.562913] 2025-12-04T10:07:11.4080449Z 2025-12-04T10:07:11.4081476Z inductor/test_inductor_freezing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_freezing_1.1_1e9b0ee487359b72_.log 2025-12-04T10:07:11.4082234Z 2025-12-04T10:07:11.4082553Z Finished inductor/test_inductor_freezing 1/1 ... [2025-12-04 10:07:11.404191][2023.1063824], took 0.20min 2025-12-04T10:07:11.4147647Z Running inductor/test_mmdecomp 1/1 ... [2025-12-04 10:07:11.404191][2023.113009] 2025-12-04T10:07:11.4148142Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:07:11.4159811Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_mmdecomp.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:07:11.404191] 2025-12-04T10:07:22.8132113Z 2025-12-04T10:07:22.8133303Z inductor/test_mmdecomp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mmdecomp_1.1_e97aa8b5bf74d147_.log 2025-12-04T10:07:22.8133988Z 2025-12-04T10:07:22.8134278Z Finished inductor/test_mmdecomp 1/1 ... [2025-12-04 10:07:22.813115][2034.5133051], took 0.19min 2025-12-04T10:07:22.8207917Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-12-04 10:07:22.819925][2034.520821] 2025-12-04T10:07:22.8208462Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:07:22.8214796Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:07:22.819925] 2025-12-04T10:07:27.5491643Z 2025-12-04T10:07:27.5493111Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_9850cb5f31d8a54c_.log 2025-12-04T10:07:27.5494026Z 2025-12-04T10:07:27.5494457Z Finished inductor/test_aot_inductor_arrayref 1/1 ... [2025-12-04 10:07:27.549125][2039.2499543], took 0.08min 2025-12-04T10:07:27.5566460Z Running inductor/test_halide 1/1 ... [2025-12-04 10:07:27.556463][2039.2573199] 2025-12-04T10:07:27.5566965Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:07:27.5573013Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_halide.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:07:27.556619] 2025-12-04T10:07:39.1541112Z 2025-12-04T10:07:39.1542114Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_748ba728acffa057_.log 2025-12-04T10:07:39.1542780Z 2025-12-04T10:07:39.1543061Z Finished inductor/test_halide 1/1 ... [2025-12-04 10:07:39.146419][2050.8565241], took 0.19min 2025-12-04T10:07:39.1610953Z Running inductor/test_pad_mm 1/1 ... [2025-12-04 10:07:39.160951][2050.8634154] 2025-12-04T10:07:39.1611443Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:07:39.1617928Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_pad_mm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:07:39.161584] 2025-12-04T10:07:50.9194317Z 2025-12-04T10:07:50.9195605Z inductor/test_pad_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pad_mm_1.1_ab27cb3e5261c9cb_.log 2025-12-04T10:07:50.9196312Z 2025-12-04T10:07:50.9196589Z Finished inductor/test_pad_mm 1/1 ... [2025-12-04 10:07:50.917975][2062.6233498], took 0.20min 2025-12-04T10:07:50.9263571Z Running inductor/test_subgraph_choice 1/1 ... [2025-12-04 10:07:50.917975][2062.6301516] 2025-12-04T10:07:50.9264104Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:07:50.9270038Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_subgraph_choice.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:07:50.917975] 2025-12-04T10:08:02.7620799Z 2025-12-04T10:08:02.7622100Z inductor/test_subgraph_choice 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_subgraph_choice_1.1_2f4b48aba32d26cd_.log 2025-12-04T10:08:02.7623066Z 2025-12-04T10:08:02.7623390Z Finished inductor/test_subgraph_choice 1/1 ... [2025-12-04 10:08:02.761990][2074.4673986], took 0.20min 2025-12-04T10:08:02.7735476Z Running inductor/test_cpp_wrapper_hipify 1/1 ... [2025-12-04 10:08:02.772639][2074.4787791] 2025-12-04T10:08:02.7736049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:02.7742409Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cpp_wrapper_hipify.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:02.773828] 2025-12-04T10:08:07.8167482Z 2025-12-04T10:08:07.8168526Z inductor/test_cpp_wrapper_hipify 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpp_wrapper_hipify_1.1_f0fb4e074de8cdee_.log 2025-12-04T10:08:07.8169313Z 2025-12-04T10:08:07.8169700Z Finished inductor/test_cpp_wrapper_hipify 1/1 ... [2025-12-04 10:08:07.810857][2079.5226423], took 0.08min 2025-12-04T10:08:07.8248018Z Running inductor/test_async_compile 1/1 ... [2025-12-04 10:08:07.810857][2079.5305757] 2025-12-04T10:08:07.8248598Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:07.8254390Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_async_compile.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:07.810857] 2025-12-04T10:08:19.3464850Z 2025-12-04T10:08:19.3465958Z inductor/test_async_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_async_compile_1.1_207cac6755b89679_.log 2025-12-04T10:08:19.3466860Z 2025-12-04T10:08:19.3467189Z Finished inductor/test_async_compile 1/1 ... [2025-12-04 10:08:19.344750][2091.0536121], took 0.19min 2025-12-04T10:08:19.3535407Z Running inductor/test_indexing 1/1 ... [2025-12-04 10:08:19.350429][2091.0605609] 2025-12-04T10:08:19.3535942Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:19.3541800Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_indexing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:19.350429] 2025-12-04T10:08:30.9751525Z 2025-12-04T10:08:30.9752579Z inductor/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_indexing_1.1_8f92bda94bc4c7fe_.log 2025-12-04T10:08:30.9753330Z 2025-12-04T10:08:30.9753618Z Finished inductor/test_indexing 1/1 ... [2025-12-04 10:08:30.974961][2102.6834486], took 0.19min 2025-12-04T10:08:30.9822015Z Running inductor/test_external_callables 1/1 ... [2025-12-04 10:08:30.974961][2102.6903924] 2025-12-04T10:08:30.9822540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:30.9828352Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_external_callables.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:30.974961] 2025-12-04T10:08:36.3091070Z 2025-12-04T10:08:36.3092293Z inductor/test_external_callables 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_external_callables_1.1_2de2c661fbdde293_.log 2025-12-04T10:08:36.3093079Z 2025-12-04T10:08:36.3093413Z Finished inductor/test_external_callables 1/1 ... [2025-12-04 10:08:36.294404][2108.0179037], took 0.09min 2025-12-04T10:08:36.3156804Z Running export/test_strict_export_v2 1/1 ... [2025-12-04 10:08:36.310723][2108.0243958] 2025-12-04T10:08:36.3157306Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:36.3163266Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_strict_export_v2.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:36.310723] 2025-12-04T10:08:48.5717739Z 2025-12-04T10:08:48.5718768Z export/test_strict_export_v2 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_strict_export_v2_1.1_471722c9702478ab_.log 2025-12-04T10:08:48.5719469Z 2025-12-04T10:08:48.5719775Z Finished export/test_strict_export_v2 1/1 ... [2025-12-04 10:08:48.570812][2120.2816479], took 0.20min 2025-12-04T10:08:48.5786824Z Running export/test_unflatten_training_ir 1/1 ... [2025-12-04 10:08:48.572370][2120.2884946] 2025-12-04T10:08:48.5787374Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:48.5802765Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_unflatten_training_ir.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:48.572370] 2025-12-04T10:08:53.3988572Z 2025-12-04T10:08:53.3989884Z export/test_unflatten_training_ir 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_unflatten_training_ir_1.1_d1983534e7f3845c_.log 2025-12-04T10:08:53.3990835Z 2025-12-04T10:08:53.3991352Z Finished export/test_unflatten_training_ir 1/1 ... [2025-12-04 10:08:53.398801][2125.10915], took 0.08min 2025-12-04T10:08:53.4066890Z Running inductor/test_xpu_basic 1/1 ... [2025-12-04 10:08:53.406408][2125.1168765] 2025-12-04T10:08:53.4067469Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:08:53.4073650Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:08:53.407029] 2025-12-04T10:09:05.6981614Z 2025-12-04T10:09:05.6982603Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_2ed0d49868f8154b_.log 2025-12-04T10:09:05.6983289Z 2025-12-04T10:09:05.7051318Z Finished inductor/test_xpu_basic 1/1 ... [2025-12-04 10:09:05.697623][2137.4094247], took 0.20min 2025-12-04T10:09:05.7051955Z Running dynamo/test_base_output 1/1 ... [2025-12-04 10:09:05.697623][2137.4163275] 2025-12-04T10:09:05.7052470Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:05.7058183Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_base_output.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:05.697623] 2025-12-04T10:09:10.9716292Z 2025-12-04T10:09:10.9717294Z dynamo/test_base_output 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_output_1.1_9b994c7ae2873f8e_.log 2025-12-04T10:09:10.9718007Z 2025-12-04T10:09:10.9718296Z Finished dynamo/test_base_output 1/1 ... [2025-12-04 10:09:10.970322][2142.6832904], took 0.09min 2025-12-04T10:09:10.9783953Z Running export/test_export_strict 1/1 ... [2025-12-04 10:09:10.970322][2142.6900005] 2025-12-04T10:09:10.9784430Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:10.9790615Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_export_strict.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:10.970322] 2025-12-04T10:09:22.6991479Z 2025-12-04T10:09:22.6992514Z export/test_export_strict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_strict_1.1_58d4fa08d0476666_.log 2025-12-04T10:09:22.6993201Z 2025-12-04T10:09:22.7061289Z Finished export/test_export_strict 1/1 ... [2025-12-04 10:09:22.696048][2154.4116517], took 0.20min 2025-12-04T10:09:22.7061942Z Running inductor/test_remote_cache 1/1 ... [2025-12-04 10:09:22.696048][2154.4185643] 2025-12-04T10:09:22.7062446Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:22.7068038Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_remote_cache.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:22.696048] 2025-12-04T10:09:27.6419950Z 2025-12-04T10:09:27.6420931Z inductor/test_remote_cache 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_remote_cache_1.1_4a98b53df517e580_.log 2025-12-04T10:09:27.6421672Z 2025-12-04T10:09:27.6421975Z Finished inductor/test_remote_cache 1/1 ... [2025-12-04 10:09:27.641695][2159.3548548], took 0.08min 2025-12-04T10:09:27.6494951Z Running inductor/test_debug_trace 1/1 ... [2025-12-04 10:09:27.649378][2159.3622596] 2025-12-04T10:09:27.6495432Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:27.6501985Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_debug_trace.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:27.649999] 2025-12-04T10:09:39.9717778Z 2025-12-04T10:09:39.9718830Z inductor/test_debug_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_debug_trace_1.1_7387045246f7e49a_.log 2025-12-04T10:09:39.9719544Z 2025-12-04T10:09:39.9719877Z Finished inductor/test_debug_trace 1/1 ... [2025-12-04 10:09:39.971441][2171.6854165], took 0.21min 2025-12-04T10:09:39.9828124Z Running inductor/test_static_cuda_launcher 1/1 ... [2025-12-04 10:09:39.982517][2171.6963002] 2025-12-04T10:09:39.9828715Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:39.9838786Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_static_cuda_launcher.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:39.983158] 2025-12-04T10:09:51.7284995Z 2025-12-04T10:09:51.7286253Z inductor/test_static_cuda_launcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_static_cuda_launcher_1.1_5ca55c5b9e687de2_.log 2025-12-04T10:09:51.7287163Z 2025-12-04T10:09:51.7287502Z Finished inductor/test_static_cuda_launcher 1/1 ... [2025-12-04 10:09:51.726159][2183.4428316], took 0.20min 2025-12-04T10:09:51.7357272Z Running dynamo/test_utils 1/1 ... [2025-12-04 10:09:51.728653][2183.4499681] 2025-12-04T10:09:51.7357785Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:51.7363756Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:51.728653] 2025-12-04T10:09:56.7756420Z 2025-12-04T10:09:56.7757448Z dynamo/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_utils_1.1_6ab40d407ca1ab1f_.log 2025-12-04T10:09:56.7758108Z 2025-12-04T10:09:56.7758399Z Finished dynamo/test_utils 1/1 ... [2025-12-04 10:09:56.762429][2188.4902578], took 0.08min 2025-12-04T10:09:56.7829962Z Running dynamo/test_frame_init 1/1 ... [2025-12-04 10:09:56.778207][2188.4974896] 2025-12-04T10:09:56.7830499Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:09:56.7836092Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:09:56.778207] 2025-12-04T10:10:01.7500133Z 2025-12-04T10:10:01.7501265Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_070618b66d6d9b71_.log 2025-12-04T10:10:01.7501939Z 2025-12-04T10:10:01.7502218Z Finished dynamo/test_frame_init 1/1 ... [2025-12-04 10:10:01.745044][2193.4648553], took 0.08min 2025-12-04T10:10:01.7570049Z Running inductor/test_decompose_mem_bound_mm 1/1 ... [2025-12-04 10:10:01.755234][2193.4718104] 2025-12-04T10:10:01.7570608Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:01.7576747Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_decompose_mem_bound_mm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:01.755234] 2025-12-04T10:10:13.7524375Z 2025-12-04T10:10:13.7525519Z inductor/test_decompose_mem_bound_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_decompose_mem_bound_mm_1.1_f555bded63db2d36_.log 2025-12-04T10:10:13.7526417Z 2025-12-04T10:10:13.7526758Z Finished inductor/test_decompose_mem_bound_mm 1/1 ... [2025-12-04 10:10:13.752034][2205.4679434], took 0.20min 2025-12-04T10:10:13.7603196Z Running inductor/test_helion_kernels 1/1 ... [2025-12-04 10:10:13.760190][2205.4757553] 2025-12-04T10:10:13.7603806Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:13.7618205Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_helion_kernels.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:13.761553] 2025-12-04T10:10:25.3673086Z 2025-12-04T10:10:25.3674345Z inductor/test_helion_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_helion_kernels_1.1_df5b34f1af26b096_.log 2025-12-04T10:10:25.3675113Z 2025-12-04T10:10:25.3675432Z Finished inductor/test_helion_kernels 1/1 ... [2025-12-04 10:10:25.367000][2217.0833804], took 0.19min 2025-12-04T10:10:25.3782066Z Running inductor/test_compiled_optimizers 1/1 ... [2025-12-04 10:10:25.377389][2217.093972] 2025-12-04T10:10:25.3782651Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:25.3790673Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:25.378664] 2025-12-04T10:10:39.3601252Z 2025-12-04T10:10:39.3602394Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_c097168806f3c398_.log 2025-12-04T10:10:39.3603364Z 2025-12-04T10:10:39.3603735Z Finished inductor/test_compiled_optimizers 1/1 ... [2025-12-04 10:10:39.359999][2231.0767545], took 0.23min 2025-12-04T10:10:39.3686375Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-12-04 10:10:39.368197][2231.085189] 2025-12-04T10:10:39.3686954Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:39.3694906Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:39.369224] 2025-12-04T10:10:51.5112367Z 2025-12-04T10:10:51.5113377Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_2b4cff0d82aa83ea_.log 2025-12-04T10:10:51.5114188Z 2025-12-04T10:10:51.5114531Z Finished inductor/test_split_cat_fx_passes 1/1 ... [2025-12-04 10:10:51.509756][2243.2284106], took 0.20min 2025-12-04T10:10:51.5184276Z Running dynamo/test_view 1/1 ... [2025-12-04 10:10:51.509756][2243.2355484] 2025-12-04T10:10:51.5184727Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:51.5190965Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_view.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:51.509756] 2025-12-04T10:10:56.2064844Z 2025-12-04T10:10:56.2065953Z dynamo/test_view 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_view_1.1_b48bb480664d7d58_.log 2025-12-04T10:10:56.2066982Z 2025-12-04T10:10:56.2067270Z Finished dynamo/test_view 1/1 ... [2025-12-04 10:10:56.190875][2247.9238392], took 0.08min 2025-12-04T10:10:56.2140370Z Running export/test_cpp_serdes 1/1 ... [2025-12-04 10:10:56.213777][2247.9312954] 2025-12-04T10:10:56.2140897Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:10:56.2153516Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_cpp_serdes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:10:56.215060] 2025-12-04T10:11:08.4338700Z 2025-12-04T10:11:08.4339914Z export/test_cpp_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_cpp_serdes_1.1_f7908b03297ba556_.log 2025-12-04T10:11:08.4340630Z 2025-12-04T10:11:08.4340938Z Finished export/test_cpp_serdes 1/1 ... [2025-12-04 10:11:08.433704][2260.1516677], took 0.20min 2025-12-04T10:11:08.4413485Z Running dynamo/test_pre_dispatch 1/1 ... [2025-12-04 10:11:08.440780][2260.1590501] 2025-12-04T10:11:08.4413973Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:08.4420327Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_pre_dispatch.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:08.441420] 2025-12-04T10:11:13.2069867Z 2025-12-04T10:11:13.2071180Z dynamo/test_pre_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_pre_dispatch_1.1_28c4fb5f8d74e504_.log 2025-12-04T10:11:13.2071883Z 2025-12-04T10:11:13.2072213Z Finished dynamo/test_pre_dispatch 1/1 ... [2025-12-04 10:11:13.198767][2264.9249539], took 0.08min 2025-12-04T10:11:13.2142129Z Running dynamo/test_config 1/1 ... [2025-12-04 10:11:13.198767][2264.9321172] 2025-12-04T10:11:13.2142790Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:13.2149274Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_config.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:13.214547] 2025-12-04T10:11:18.3007199Z 2025-12-04T10:11:18.3008125Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_b88b9ae0a1b845aa_.log 2025-12-04T10:11:18.3008770Z 2025-12-04T10:11:18.3009070Z Finished dynamo/test_config 1/1 ... [2025-12-04 10:11:18.300500][2270.0188652], took 0.08min 2025-12-04T10:11:18.3088725Z Running inductor/test_memory 1/1 ... [2025-12-04 10:11:18.308235][2270.0269272] 2025-12-04T10:11:18.3089353Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:18.3095836Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_memory.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:18.308885] 2025-12-04T10:11:30.1899250Z 2025-12-04T10:11:30.1900215Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_5d6e0a8539d11ba1_.log 2025-12-04T10:11:30.1900873Z 2025-12-04T10:11:30.1901192Z Finished inductor/test_memory 1/1 ... [2025-12-04 10:11:30.181578][2281.9084443], took 0.20min 2025-12-04T10:11:30.1980537Z Running inductor/test_dependencies 1/1 ... [2025-12-04 10:11:30.197896][2281.9164826] 2025-12-04T10:11:30.1981070Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:30.2011841Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_dependencies.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:30.198632] 2025-12-04T10:11:42.4996853Z 2025-12-04T10:11:42.4997750Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_8da87841f56e8223_.log 2025-12-04T10:11:42.4998561Z 2025-12-04T10:11:42.4998998Z Finished inductor/test_dependencies 1/1 ... [2025-12-04 10:11:42.499219][2294.2185779], took 0.21min 2025-12-04T10:11:42.5074076Z Running dynamo/test_graph_region_tracker 1/1 ... [2025-12-04 10:11:42.506870][2294.2261919] 2025-12-04T10:11:42.5074743Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:42.5080922Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_graph_region_tracker.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:42.507529] 2025-12-04T10:11:47.7616818Z 2025-12-04T10:11:47.7617771Z dynamo/test_graph_region_tracker 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_graph_region_tracker_1.1_148158291038ecdb_.log 2025-12-04T10:11:47.7618514Z 2025-12-04T10:11:47.7618863Z Finished dynamo/test_graph_region_tracker 1/1 ... [2025-12-04 10:11:47.760602][2299.4807149], took 0.09min 2025-12-04T10:11:47.7692738Z Running inductor/test_unbacked_symints 1/1 ... [2025-12-04 10:11:47.762252][2299.4882119] 2025-12-04T10:11:47.7693288Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:47.7699295Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_unbacked_symints.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:47.762252] 2025-12-04T10:11:59.7074963Z 2025-12-04T10:11:59.7076374Z inductor/test_unbacked_symints 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_unbacked_symints_1.1_c7ce37613775d868_.log 2025-12-04T10:11:59.7077155Z 2025-12-04T10:11:59.7077478Z Finished inductor/test_unbacked_symints 1/1 ... [2025-12-04 10:11:59.706956][2311.4268544], took 0.20min 2025-12-04T10:11:59.7151633Z Running dynamo/test_install_free_tensors 1/1 ... [2025-12-04 10:11:59.715005][2311.4344465] 2025-12-04T10:11:59.7152147Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:11:59.7158612Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_install_free_tensors.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:11:59.715627] 2025-12-04T10:12:04.9522354Z 2025-12-04T10:12:04.9523554Z dynamo/test_install_free_tensors 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_install_free_tensors_1.1_c7b4b39039459d63_.log 2025-12-04T10:12:04.9524318Z 2025-12-04T10:12:04.9524680Z Finished dynamo/test_install_free_tensors 1/1 ... [2025-12-04 10:12:04.952155][2316.6717262], took 0.09min 2025-12-04T10:12:04.9598590Z Running dynamo/test_cudagraphs 1/1 ... [2025-12-04 10:12:04.959670][2316.679229] 2025-12-04T10:12:04.9599096Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:04.9605576Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:04.960298] 2025-12-04T10:12:10.4142376Z 2025-12-04T10:12:10.4143391Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_8205df7ef9760175_.log 2025-12-04T10:12:10.4144058Z 2025-12-04T10:12:10.4144350Z Finished dynamo/test_cudagraphs 1/1 ... [2025-12-04 10:12:10.410193][2322.1338565], took 0.09min 2025-12-04T10:12:10.4216341Z Running dynamo/test_compile 1/1 ... [2025-12-04 10:12:10.410193][2322.141161] 2025-12-04T10:12:10.4216853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:10.4222744Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_compile.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:10.410193] 2025-12-04T10:12:15.6195876Z 2025-12-04T10:12:15.6197108Z dynamo/test_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_compile_1.1_73971a8198855073_.log 2025-12-04T10:12:15.6197770Z 2025-12-04T10:12:15.6198078Z Finished dynamo/test_compile 1/1 ... [2025-12-04 10:12:15.617654][2327.3393262], took 0.09min 2025-12-04T10:12:15.6269046Z Running inductor/test_split_cat_fx_aten_passes 1/1 ... [2025-12-04 10:12:15.617654][2327.3465487] 2025-12-04T10:12:15.6269633Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:15.6275588Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_split_cat_fx_aten_passes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:15.617654] 2025-12-04T10:12:27.2186395Z 2025-12-04T10:12:27.2187570Z inductor/test_split_cat_fx_aten_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_aten_passes_1.1_b7bf3542bc5e4468_.log 2025-12-04T10:12:27.2188366Z 2025-12-04T10:12:27.2188704Z Finished inductor/test_split_cat_fx_aten_passes 1/1 ... [2025-12-04 10:12:27.215673][2338.9386301], took 0.19min 2025-12-04T10:12:27.2260608Z Running inductor/test_augmented_graph_helper 1/1 ... [2025-12-04 10:12:27.220864][2338.9459895] 2025-12-04T10:12:27.2261160Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:27.2267787Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_augmented_graph_helper.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:27.220864] 2025-12-04T10:12:32.2911698Z 2025-12-04T10:12:32.2913153Z inductor/test_augmented_graph_helper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_augmented_graph_helper_1.1_f52b974b6f9d245c_.log 2025-12-04T10:12:32.2914052Z 2025-12-04T10:12:32.2914501Z Finished inductor/test_augmented_graph_helper 1/1 ... [2025-12-04 10:12:32.290610][2344.0112891], took 0.08min 2025-12-04T10:12:32.2992686Z Running dynamo/test_modes 1/1 ... [2025-12-04 10:12:32.299067][2344.0192883] 2025-12-04T10:12:32.2993193Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:32.2999312Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_modes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:32.299067] 2025-12-04T10:12:44.0136934Z 2025-12-04T10:12:44.0138142Z dynamo/test_modes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modes_1.1_9e3a9f0071a58cba_.log 2025-12-04T10:12:44.0138818Z 2025-12-04T10:12:44.0139080Z Finished dynamo/test_modes 1/1 ... [2025-12-04 10:12:44.013491][2355.734043], took 0.20min 2025-12-04T10:12:44.0215895Z Running dynamo/test_base_hop 1/1 ... [2025-12-04 10:12:44.020777][2355.7418421] 2025-12-04T10:12:44.0216410Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:44.0227359Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_base_hop.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:44.022475] 2025-12-04T10:12:49.2520697Z 2025-12-04T10:12:49.2521727Z dynamo/test_base_hop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_hop_1.1_4ad04c91753e56d4_.log 2025-12-04T10:12:49.2522443Z 2025-12-04T10:12:49.2596296Z Finished dynamo/test_base_hop 1/1 ... [2025-12-04 10:12:49.250797][2360.9725146], took 0.09min 2025-12-04T10:12:49.2596953Z Running inductor/test_torchbind 1/1 ... [2025-12-04 10:12:49.259240][2360.9799779] 2025-12-04T10:12:49.2597431Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:12:49.2602943Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_torchbind.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:12:49.259240] 2025-12-04T10:13:00.9118341Z 2025-12-04T10:13:00.9119414Z inductor/test_torchbind 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchbind_1.1_ceaebf73b5611a17_.log 2025-12-04T10:13:00.9120209Z 2025-12-04T10:13:00.9120617Z Finished inductor/test_torchbind 1/1 ... [2025-12-04 10:13:00.911395][2372.6324905], took 0.19min 2025-12-04T10:13:00.9200469Z Running inductor/test_fxir_backend 1/1 ... [2025-12-04 10:13:00.919915][2372.6406125] 2025-12-04T10:13:00.9201099Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:00.9207604Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_fxir_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:00.920283] 2025-12-04T10:13:12.8390707Z 2025-12-04T10:13:12.8391911Z inductor/test_fxir_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fxir_backend_1.1_55f46f81a957d436_.log 2025-12-04T10:13:12.8398339Z 2025-12-04T10:13:12.8398656Z Finished inductor/test_fxir_backend 1/1 ... [2025-12-04 10:13:12.838714][2384.5599275], took 0.20min 2025-12-04T10:13:12.8475642Z Running dynamo/test_flat_apply 1/1 ... [2025-12-04 10:13:12.847277][2384.5683269] 2025-12-04T10:13:12.8476136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:12.8482226Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_flat_apply.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:12.847277] 2025-12-04T10:13:18.1720451Z 2025-12-04T10:13:18.1721580Z dynamo/test_flat_apply 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_flat_apply_1.1_95e5c0adb894f76f_.log 2025-12-04T10:13:18.1722368Z 2025-12-04T10:13:18.1723258Z Finished dynamo/test_flat_apply 1/1 ... [2025-12-04 10:13:18.172158][2389.8931429], took 0.09min 2025-12-04T10:13:18.1847256Z Running dynamo/test_structured_trace 1/1 ... [2025-12-04 10:13:18.182778][2389.9056106] 2025-12-04T10:13:18.1847784Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:18.1853945Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_structured_trace.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:18.182778] 2025-12-04T10:13:29.9785660Z 2025-12-04T10:13:29.9786904Z dynamo/test_structured_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_structured_trace_1.1_0d33d6af2fce3190_.log 2025-12-04T10:13:29.9787649Z 2025-12-04T10:13:29.9787988Z Finished dynamo/test_structured_trace 1/1 ... [2025-12-04 10:13:29.978288][2401.6997085], took 0.20min 2025-12-04T10:13:29.9866595Z Running export/test_nativert 1/1 ... [2025-12-04 10:13:29.985883][2401.7075762] 2025-12-04T10:13:29.9867160Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:29.9873760Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_nativert.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:29.987059] 2025-12-04T10:13:42.0055942Z 2025-12-04T10:13:42.0056908Z export/test_nativert 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_nativert_1.1_2f83c82d16f5ed50_.log 2025-12-04T10:13:42.0068074Z 2025-12-04T10:13:42.0161316Z Finished export/test_nativert 1/1 ... [2025-12-04 10:13:41.992332][2413.7268932], took 0.20min 2025-12-04T10:13:42.0161929Z Running dynamo/test_torchrec 1/1 ... [2025-12-04 10:13:42.015320][2413.737157] 2025-12-04T10:13:42.0162404Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:42.0170110Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_torchrec.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:42.016605] 2025-12-04T10:13:47.2840481Z 2025-12-04T10:13:47.2841687Z dynamo/test_torchrec 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_torchrec_1.1_4723856425426d55_.log 2025-12-04T10:13:47.2842334Z 2025-12-04T10:13:47.2842613Z Finished dynamo/test_torchrec 1/1 ... [2025-12-04 10:13:47.277405][2419.0054282], took 0.09min 2025-12-04T10:13:47.2916263Z Running dynamo/test_trace_rules 1/1 ... [2025-12-04 10:13:47.277405][2419.012903] 2025-12-04T10:13:47.2916761Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:47.2922662Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_trace_rules.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:47.277405] 2025-12-04T10:13:52.2165852Z 2025-12-04T10:13:52.2166785Z dynamo/test_trace_rules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_trace_rules_1.1_4a65ba7048cedad6_.log 2025-12-04T10:13:52.2167453Z 2025-12-04T10:13:52.2167733Z Finished dynamo/test_trace_rules 1/1 ... [2025-12-04 10:13:52.207901][2423.9380213], took 0.08min 2025-12-04T10:13:52.2246603Z Running dynamo/test_subclasses 1/1 ... [2025-12-04 10:13:52.224313][2423.9460224] 2025-12-04T10:13:52.2247082Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:13:52.2255595Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_subclasses.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:13:52.224958] 2025-12-04T10:14:03.9714410Z 2025-12-04T10:14:03.9715302Z dynamo/test_subclasses 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subclasses_1.1_5187c33215bc918f_.log 2025-12-04T10:14:03.9715985Z 2025-12-04T10:14:03.9716268Z Finished dynamo/test_subclasses 1/1 ... [2025-12-04 10:14:03.971338][2435.6930395], took 0.20min 2025-12-04T10:14:03.9791760Z Running export/test_sparse 2/2 ... [2025-12-04 10:14:03.979004][2435.7007031] 2025-12-04T10:14:03.9792199Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:03.9798804Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_sparse.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:03.979641] 2025-12-04T10:14:09.4204413Z 2025-12-04T10:14:09.4205236Z export/test_sparse 2/2 was successful, full logs can be found in artifacts with path test/test-reports/export.test_sparse_2.2_5e635c33e57ed14f_.log 2025-12-04T10:14:09.4205962Z Running 0 items in this shard: 2025-12-04T10:14:09.4206159Z 2025-12-04T10:14:09.4206419Z Finished export/test_sparse 2/2 ... [2025-12-04 10:14:09.415288][2441.1421057], took 0.09min 2025-12-04T10:14:09.7626936Z Running export/test_draft_export 1/1 ... [2025-12-04 10:14:09.762238][2441.4842112] 2025-12-04T10:14:09.7630046Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:09.7633888Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_draft_export.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:09.762934] 2025-12-04T10:14:09.7635859Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\export.test_sparse\export.test_sparse-d9e08117c7ee6a65.xml 2025-12-04T10:14:15.2680814Z 2025-12-04T10:14:15.2681762Z export/test_draft_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_draft_export_1.1_d647facd1ee16ad7_.log 2025-12-04T10:14:15.2682539Z Running 0 items in this shard: 2025-12-04T10:14:15.2682745Z 2025-12-04T10:14:15.2683026Z Finished export/test_draft_export 1/1 ... [2025-12-04 10:14:15.258957][2446.9898321], took 0.09min 2025-12-04T10:14:15.3098056Z Running dynamo/test_comptime 1/1 ... [2025-12-04 10:14:15.309273][2447.0313981] 2025-12-04T10:14:15.3098561Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:15.3104700Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_comptime.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:15.309273] 2025-12-04T10:14:15.3106599Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\export.test_draft_export\export.test_draft_export-4754ffb976a9c3db.xml 2025-12-04T10:14:20.7847052Z 2025-12-04T10:14:20.7847957Z dynamo/test_comptime 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_comptime_1.1_03c5d931233db709_.log 2025-12-04T10:14:20.7848625Z 2025-12-04T10:14:20.7848897Z Finished dynamo/test_comptime 1/1 ... [2025-12-04 10:14:20.784368][2452.5064999], took 0.09min 2025-12-04T10:14:20.7950355Z Running functorch/test_rearrange 1/1 ... [2025-12-04 10:14:20.791364][2452.5167052] 2025-12-04T10:14:20.7950854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:20.7956914Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_rearrange.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:20.791364] 2025-12-04T10:14:26.1834658Z 2025-12-04T10:14:26.1835873Z functorch/test_rearrange 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_rearrange_1.1_d984ab2fceacf73b_.log 2025-12-04T10:14:26.1836777Z Running 0 items in this shard: 2025-12-04T10:14:26.1836986Z 2025-12-04T10:14:26.1837279Z Finished functorch/test_rearrange 1/1 ... [2025-12-04 10:14:26.182984][2457.9053452], took 0.09min 2025-12-04T10:14:26.4627227Z Running functorch/test_parsing 1/1 ... [2025-12-04 10:14:26.461435][2458.1844389] 2025-12-04T10:14:26.4627715Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:26.4633931Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_parsing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:26.461435] 2025-12-04T10:14:26.4635769Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_rearrange\functorch.test_rearrange-3654973c6645fdce.xml 2025-12-04T10:14:31.5906626Z 2025-12-04T10:14:31.5907574Z functorch/test_parsing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_parsing_1.1_2362e5d5b2c94afb_.log 2025-12-04T10:14:31.5908376Z Running 0 items in this shard: 2025-12-04T10:14:31.5908568Z 2025-12-04T10:14:31.5908840Z Finished functorch/test_parsing 1/1 ... [2025-12-04 10:14:31.590437][2463.3125918], took 0.09min 2025-12-04T10:14:31.6332178Z Running test_package 1/1 ... [2025-12-04 10:14:31.617780][2463.3549776] 2025-12-04T10:14:31.6332808Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:31.6340948Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_package.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:31.633558] 2025-12-04T10:14:31.6342982Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_parsing\functorch.test_parsing-2a295f58194e3922.xml 2025-12-04T10:14:37.1876053Z 2025-12-04T10:14:37.1876844Z test_package 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_package_1.1_11ee7b887142289c_.log 2025-12-04T10:14:37.1877713Z Running 0 items in this shard: 2025-12-04T10:14:37.1878925Z 2025-12-04T10:14:37.1879446Z Finished test_package 1/1 ... [2025-12-04 10:14:37.187561][2468.9096204], took 0.09min 2025-12-04T10:14:37.2321803Z Running profiler/test_profiler 1/1 ... [2025-12-04 10:14:37.231373][2468.9538439] 2025-12-04T10:14:37.2322304Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:37.2327487Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_profiler.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:37.232014] 2025-12-04T10:14:37.2329382Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_package\test_package-d8767218373a5181.xml 2025-12-04T10:14:43.3631534Z 2025-12-04T10:14:43.3632555Z profiler/test_profiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_profiler_1.1_661ea8aa4f4a09a9_.log 2025-12-04T10:14:43.3633621Z Running 0 items in this shard: 2025-12-04T10:14:43.3633819Z 2025-12-04T10:14:43.3634168Z Finished profiler/test_profiler 1/1 ... [2025-12-04 10:14:43.362785][2475.085203], took 0.10min 2025-12-04T10:14:43.6614279Z Running test_mkl_verbose 1/1 ... [2025-12-04 10:14:43.658917][2475.3833233] 2025-12-04T10:14:43.6614771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:43.6620774Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkl_verbose.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:43.658917] 2025-12-04T10:14:43.6622521Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_profiler\profiler.test_profiler-a1226631d317f840.xml 2025-12-04T10:14:48.6680505Z 2025-12-04T10:14:48.6682334Z test_mkl_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkl_verbose_1.1_3c1d5a5ea1e61f9b_.log 2025-12-04T10:14:48.6683086Z Running 0 items in this shard: 2025-12-04T10:14:48.6683261Z 2025-12-04T10:14:48.6683500Z Finished test_mkl_verbose 1/1 ... [2025-12-04 10:14:48.667772][2480.3901521], took 0.08min 2025-12-04T10:14:48.7219021Z Running test_comparison_utils 1/1 ... [2025-12-04 10:14:48.721699][2480.4438107] 2025-12-04T10:14:48.7219522Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:48.7225251Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_comparison_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:48.721848] 2025-12-04T10:14:48.7227074Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkl_verbose\test_mkl_verbose-0eea09dee2f4ff16.xml 2025-12-04T10:14:53.8903571Z 2025-12-04T10:14:53.8904545Z test_comparison_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_comparison_utils_1.1_5e6765f96f39a10a_.log 2025-12-04T10:14:53.8905283Z Running 0 items in this shard: 2025-12-04T10:14:53.8905548Z 2025-12-04T10:14:53.8906130Z Finished test_comparison_utils 1/1 ... [2025-12-04 10:14:53.889870][2485.6125081], took 0.09min 2025-12-04T10:14:53.9615121Z Running functorch/test_ac_logging 1/1 ... [2025-12-04 10:14:53.960692][2485.6835134] 2025-12-04T10:14:53.9615615Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:53.9621486Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ac_logging.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:53.960692] 2025-12-04T10:14:53.9623297Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_comparison_utils\test_comparison_utils-a8672947a9ec1747.xml 2025-12-04T10:14:59.0334225Z 2025-12-04T10:14:59.0335193Z functorch/test_ac_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_logging_1.1_7fa872fccde40b44_.log 2025-12-04T10:14:59.0335978Z Running 0 items in this shard: 2025-12-04T10:14:59.0336163Z 2025-12-04T10:14:59.0336440Z Finished functorch/test_ac_logging 1/1 ... [2025-12-04 10:14:59.033088][2490.7556275], took 0.08min 2025-12-04T10:14:59.0773459Z Running test_mkldnn_verbose 1/1 ... [2025-12-04 10:14:59.073144][2490.799409] 2025-12-04T10:14:59.0773931Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:14:59.0791357Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:14:59.073144] 2025-12-04T10:14:59.0793430Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ac_logging\functorch.test_ac_logging-e1bfabf450a4d5fd.xml 2025-12-04T10:15:04.2681460Z 2025-12-04T10:15:04.2682427Z test_mkldnn_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_verbose_1.1_96475f674000eacb_.log 2025-12-04T10:15:04.2683136Z Running 0 items in this shard: 2025-12-04T10:15:04.2683323Z 2025-12-04T10:15:04.2683642Z Finished test_mkldnn_verbose 1/1 ... [2025-12-04 10:15:04.267408][2495.9903879], took 0.09min 2025-12-04T10:15:04.3088250Z Running test_utils_config_module 1/1 ... [2025-12-04 10:15:04.308225][2496.030915] 2025-12-04T10:15:04.3088859Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:04.3098696Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_utils_config_module.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:04.309522] 2025-12-04T10:15:04.3100544Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkldnn_verbose\test_mkldnn_verbose-4c0c191bc947854e.xml 2025-12-04T10:15:09.4190847Z 2025-12-04T10:15:09.4191738Z test_utils_config_module 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_utils_config_module_1.1_af9e53db67bb175e_.log 2025-12-04T10:15:09.4192506Z Running 0 items in this shard: 2025-12-04T10:15:09.4192683Z 2025-12-04T10:15:09.4192979Z Finished test_utils_config_module 1/1 ... [2025-12-04 10:15:09.408516][2501.141372], took 0.09min 2025-12-04T10:15:09.4646698Z Running test_hop_infra 1/1 ... [2025-12-04 10:15:09.458690][2501.1868308] 2025-12-04T10:15:09.4647116Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:09.4653628Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_hop_infra.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:09.458690] 2025-12-04T10:15:09.4655442Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_utils_config_module\test_utils_config_module-d7ce24b7bc472d8a.xml 2025-12-04T10:15:16.1339577Z 2025-12-04T10:15:16.1340423Z test_hop_infra 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_hop_infra_1.1_45b43731e8254f64_.log 2025-12-04T10:15:16.1341130Z Running 0 items in this shard: 2025-12-04T10:15:16.1341315Z 2025-12-04T10:15:16.1341557Z Finished test_hop_infra 1/1 ... [2025-12-04 10:15:16.125091][2507.8563044], took 0.11min 2025-12-04T10:15:16.4929138Z Running test_license 1/1 ... [2025-12-04 10:15:16.492456][2508.2151183] 2025-12-04T10:15:16.4929565Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:16.4936022Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_license.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:16.492456] 2025-12-04T10:15:16.4937683Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_hop_infra\test_hop_infra-7ecef4786ee232c2.xml 2025-12-04T10:15:21.6107490Z 2025-12-04T10:15:21.6108437Z test_license 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_license_1.1_c5408d9ef29f50d3_.log 2025-12-04T10:15:21.6109110Z Running 0 items in this shard: 2025-12-04T10:15:21.6109290Z 2025-12-04T10:15:21.6109530Z Finished test_license 1/1 ... [2025-12-04 10:15:21.610635][2513.3331439], took 0.09min 2025-12-04T10:15:21.6910499Z Running test_ao_sparsity 1/1 ... [2025-12-04 10:15:21.690831][2513.4132733] 2025-12-04T10:15:21.6910966Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:21.6916896Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ao_sparsity.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:21.691455] 2025-12-04T10:15:21.6918543Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_license\test_license-3106e5c901ec0ff7.xml 2025-12-04T10:15:27.3919437Z 2025-12-04T10:15:27.3920876Z test_ao_sparsity 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_ao_sparsity_1.1_1180d48938d1d4e3_.log 2025-12-04T10:15:27.3921693Z Running 0 items in this shard: 2025-12-04T10:15:27.3921931Z 2025-12-04T10:15:27.3922172Z Finished test_ao_sparsity 1/1 ... [2025-12-04 10:15:27.391464][2519.1143764], took 0.10min 2025-12-04T10:15:27.4467207Z Running test_autoload 1/1 ... [2025-12-04 10:15:27.440127][2519.169011] 2025-12-04T10:15:27.4467656Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:27.4473528Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_autoload.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:27.440127] 2025-12-04T10:15:27.4475245Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ao_sparsity\test_ao_sparsity-054e65e6c0fdd07c.xml 2025-12-04T10:15:32.5572072Z 2025-12-04T10:15:32.5572994Z test_autoload 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_autoload_1.1_bf9a026988cd3073_.log 2025-12-04T10:15:32.5573666Z Running 0 items in this shard: 2025-12-04T10:15:32.5573852Z 2025-12-04T10:15:32.5574083Z Finished test_autoload 1/1 ... [2025-12-04 10:15:32.555467][2524.279684], took 0.09min 2025-12-04T10:15:32.6242374Z Running nn/attention/test_open_registry 1/1 ... [2025-12-04 10:15:32.623940][2524.3465528] 2025-12-04T10:15:32.6242907Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:32.6248962Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/attention/test_open_registry.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:32.624567] 2025-12-04T10:15:32.6250831Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_autoload\test_autoload-ccc6c2fc0b8e8360.xml 2025-12-04T10:15:37.9877025Z 2025-12-04T10:15:37.9878014Z nn/attention/test_open_registry 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_open_registry_1.1_f1319e81c1e58f77_.log 2025-12-04T10:15:37.9878847Z Running 0 items in this shard: 2025-12-04T10:15:37.9879020Z 2025-12-04T10:15:37.9879333Z Finished nn/attention/test_open_registry 1/1 ... [2025-12-04 10:15:37.987183][2529.7102109], took 0.09min 2025-12-04T10:15:38.0443808Z Running test_as_strided 1/1 ... [2025-12-04 10:15:38.041242][2529.766741] 2025-12-04T10:15:38.0444243Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:38.0450250Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_as_strided.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:38.041242] 2025-12-04T10:15:38.0452081Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.attention.test_open_registry\nn.attention.test_open_registry-afd0964a70789b86.xml 2025-12-04T10:15:43.4462221Z 2025-12-04T10:15:43.4463076Z test_as_strided 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_as_strided_1.1_9eca0a974b494bdb_.log 2025-12-04T10:15:43.4463760Z Running 0 items in this shard: 2025-12-04T10:15:43.4463936Z 2025-12-04T10:15:43.4464165Z Finished test_as_strided 1/1 ... [2025-12-04 10:15:43.446028][2535.1686296], took 0.09min 2025-12-04T10:15:43.4990492Z Running test_foreach 1/1 ... [2025-12-04 10:15:43.498312][2535.2212762] 2025-12-04T10:15:43.4990962Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:15:43.4997039Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_foreach.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:15:43.498964] 2025-12-04T10:15:43.4998832Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_as_strided\test_as_strided-f19587d07976c549.xml 2025-12-04T10:16:05.9871856Z 2025-12-04T10:16:05.9872761Z test_foreach 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_foreach_1.1_ef7693c0a6e48fcf_.log 2025-12-04T10:16:05.9873458Z Running 0 items in this shard: 2025-12-04T10:16:05.9873675Z 2025-12-04T10:16:05.9873933Z Finished test_foreach 1/1 ... [2025-12-04 10:16:05.986856][2557.7098818], took 0.37min 2025-12-04T10:16:06.3304078Z Running test_proxy_tensor 1/2 ... [2025-12-04 10:16:06.330186][2558.0529389] 2025-12-04T10:16:06.3304562Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:06.3310740Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_proxy_tensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:06.330889] 2025-12-04T10:16:06.3312470Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_foreach\test_foreach-07926f9bff4f87d4.xml 2025-12-04T10:16:22.8820781Z 2025-12-04T10:16:22.8821794Z test_proxy_tensor 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_proxy_tensor_1.2_bfd4f49808621d9e_.log 2025-12-04T10:16:22.8822591Z Running 0 items in this shard: 2025-12-04T10:16:22.8822804Z 2025-12-04T10:16:22.8823071Z Finished test_proxy_tensor 1/2 ... [2025-12-04 10:16:22.870397][2574.6048834], took 0.28min 2025-12-04T10:16:23.2134411Z Running nn/attention/test_fa4 1/1 ... [2025-12-04 10:16:23.205577][2574.9360534] 2025-12-04T10:16:23.2134917Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:23.2140584Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/attention/test_fa4.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:23.205577] 2025-12-04T10:16:23.2142356Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_proxy_tensor\test_proxy_tensor-9de0a5a63a80c1ec.xml 2025-12-04T10:16:28.6739239Z 2025-12-04T10:16:28.6741712Z nn/attention/test_fa4 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_fa4_1.1_275434daabb196b4_.log 2025-12-04T10:16:28.6742536Z Running 0 items in this shard: 2025-12-04T10:16:28.6742733Z 2025-12-04T10:16:28.6743008Z Finished nn/attention/test_fa4 1/1 ... [2025-12-04 10:16:28.673418][2580.3967584], took 0.09min 2025-12-04T10:16:28.7271412Z Running test_fx_passes 1/1 ... [2025-12-04 10:16:28.720228][2580.4498182] 2025-12-04T10:16:28.7271882Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:28.7277561Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_fx_passes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:28.720228] 2025-12-04T10:16:28.7279342Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.attention.test_fa4\nn.attention.test_fa4-03d734dcf9a6b5a2.xml 2025-12-04T10:16:34.0419714Z 2025-12-04T10:16:34.0420812Z test_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_fx_passes_1.1_04a06997d39e13c3_.log 2025-12-04T10:16:34.0421527Z Running 0 items in this shard: 2025-12-04T10:16:34.0421744Z 2025-12-04T10:16:34.0421988Z Finished test_fx_passes 1/1 ... [2025-12-04 10:16:34.041005][2585.7648414], took 0.09min 2025-12-04T10:16:34.0939493Z Running functorch/test_logging 1/1 ... [2025-12-04 10:16:34.091637][2585.8166424] 2025-12-04T10:16:34.0939997Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:34.0946035Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_logging.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:34.091637] 2025-12-04T10:16:34.0947998Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_fx_passes\test_fx_passes-d3cb95ea8b0354a9.xml 2025-12-04T10:16:39.2957586Z 2025-12-04T10:16:39.2958589Z functorch/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_logging_1.1_e1da84d27cf714de_.log 2025-12-04T10:16:39.2959415Z Running 0 items in this shard: 2025-12-04T10:16:39.2959619Z 2025-12-04T10:16:39.2959906Z Finished functorch/test_logging 1/1 ... [2025-12-04 10:16:39.289964][2591.0186392], took 0.09min 2025-12-04T10:16:39.3449299Z Running test_namedtensor 1/1 ... [2025-12-04 10:16:39.330291][2591.0676444] 2025-12-04T10:16:39.3449819Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:39.3455746Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_namedtensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:39.330291] 2025-12-04T10:16:39.3457581Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_logging\functorch.test_logging-5ca0adba4178ecb2.xml 2025-12-04T10:16:45.3393260Z 2025-12-04T10:16:45.3394237Z test_namedtensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_namedtensor_1.1_1e71d1e6d71b3b25_.log 2025-12-04T10:16:45.3394991Z Running 0 items in this shard: 2025-12-04T10:16:45.3395176Z 2025-12-04T10:16:45.3395459Z Finished test_namedtensor 1/1 ... [2025-12-04 10:16:45.335896][2597.0622398], took 0.10min 2025-12-04T10:16:45.6244342Z Running functorch/test_minifier 1/1 ... [2025-12-04 10:16:45.623707][2597.3471511] 2025-12-04T10:16:45.6244893Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:45.6250923Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_minifier.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:45.624869] 2025-12-04T10:16:45.6252789Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_namedtensor\test_namedtensor-895189dfdb03946a.xml 2025-12-04T10:16:51.1886031Z 2025-12-04T10:16:51.1887049Z functorch/test_minifier 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_minifier_1.1_eae89da0867da10b_.log 2025-12-04T10:16:51.1887881Z Running 0 items in this shard: 2025-12-04T10:16:51.1888067Z 2025-12-04T10:16:51.1888386Z Finished functorch/test_minifier 1/1 ... [2025-12-04 10:16:51.188476][2602.9115478], took 0.09min 2025-12-04T10:16:51.2397110Z Running higher_order_ops/test_invoke_quant 1/1 ... [2025-12-04 10:16:51.239399][2602.9625127] 2025-12-04T10:16:51.2397940Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:16:51.2403537Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_invoke_quant.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:16:51.240025] 2025-12-04T10:16:51.2405402Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_minifier\functorch.test_minifier-d5c1cf368915f37f.xml 2025-12-04T10:17:03.5371043Z 2025-12-04T10:17:03.5372158Z higher_order_ops/test_invoke_quant 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_invoke_quant_1.1_f3d260d386abf9f3_.log 2025-12-04T10:17:03.5373074Z Running 0 items in this shard: 2025-12-04T10:17:03.5373422Z 2025-12-04T10:17:03.5373767Z Finished higher_order_ops/test_invoke_quant 1/1 ... [2025-12-04 10:17:03.534220][2615.2601298], took 0.20min 2025-12-04T10:17:03.8479504Z Running torch_np/test_basic 1/1 ... [2025-12-04 10:17:03.842651][2615.5707759] 2025-12-04T10:17:03.8480023Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:03.8495531Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_basic.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:03.842651] 2025-12-04T10:17:03.8497435Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_invoke_quant\higher_order_ops.test_invoke_quant-37aaf7ef1ef0d4ca.xml 2025-12-04T10:17:10.6254271Z 2025-12-04T10:17:10.6255317Z torch_np/test_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_basic_1.1_b76fb15e5c7c9ed2_.log 2025-12-04T10:17:10.6256127Z Running 0 items in this shard: 2025-12-04T10:17:10.6256318Z 2025-12-04T10:17:10.6256586Z Finished torch_np/test_basic 1/1 ... [2025-12-04 10:17:10.624723][2622.34847], took 0.11min 2025-12-04T10:17:10.9681926Z Running test_native_functions 1/1 ... [2025-12-04 10:17:10.968023][2622.6910599] 2025-12-04T10:17:10.9682429Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:10.9688792Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_native_functions.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:10.968649] 2025-12-04T10:17:10.9690652Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_basic\torch_np.test_basic-37d62de5e235d8fd.xml 2025-12-04T10:17:15.9800500Z 2025-12-04T10:17:15.9801468Z test_native_functions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_native_functions_1.1_dcbbb7951d1104d1_.log 2025-12-04T10:17:15.9802241Z Running 0 items in this shard: 2025-12-04T10:17:15.9802433Z 2025-12-04T10:17:15.9802732Z Finished test_native_functions 1/1 ... [2025-12-04 10:17:15.975656][2627.7031136], took 0.08min 2025-12-04T10:17:16.0426555Z Running test_typing 1/1 ... [2025-12-04 10:17:16.034242][2627.7655915] 2025-12-04T10:17:16.0427014Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:16.0433032Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_typing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:16.034242] 2025-12-04T10:17:16.0435027Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_native_functions\test_native_functions-6ce64a031d2a3e08.xml 2025-12-04T10:17:21.1755025Z 2025-12-04T10:17:21.1756151Z test_typing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_typing_1.1_5600566a6d3d9f7d_.log 2025-12-04T10:17:21.1756884Z Running 0 items in this shard: 2025-12-04T10:17:21.1757167Z 2025-12-04T10:17:21.1757433Z Finished test_typing 1/1 ... [2025-12-04 10:17:21.175046][2632.8986014], took 0.09min 2025-12-04T10:17:21.2309280Z Running higher_order_ops/test_with_effects 1/1 ... [2025-12-04 10:17:21.230695][2632.9538449] 2025-12-04T10:17:21.2309858Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:21.2315743Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_with_effects.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:21.231314] 2025-12-04T10:17:21.2317652Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_typing\test_typing-4db381a04b6a659c.xml 2025-12-04T10:17:27.3795248Z 2025-12-04T10:17:27.3796352Z higher_order_ops/test_with_effects 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_with_effects_1.1_f3af462394c8aea7_.log 2025-12-04T10:17:27.3797258Z Running 0 items in this shard: 2025-12-04T10:17:27.3797450Z 2025-12-04T10:17:27.3797785Z Finished higher_order_ops/test_with_effects 1/1 ... [2025-12-04 10:17:27.379260][2639.1026339], took 0.10min 2025-12-04T10:17:27.7316762Z Running higher_order_ops/test_invoke_subgraph 1/1 ... [2025-12-04 10:17:27.731519][2639.4546676] 2025-12-04T10:17:27.7317319Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:27.7323699Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_invoke_subgraph.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:27.732139] 2025-12-04T10:17:27.7325679Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_with_effects\higher_order_ops.test_with_effects-4e2cede288cbce71.xml 2025-12-04T10:17:27.7326790Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T10:17:27.7327333Z Uploading artifacts took 0.00 seconds 2025-12-04T10:17:39.6925412Z 2025-12-04T10:17:39.6926574Z higher_order_ops/test_invoke_subgraph 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_invoke_subgraph_1.1_d2e30370515e3d16_.log 2025-12-04T10:17:39.6927772Z Running 0 items in this shard: 2025-12-04T10:17:39.6927993Z 2025-12-04T10:17:39.6928338Z Finished higher_order_ops/test_invoke_subgraph 1/1 ... [2025-12-04 10:17:39.689946][2651.4157243], took 0.20min 2025-12-04T10:17:39.9882573Z Running test_weak 1/1 ... [2025-12-04 10:17:39.987870][2651.7112482] 2025-12-04T10:17:39.9883032Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:39.9889078Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_weak.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:39.988490] 2025-12-04T10:17:39.9891053Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_invoke_subgraph\higher_order_ops.test_invoke_subgraph-faaac616da668b6d.xml 2025-12-04T10:17:45.2071284Z 2025-12-04T10:17:45.2072398Z test_weak 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_weak_1.1_7db4614c54c8910c_.log 2025-12-04T10:17:45.2073070Z Running 0 items in this shard: 2025-12-04T10:17:45.2073288Z 2025-12-04T10:17:45.2073513Z Finished test_weak 1/1 ... [2025-12-04 10:17:45.202341][2656.9303041], took 0.09min 2025-12-04T10:17:45.2703361Z Running test_complex 1/1 ... [2025-12-04 10:17:45.265543][2656.9934118] 2025-12-04T10:17:45.2703794Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:45.2709942Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_complex.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:45.265543] 2025-12-04T10:17:45.2711698Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_weak\test_weak-d6e1080cf259d0cf.xml 2025-12-04T10:17:50.6847776Z 2025-12-04T10:17:50.6848918Z test_complex 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_complex_1.1_2fe38f82b9c7e250_.log 2025-12-04T10:17:50.6849660Z Running 0 items in this shard: 2025-12-04T10:17:50.6849855Z 2025-12-04T10:17:50.6850101Z Finished test_complex 1/1 ... [2025-12-04 10:17:50.684195][2662.4079778], took 0.09min 2025-12-04T10:17:50.7489543Z Running test_optim 1/1 ... [2025-12-04 10:17:50.748716][2662.4719813] 2025-12-04T10:17:50.7490034Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:17:50.7496836Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_optim.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:17:50.749432] 2025-12-04T10:17:50.7498719Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_complex\test_complex-2b78a1fd7f31a62e.xml 2025-12-04T10:18:00.3915574Z 2025-12-04T10:18:00.3916794Z test_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_optim_1.1_23004ef905922a07_.log 2025-12-04T10:18:00.3917508Z Running 0 items in this shard: 2025-12-04T10:18:00.3917705Z 2025-12-04T10:18:00.3917962Z Finished test_optim 1/1 ... [2025-12-04 10:18:00.390690][2672.1147906], took 0.16min 2025-12-04T10:18:00.6818680Z Running lazy/test_functionalization 1/1 ... [2025-12-04 10:18:00.681502][2672.4049284] 2025-12-04T10:18:00.6819225Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:00.6827296Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'lazy/test_functionalization.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:00.682143] 2025-12-04T10:18:00.6829955Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_optim\test_optim-3284782791466610.xml 2025-12-04T10:18:05.5991370Z 2025-12-04T10:18:05.5992398Z lazy/test_functionalization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_functionalization_1.1_03dc5eca34eafb81_.log 2025-12-04T10:18:05.5993207Z Running 0 items in this shard: 2025-12-04T10:18:05.5993390Z 2025-12-04T10:18:05.5993693Z Finished lazy/test_functionalization 1/1 ... [2025-12-04 10:18:05.586228][2677.3223929], took 0.08min 2025-12-04T10:18:05.6944929Z Running torch_np/test_random 1/1 ... [2025-12-04 10:18:05.694059][2677.4175938] 2025-12-04T10:18:05.6945417Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:05.6951711Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_random.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:05.694731] 2025-12-04T10:18:05.6953833Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\lazy.test_functionalization\lazy.test_functionalization-994f6a04c07eecbe.xml 2025-12-04T10:18:10.6201804Z 2025-12-04T10:18:10.6202977Z torch_np/test_random 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_random_1.1_49e418954f455b8b_.log 2025-12-04T10:18:10.6203706Z Running 0 items in this shard: 2025-12-04T10:18:10.6203879Z 2025-12-04T10:18:10.6204146Z Finished torch_np/test_random 1/1 ... [2025-12-04 10:18:10.619398][2682.3434496], took 0.08min 2025-12-04T10:18:10.6869587Z Running nn/test_multihead_attention 1/1 ... [2025-12-04 10:18:10.686143][2682.4099016] 2025-12-04T10:18:10.6870270Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:10.6879039Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/test_multihead_attention.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:10.687428] 2025-12-04T10:18:10.6880949Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_random\torch_np.test_random-bcc47648210a6646.xml 2025-12-04T10:18:16.0798439Z 2025-12-04T10:18:16.0799465Z nn/test_multihead_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_multihead_attention_1.1_9cebee1dec626e71_.log 2025-12-04T10:18:16.0800297Z Running 0 items in this shard: 2025-12-04T10:18:16.0800500Z 2025-12-04T10:18:16.0800801Z Finished nn/test_multihead_attention 1/1 ... [2025-12-04 10:18:16.079541][2687.803141], took 0.09min 2025-12-04T10:18:16.1505732Z Running test_legacy_vmap 1/1 ... [2025-12-04 10:18:16.149408][2687.8737123] 2025-12-04T10:18:16.1506177Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:16.1512223Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_legacy_vmap.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:16.150967] 2025-12-04T10:18:16.1514008Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.test_multihead_attention\nn.test_multihead_attention-c6003eeaa05abcb9.xml 2025-12-04T10:18:21.8052513Z 2025-12-04T10:18:21.8053420Z test_legacy_vmap 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_legacy_vmap_1.1_e701f01ac0897d9a_.log 2025-12-04T10:18:21.8054137Z Running 0 items in this shard: 2025-12-04T10:18:21.8054311Z 2025-12-04T10:18:21.8054546Z Finished test_legacy_vmap 1/1 ... [2025-12-04 10:18:21.791477][2693.5285471], took 0.09min 2025-12-04T10:18:21.8759473Z Running lazy/test_bindings 1/1 ... [2025-12-04 10:18:21.875163][2693.5989736] 2025-12-04T10:18:21.8759942Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:21.8764655Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'lazy/test_bindings.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:21.875787] 2025-12-04T10:18:21.8766450Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_legacy_vmap\test_legacy_vmap-874febc41af964fb.xml 2025-12-04T10:18:27.2202853Z 2025-12-04T10:18:27.2204227Z lazy/test_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_bindings_1.1_ff97c37313e8f14a_.log 2025-12-04T10:18:27.2205077Z Running 0 items in this shard: 2025-12-04T10:18:27.2205256Z 2025-12-04T10:18:27.2205556Z Finished lazy/test_bindings 1/1 ... [2025-12-04 10:18:27.219834][2698.943616], took 0.09min 2025-12-04T10:18:27.2818495Z Running test_pytree 1/1 ... [2025-12-04 10:18:27.278855][2699.0050325] 2025-12-04T10:18:27.2818934Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:27.2824746Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_pytree.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:27.278855] 2025-12-04T10:18:27.2826615Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\lazy.test_bindings\lazy.test_bindings-debee1d075d0519d.xml 2025-12-04T10:18:32.5951281Z 2025-12-04T10:18:32.5952171Z test_pytree 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_pytree_1.1_488c8e5c9ac08b07_.log 2025-12-04T10:18:32.5952853Z Running 0 items in this shard: 2025-12-04T10:18:32.5953026Z 2025-12-04T10:18:32.5953242Z Finished test_pytree 1/1 ... [2025-12-04 10:18:32.594987][2704.3183818], took 0.09min 2025-12-04T10:18:32.6529830Z Running profiler/test_record_function 1/1 ... [2025-12-04 10:18:32.651616][2704.3761832] 2025-12-04T10:18:32.6530349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:32.6536762Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_record_function.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:32.653314] 2025-12-04T10:18:32.6538486Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_pytree\test_pytree-df093a7881725087.xml 2025-12-04T10:18:37.7965508Z 2025-12-04T10:18:37.7966563Z profiler/test_record_function 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_record_function_1.1_9a690ddc75b58112_.log 2025-12-04T10:18:37.7967388Z Running 0 items in this shard: 2025-12-04T10:18:37.7967561Z 2025-12-04T10:18:37.7967864Z Finished profiler/test_record_function 1/1 ... [2025-12-04 10:18:37.794847][2709.5199169], took 0.09min 2025-12-04T10:18:37.8570272Z Running test_compile_benchmark_util 1/1 ... [2025-12-04 10:18:37.848312][2709.5802437] 2025-12-04T10:18:37.8570766Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:37.8576443Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_compile_benchmark_util.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:37.848312] 2025-12-04T10:18:37.8578309Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_record_function\profiler.test_record_function-77a7b6a06947a846.xml 2025-12-04T10:18:43.2913059Z 2025-12-04T10:18:43.2913920Z test_compile_benchmark_util 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_compile_benchmark_util_1.1_c991f789bcfdb6aa_.log 2025-12-04T10:18:43.2914716Z Running 0 items in this shard: 2025-12-04T10:18:43.2914891Z 2025-12-04T10:18:43.2915179Z Finished test_compile_benchmark_util 1/1 ... [2025-12-04 10:18:43.285404][2715.0146853], took 0.09min 2025-12-04T10:18:43.3544154Z Running test_set_default_mobile_cpu_allocator 1/1 ... [2025-12-04 10:18:43.353966][2715.0776125] 2025-12-04T10:18:43.3544708Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:43.3550312Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:43.354587] 2025-12-04T10:18:43.3552373Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_compile_benchmark_util\test_compile_benchmark_util-c304d7b068ecda31.xml 2025-12-04T10:18:48.4400811Z 2025-12-04T10:18:48.4401855Z test_set_default_mobile_cpu_allocator 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_set_default_mobile_cpu_allocator_1.1_f202f4687f7ff956_.log 2025-12-04T10:18:48.4402887Z Running 0 items in this shard: 2025-12-04T10:18:48.4403071Z 2025-12-04T10:18:48.4403502Z Finished test_set_default_mobile_cpu_allocator 1/1 ... [2025-12-04 10:18:48.439776][2720.1634752], took 0.08min 2025-12-04T10:18:48.5120545Z Running test_stateless 1/1 ... [2025-12-04 10:18:48.509947][2720.2352872] 2025-12-04T10:18:48.5121007Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:48.5138136Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_stateless.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:48.512638] 2025-12-04T10:18:48.5139986Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_set_default_mobile_cpu_allocator\test_set_default_mobile_cpu_allocator-40504e4a0dd02104.xml 2025-12-04T10:18:54.1764979Z 2025-12-04T10:18:54.1765844Z test_stateless 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_stateless_1.1_4ae26999cb5f0e5a_.log 2025-12-04T10:18:54.1766538Z Running 0 items in this shard: 2025-12-04T10:18:54.1766723Z 2025-12-04T10:18:54.1767041Z Finished test_stateless 1/1 ... [2025-12-04 10:18:54.176144][2725.8999052], took 0.09min 2025-12-04T10:18:54.2365700Z Running functorch/test_ac 1/1 ... [2025-12-04 10:18:54.235912][2725.959843] 2025-12-04T10:18:54.2366129Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:18:54.2372858Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ac.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:18:54.237073] 2025-12-04T10:18:54.2374716Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_stateless\test_stateless-4f7f204a75f78a3a.xml 2025-12-04T10:19:06.2882000Z 2025-12-04T10:19:06.2882959Z functorch/test_ac 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_1.1_a0cc93c37ea38a25_.log 2025-12-04T10:19:06.2883585Z 2025-12-04T10:19:06.2883835Z Finished functorch/test_ac 1/1 ... [2025-12-04 10:19:06.283987][2738.0116031], took 0.20min 2025-12-04T10:19:06.3379398Z Running test_binary_ufuncs 1/1 ... [2025-12-04 10:19:06.333127][2738.061241] 2025-12-04T10:19:06.3379848Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:19:06.3386325Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_binary_ufuncs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:19:06.333127] 2025-12-04T10:19:44.9863080Z 2025-12-04T10:19:44.9864340Z test_binary_ufuncs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_binary_ufuncs_1.1_21211d31e4728ac8_.log 2025-12-04T10:19:44.9865064Z Running 0 items in this shard: 2025-12-04T10:19:44.9865786Z 2025-12-04T10:19:44.9866256Z Finished test_binary_ufuncs 1/1 ... [2025-12-04 10:19:44.985777][2776.7098546], took 0.64min 2025-12-04T10:19:45.3729207Z Running test_ops_fwd_gradients 2/2 ... [2025-12-04 10:19:45.371828][2777.0962797] 2025-12-04T10:19:45.3729694Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:19:45.3738169Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:19:45.373544] 2025-12-04T10:19:45.3740617Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_binary_ufuncs\test_binary_ufuncs-5990813e1729c6b5.xml 2025-12-04T10:19:59.6267378Z 2025-12-04T10:19:59.6268401Z test_ops_fwd_gradients 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_fwd_gradients_2.2_a371b1927eb4fd1f_.log 2025-12-04T10:19:59.6269177Z Running 0 items in this shard: 2025-12-04T10:19:59.6269358Z 2025-12-04T10:19:59.6269641Z Finished test_ops_fwd_gradients 2/2 ... [2025-12-04 10:19:59.624600][2791.3503149], took 0.24min 2025-12-04T10:19:59.9294014Z Running test_ops_jit 1/3 ... [2025-12-04 10:19:59.927099][2791.6528047] 2025-12-04T10:19:59.9294489Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:19:59.9300466Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:19:59.927099] 2025-12-04T10:19:59.9302322Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-9aa8f216a006dabc.xml 2025-12-04T10:20:09.8116456Z 2025-12-04T10:20:09.8117561Z test_ops_jit 1/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_1.3_d1f58f67b5fc7bda_.log 2025-12-04T10:20:09.8118243Z Running 0 items in this shard: 2025-12-04T10:20:09.8118441Z 2025-12-04T10:20:09.8118664Z Finished test_ops_jit 1/3 ... [2025-12-04 10:20:09.811463][2801.5352429], took 0.16min 2025-12-04T10:20:10.1730221Z Running test_ops_jit 2/3 ... [2025-12-04 10:20:10.168364][2801.8964552] 2025-12-04T10:20:10.1730660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:20:10.1736409Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:20:10.168364] 2025-12-04T10:20:10.1738220Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-f3445f5fb20c4aaa.xml 2025-12-04T10:20:19.4988698Z 2025-12-04T10:20:19.4989766Z test_ops_jit 2/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_2.3_0ecf5867742d9fa6_.log 2025-12-04T10:20:19.4990458Z Running 0 items in this shard: 2025-12-04T10:20:19.4990642Z 2025-12-04T10:20:19.4990878Z Finished test_ops_jit 2/3 ... [2025-12-04 10:20:19.497595][2811.2224828], took 0.16min 2025-12-04T10:20:19.8532382Z Running test_numpy_interop 1/1 ... [2025-12-04 10:20:19.849794][2811.5766993] 2025-12-04T10:20:19.8532881Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:20:19.8539227Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_numpy_interop.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:20:19.849794] 2025-12-04T10:20:19.8540912Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-c034e191e2c2ac25.xml 2025-12-04T10:20:25.4596152Z 2025-12-04T10:20:25.4597158Z test_numpy_interop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_numpy_interop_1.1_c3676e3dcee32202_.log 2025-12-04T10:20:25.4597889Z Running 0 items in this shard: 2025-12-04T10:20:25.4598070Z 2025-12-04T10:20:25.4598339Z Finished test_numpy_interop 1/1 ... [2025-12-04 10:20:25.459445][2817.1830266], took 0.09min 2025-12-04T10:20:25.5511792Z Running profiler/test_cpp_thread 1/1 ... [2025-12-04 10:20:25.550545][2817.274385] 2025-12-04T10:20:25.5519024Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:20:25.5520366Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_cpp_thread.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:20:25.551197] 2025-12-04T10:20:25.5522199Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_numpy_interop\test_numpy_interop-b4705f76a0999052.xml 2025-12-04T10:20:49.6722602Z 2025-12-04T10:20:49.6723509Z profiler/test_cpp_thread 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_cpp_thread_1.1_7b791d7c60da62d7_.log 2025-12-04T10:20:49.6724313Z Running 0 items in this shard: 2025-12-04T10:20:49.6724520Z 2025-12-04T10:20:49.6724812Z Finished profiler/test_cpp_thread 1/1 ... [2025-12-04 10:20:49.665782][2841.3944404], took 0.40min 2025-12-04T10:20:49.9588039Z Running test_ops_gradients 1/2 ... [2025-12-04 10:20:49.958569][2841.6807977] 2025-12-04T10:20:49.9588517Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:20:49.9594943Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_gradients.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:20:49.959219] 2025-12-04T10:20:49.9596749Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_cpp_thread\profiler.test_cpp_thread-6cd4d07c355461f8.xml 2025-12-04T10:21:10.3821430Z 2025-12-04T10:21:10.3822492Z test_ops_gradients 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_gradients_1.2_92cdf88f6a345f15_.log 2025-12-04T10:21:10.3823237Z Running 0 items in this shard: 2025-12-04T10:21:10.3823558Z 2025-12-04T10:21:10.3823811Z Finished test_ops_gradients 1/2 ... [2025-12-04 10:21:10.372614][2862.1033598], took 0.34min 2025-12-04T10:21:10.6820995Z Running complex_tensor/test_complex_tensor 1/3 ... [2025-12-04 10:21:10.673829][2862.4031386] 2025-12-04T10:21:10.6821535Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:10.6827329Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'complex_tensor/test_complex_tensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:10.673829] 2025-12-04T10:21:10.6829133Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-581b79ff2f817ee1.xml 2025-12-04T10:21:18.7437009Z 2025-12-04T10:21:18.7438337Z complex_tensor/test_complex_tensor 1/3 was successful, full logs can be found in artifacts with path test/test-reports/complex_tensor.test_complex_tensor_1.3_2efea50d588949f4_.log 2025-12-04T10:21:18.7439300Z Running 0 items in this shard: 2025-12-04T10:21:18.7439483Z 2025-12-04T10:21:18.7440399Z Finished complex_tensor/test_complex_tensor 1/3 ... [2025-12-04 10:21:18.743774][2870.4647906], took 0.13min 2025-12-04T10:21:19.0550665Z Running complex_tensor/test_complex_tensor 2/3 ... [2025-12-04 10:21:19.050035][2870.7757204] 2025-12-04T10:21:19.0551218Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:19.0556985Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'complex_tensor/test_complex_tensor.py', '-m', 'serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:19.050035] 2025-12-04T10:21:19.0559260Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\complex_tensor.test_complex_tensor\complex_tensor.test_complex_tensor-1ab8f0c9674a8230.xml 2025-12-04T10:21:27.2381402Z 2025-12-04T10:21:27.2382404Z complex_tensor/test_complex_tensor 2/3 was successful, full logs can be found in artifacts with path test/test-reports/complex_tensor.test_complex_tensor_2.3_0c12646934c87740_.log 2025-12-04T10:21:27.2383261Z Running 0 items in this shard: 2025-12-04T10:21:27.2383432Z 2025-12-04T10:21:27.2383748Z Finished complex_tensor/test_complex_tensor 2/3 ... [2025-12-04 10:21:27.228156][2878.9586631], took 0.14min 2025-12-04T10:21:27.5861364Z Running optim/test_lrscheduler 1/1 ... [2025-12-04 10:21:27.580380][2879.3064283] 2025-12-04T10:21:27.5861865Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:27.5867549Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'optim/test_lrscheduler.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:27.580380] 2025-12-04T10:21:27.5869533Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\complex_tensor.test_complex_tensor\complex_tensor.test_complex_tensor-6183879eca017f45.xml 2025-12-04T10:21:32.5050585Z 2025-12-04T10:21:32.5053349Z optim/test_lrscheduler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_lrscheduler_1.1_593e2201ac23f05a_.log 2025-12-04T10:21:32.5054036Z 2025-12-04T10:21:32.5054319Z Finished optim/test_lrscheduler 1/1 ... [2025-12-04 10:21:32.504594][2884.2252964], took 0.08min 2025-12-04T10:21:32.5446238Z Running torch_np/numpy_tests/lib/test_histograms 1/1 ... [2025-12-04 10:21:32.543806][2884.2645298] 2025-12-04T10:21:32.5446831Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:32.5450990Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_histograms.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:32.544438] 2025-12-04T10:21:37.7798127Z 2025-12-04T10:21:37.7799197Z torch_np/numpy_tests/lib/test_histograms 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_histograms_1.1_f149853ba60b9ec6_.log 2025-12-04T10:21:37.7800102Z Running 0 items in this shard: 2025-12-04T10:21:37.7800303Z 2025-12-04T10:21:37.7800758Z Finished torch_np/numpy_tests/lib/test_histograms 1/1 ... [2025-12-04 10:21:37.779464][2889.4998644], took 0.09min 2025-12-04T10:21:38.1028632Z Running torch_np/test_indexing 1/1 ... [2025-12-04 10:21:38.098567][2889.8227198] 2025-12-04T10:21:38.1029356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:38.1035036Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_indexing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:38.098567] 2025-12-04T10:21:38.1036963Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_histograms\torch_np.numpy_tests.lib.test_histograms-3f187f54167639a7.xml 2025-12-04T10:21:43.4343346Z 2025-12-04T10:21:43.4344293Z torch_np/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_indexing_1.1_b533afc87181b5a3_.log 2025-12-04T10:21:43.4345233Z Running 0 items in this shard: 2025-12-04T10:21:43.4345428Z 2025-12-04T10:21:43.4345715Z Finished torch_np/test_indexing 1/1 ... [2025-12-04 10:21:43.432059][2895.1541439], took 0.09min 2025-12-04T10:21:43.5006661Z Running test_schema_check 1/1 ... [2025-12-04 10:21:43.499939][2895.2201614] 2025-12-04T10:21:43.5007155Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:21:43.5013038Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_schema_check.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:21:43.500564] 2025-12-04T10:21:43.5014829Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_indexing\torch_np.test_indexing-84ca14c7dec5f801.xml 2025-12-04T10:22:05.4397758Z 2025-12-04T10:22:05.4398722Z test_schema_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_schema_check_1.1_6b110572f41167a0_.log 2025-12-04T10:22:05.4399481Z Running 0 items in this shard: 2025-12-04T10:22:05.4399689Z 2025-12-04T10:22:05.4400039Z Finished test_schema_check 1/1 ... [2025-12-04 10:22:05.439431][2917.1587484], took 0.37min 2025-12-04T10:22:05.7513394Z Running test_tensorboard 1/1 ... [2025-12-04 10:22:05.751094][2917.4701181] 2025-12-04T10:22:05.7513860Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:05.7519703Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_tensorboard.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:05.751715] 2025-12-04T10:22:05.7521433Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_schema_check\test_schema_check-682b0f71441df2e6.xml 2025-12-04T10:22:11.3261068Z 2025-12-04T10:22:11.3261863Z test_tensorboard 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_tensorboard_1.1_8001aa690b9cd061_.log 2025-12-04T10:22:11.3262676Z Running 0 items in this shard: 2025-12-04T10:22:11.3262958Z 2025-12-04T10:22:11.3263214Z Finished test_tensorboard 1/1 ... [2025-12-04 10:22:11.325651][2923.0448573], took 0.09min 2025-12-04T10:22:11.3952260Z Running torch_np/numpy_tests/core/test_indexing 1/1 ... [2025-12-04 10:22:11.395025][2923.1137965] 2025-12-04T10:22:11.3952926Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:11.3959658Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_indexing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:11.395753] 2025-12-04T10:22:11.3962103Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_tensorboard\test_tensorboard-72eecc1c2d385ba6.xml 2025-12-04T10:22:16.4250377Z 2025-12-04T10:22:16.4251856Z torch_np/numpy_tests/core/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_indexing_1.1_ed2738b22d95a988_.log 2025-12-04T10:22:16.4252945Z Running 0 items in this shard: 2025-12-04T10:22:16.4253147Z 2025-12-04T10:22:16.4253580Z Finished torch_np/numpy_tests/core/test_indexing 1/1 ... [2025-12-04 10:22:16.425048][2928.1436015], took 0.08min 2025-12-04T10:22:16.4942121Z Running test_futures 1/1 ... [2025-12-04 10:22:16.490408][2928.2126347] 2025-12-04T10:22:16.4942566Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:16.4948393Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_futures.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:16.490408] 2025-12-04T10:22:16.4950429Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_indexing\torch_np.numpy_tests.core.test_indexing-0adf90e84633c7bb.xml 2025-12-04T10:22:21.5051871Z 2025-12-04T10:22:21.5052766Z test_futures 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_futures_1.1_7020916ffadbafc4_.log 2025-12-04T10:22:21.5053438Z Running 0 items in this shard: 2025-12-04T10:22:21.5053644Z 2025-12-04T10:22:21.5053871Z Finished test_futures 1/1 ... [2025-12-04 10:22:21.504956][2933.2235588], took 0.08min 2025-12-04T10:22:21.5749348Z Running nn/test_dropout 1/1 ... [2025-12-04 10:22:21.570988][2933.2931736] 2025-12-04T10:22:21.5749808Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:21.5758288Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/test_dropout.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:21.575125] 2025-12-04T10:22:21.5760052Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_futures\test_futures-c5a11d3ee3fcd51d.xml 2025-12-04T10:22:27.1934126Z 2025-12-04T10:22:27.1934994Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_b64fe0438fa8864f_.log 2025-12-04T10:22:27.1935705Z Running 0 items in this shard: 2025-12-04T10:22:27.1935891Z 2025-12-04T10:22:27.1936145Z Finished nn/test_dropout 1/1 ... [2025-12-04 10:22:27.186382][2938.9115894], took 0.09min 2025-12-04T10:22:27.2678006Z Running functorch/dim/test_split 1/1 ... [2025-12-04 10:22:27.261332][2938.9858474] 2025-12-04T10:22:27.2678480Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:27.2684698Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/dim/test_split.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:27.261332] 2025-12-04T10:22:27.2686445Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.test_dropout\nn.test_dropout-784a42ef802282ff.xml 2025-12-04T10:22:32.2591958Z 2025-12-04T10:22:32.2593204Z functorch/dim/test_split 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.dim.test_split_1.1_ec10525ff5af66e4_.log 2025-12-04T10:22:32.2594018Z Running 0 items in this shard: 2025-12-04T10:22:32.2594229Z 2025-12-04T10:22:32.2596158Z Finished functorch/dim/test_split 1/1 ... [2025-12-04 10:22:32.258887][2943.9771919], took 0.08min 2025-12-04T10:22:32.3318748Z Running torch_np/numpy_tests/lib/test_type_check 1/1 ... [2025-12-04 10:22:32.331668][2944.0497269] 2025-12-04T10:22:32.3319371Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:32.3329159Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_type_check.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:32.332463] 2025-12-04T10:22:32.3331051Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.dim.test_split\functorch.dim.test_split-b8b744d84eb6d2e5.xml 2025-12-04T10:22:37.7345387Z 2025-12-04T10:22:37.7346587Z torch_np/numpy_tests/lib/test_type_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_type_check_1.1_b037ffbb70e1bdbb_.log 2025-12-04T10:22:37.7347495Z Running 0 items in this shard: 2025-12-04T10:22:37.7347670Z 2025-12-04T10:22:37.7348027Z Finished torch_np/numpy_tests/lib/test_type_check 1/1 ... [2025-12-04 10:22:37.729515][2949.4523606], took 0.09min 2025-12-04T10:22:37.8106106Z Running profiler/test_execution_trace 1/1 ... [2025-12-04 10:22:37.810003][2949.5282734] 2025-12-04T10:22:37.8106724Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:37.8112811Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_execution_trace.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:37.810630] 2025-12-04T10:22:37.8114785Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_type_check\torch_np.numpy_tests.lib.test_type_check-beba28a6e7234d31.xml 2025-12-04T10:22:43.2109096Z 2025-12-04T10:22:43.2110161Z profiler/test_execution_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_execution_trace_1.1_a78471aa3d852c25_.log 2025-12-04T10:22:43.2110987Z Running 0 items in this shard: 2025-12-04T10:22:43.2111184Z 2025-12-04T10:22:43.2111493Z Finished profiler/test_execution_trace 1/1 ... [2025-12-04 10:22:43.208488][2954.9285476], took 0.09min 2025-12-04T10:22:43.3184839Z Running test_jit 1/1 ... [2025-12-04 10:22:43.316814][2955.0359497] 2025-12-04T10:22:43.3185267Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:43.3190925Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_jit.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:43.316814] 2025-12-04T10:22:43.3192858Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_execution_trace\profiler.test_execution_trace-9db8453bb5020c52.xml 2025-12-04T10:22:57.3183237Z 2025-12-04T10:22:57.3184036Z test_jit 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_1.1_06fa9bce1dcac0df_.log 2025-12-04T10:22:57.3184687Z Running 0 items in this shard: 2025-12-04T10:22:57.3184872Z 2025-12-04T10:22:57.3185080Z Finished test_jit 1/1 ... [2025-12-04 10:22:57.308915][2969.0354941], took 0.23min 2025-12-04T10:22:57.6405795Z Running test_scaled_matmul_cuda 1/1 ... [2025-12-04 10:22:57.640123][2969.3575886] 2025-12-04T10:22:57.6406316Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:22:57.6412577Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_scaled_matmul_cuda.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:22:57.640755] 2025-12-04T10:22:57.6414442Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_jit\test_jit-c939bead3218247e.xml 2025-12-04T10:23:03.0084590Z 2025-12-04T10:23:03.0085614Z test_scaled_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scaled_matmul_cuda_1.1_8bc424554d283f88_.log 2025-12-04T10:23:03.0086390Z Running 0 items in this shard: 2025-12-04T10:23:03.0086568Z 2025-12-04T10:23:03.0086859Z Finished test_scaled_matmul_cuda 1/1 ... [2025-12-04 10:23:02.995663][2974.7254657], took 0.09min 2025-12-04T10:23:03.1037409Z Running test_indexing 1/1 ... [2025-12-04 10:23:03.103074][2974.820584] 2025-12-04T10:23:03.1038051Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:23:03.1043883Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_indexing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:23:03.104134] 2025-12-04T10:23:03.1045607Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_scaled_matmul_cuda\test_scaled_matmul_cuda-86118076c82fb50e.xml 2025-12-04T10:23:09.0429979Z 2025-12-04T10:23:09.0430831Z test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_indexing_1.1_91b45225e34d02b7_.log 2025-12-04T10:23:09.0431529Z Running 0 items in this shard: 2025-12-04T10:23:09.0431729Z 2025-12-04T10:23:09.0431969Z Finished test_indexing 1/1 ... [2025-12-04 10:23:09.042141][2980.7598058], took 0.10min 2025-12-04T10:23:09.1374054Z Running torch_np/numpy_tests/fft/test_pocketfft 1/1 ... [2025-12-04 10:23:09.137031][2980.8540455] 2025-12-04T10:23:09.1374624Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:23:09.1382520Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/fft/test_pocketfft.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:23:09.137674] 2025-12-04T10:23:09.1385218Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_indexing\test_indexing-51f16b591fd7714d.xml 2025-12-04T10:23:14.4222311Z 2025-12-04T10:23:14.4223435Z torch_np/numpy_tests/fft/test_pocketfft 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.fft.test_pocketfft_1.1_1cae542029c5238d_.log 2025-12-04T10:23:14.4224568Z Running 0 items in this shard: 2025-12-04T10:23:14.4224765Z 2025-12-04T10:23:14.4225105Z Finished torch_np/numpy_tests/fft/test_pocketfft 1/1 ... [2025-12-04 10:23:14.418376][2986.1388848], took 0.09min 2025-12-04T10:23:14.5004414Z Running functorch/test_ops 1/9 ... [2025-12-04 10:23:14.500091][2986.2169295] 2025-12-04T10:23:14.5004891Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:23:14.5010746Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:23:14.500712] 2025-12-04T10:23:14.5012943Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.fft.test_pocketfft\torch_np.numpy_tests.fft.test_pocketfft-c6887be61795d8e4.xml 2025-12-04T10:23:45.2105167Z 2025-12-04T10:23:45.2106182Z functorch/test_ops 1/9 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_1.9_375b971dba8efb07_.log 2025-12-04T10:23:45.2106939Z Running 0 items in this shard: 2025-12-04T10:23:45.2107120Z 2025-12-04T10:23:45.2107372Z Finished functorch/test_ops 1/9 ... [2025-12-04 10:23:45.210329][3016.9262971], took 0.51min 2025-12-04T10:23:45.5322897Z Running functorch/test_ops 8/9 ... [2025-12-04 10:23:45.531673][3017.2478784] 2025-12-04T10:23:45.5323467Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:23:45.5329565Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'serial', '--shard-id=8', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:23:45.532331] 2025-12-04T10:23:45.5331592Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-cb99f730d1212568.xml 2025-12-04T10:24:16.1522142Z 2025-12-04T10:24:16.1523157Z functorch/test_ops 8/9 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_8.9_78c1be03f83f303a_.log 2025-12-04T10:24:16.1523898Z Running 0 items in this shard: 2025-12-04T10:24:16.1524081Z 2025-12-04T10:24:16.1524349Z Finished functorch/test_ops 8/9 ... [2025-12-04 10:24:16.152192][3047.8672001], took 0.51min 2025-12-04T10:24:16.4682305Z Running torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-12-04 10:24:16.464152][3048.1830266] 2025-12-04T10:24:16.4682871Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:16.4689024Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_shape_base_.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:16.464152] 2025-12-04T10:24:16.4690999Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-2c536e878b02a819.xml 2025-12-04T10:24:21.6131176Z 2025-12-04T10:24:21.6132245Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_shape_base__1.1_ef9f3c70fd334a5f_.log 2025-12-04T10:24:21.6133146Z Running 0 items in this shard: 2025-12-04T10:24:21.6133327Z 2025-12-04T10:24:21.6133662Z Finished torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-12-04 10:24:21.602373][3053.3279623], took 0.09min 2025-12-04T10:24:21.6925637Z Running torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-12-04 10:24:21.692086][3053.4072858] 2025-12-04T10:24:21.6926203Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:21.6932575Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_getlimits.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:21.692792] 2025-12-04T10:24:21.6934753Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_shape_base_\torch_np.numpy_tests.lib.test_shape_base_-b4c30f08914088ec.xml 2025-12-04T10:24:26.7573448Z 2025-12-04T10:24:26.7574769Z torch_np/numpy_tests/core/test_getlimits 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_getlimits_1.1_4c3a8a681e68f5a4_.log 2025-12-04T10:24:26.7575820Z Running 0 items in this shard: 2025-12-04T10:24:26.7575993Z 2025-12-04T10:24:26.7576645Z Finished torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-12-04 10:24:26.756960][3058.4720724], took 0.08min 2025-12-04T10:24:26.8506360Z Running torch_np/test_ndarray_methods 1/1 ... [2025-12-04 10:24:26.839262][3058.5652002] 2025-12-04T10:24:26.8511771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:26.8513053Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_ndarray_methods.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:26.839262] 2025-12-04T10:24:26.8514990Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_getlimits\torch_np.numpy_tests.core.test_getlimits-912f5b9c37ea91eb.xml 2025-12-04T10:24:32.7144633Z 2025-12-04T10:24:32.7145776Z torch_np/test_ndarray_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_ndarray_methods_1.1_176ea8764d47273f_.log 2025-12-04T10:24:32.7146692Z Running 0 items in this shard: 2025-12-04T10:24:32.7146872Z 2025-12-04T10:24:32.7148721Z Finished torch_np/test_ndarray_methods 1/1 ... [2025-12-04 10:24:32.713966][3064.4290611], took 0.10min 2025-12-04T10:24:32.8020888Z Running test_view_ops 1/1 ... [2025-12-04 10:24:32.801530][3064.5165059] 2025-12-04T10:24:32.8021350Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:32.8027280Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_view_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:32.802154] 2025-12-04T10:24:32.8029348Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_ndarray_methods\torch_np.test_ndarray_methods-7f3512aeed8fdc29.xml 2025-12-04T10:24:39.5261040Z 2025-12-04T10:24:39.5261826Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_8ef813cfc4baf2d2_.log 2025-12-04T10:24:39.5262512Z Running 0 items in this shard: 2025-12-04T10:24:39.5262705Z 2025-12-04T10:24:39.5262927Z Finished test_view_ops 1/1 ... [2025-12-04 10:24:39.516716][3071.2405504], took 0.11min 2025-12-04T10:24:39.8478676Z Running test_type_info 1/1 ... [2025-12-04 10:24:39.847232][3071.5621007] 2025-12-04T10:24:39.8479166Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:39.8485058Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_type_info.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:39.847860] 2025-12-04T10:24:39.8487426Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_view_ops\test_view_ops-b7b4dc32bdc68330.xml 2025-12-04T10:24:44.7488537Z 2025-12-04T10:24:44.7489564Z test_type_info 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_info_1.1_ed1f5c6793577cbe_.log 2025-12-04T10:24:44.7490280Z Running 0 items in this shard: 2025-12-04T10:24:44.7490457Z 2025-12-04T10:24:44.7490706Z Finished test_type_info 1/1 ... [2025-12-04 10:24:44.747794][3076.4631842], took 0.08min 2025-12-04T10:24:44.8312366Z Running functorch/test_aotdispatch 1/12 ... [2025-12-04 10:24:44.830617][3076.5453819] 2025-12-04T10:24:44.8312996Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:24:44.8319690Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'serial', '--shard-id=1', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:24:44.831244] 2025-12-04T10:24:44.8321517Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_type_info\test_type_info-8d6b4f5faa678e46.xml 2025-12-04T10:25:01.3360012Z 2025-12-04T10:25:01.3361016Z functorch/test_aotdispatch 1/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_1.12_da1abb5b57fd3dc6_.log 2025-12-04T10:25:01.3361848Z Running 0 items in this shard: 2025-12-04T10:25:01.3362023Z 2025-12-04T10:25:01.3362342Z Finished functorch/test_aotdispatch 1/12 ... [2025-12-04 10:25:01.335883][3093.0499122], took 0.28min 2025-12-04T10:25:01.6540198Z Running functorch/test_aotdispatch 4/12 ... [2025-12-04 10:25:01.653467][3093.367812] 2025-12-04T10:25:01.6540940Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:01.6546592Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'serial', '--shard-id=4', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:01.653467] 2025-12-04T10:25:01.6548439Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-39cc9491273400b0.xml 2025-12-04T10:25:18.3753502Z 2025-12-04T10:25:18.3754508Z functorch/test_aotdispatch 4/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_4.12_70fa6a1eb8336e79_.log 2025-12-04T10:25:18.3755337Z Running 0 items in this shard: 2025-12-04T10:25:18.3755545Z 2025-12-04T10:25:18.3755890Z Finished functorch/test_aotdispatch 4/12 ... [2025-12-04 10:25:18.365585][3110.0889763], took 0.28min 2025-12-04T10:25:18.7213017Z Running functorch/test_aotdispatch 11/12 ... [2025-12-04 10:25:18.717732][3110.4347487] 2025-12-04T10:25:18.7213537Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:18.7219681Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'serial', '--shard-id=11', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:18.717732] 2025-12-04T10:25:18.7221526Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-9b7e26936e0767d8.xml 2025-12-04T10:25:34.8919636Z 2025-12-04T10:25:34.8920760Z functorch/test_aotdispatch 11/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_11.12_75f9581401eb777c_.log 2025-12-04T10:25:34.8921585Z Running 0 items in this shard: 2025-12-04T10:25:34.8921774Z 2025-12-04T10:25:34.8922079Z Finished functorch/test_aotdispatch 11/12 ... [2025-12-04 10:25:34.891908][3126.6052759], took 0.27min 2025-12-04T10:25:35.2036522Z Running torch_np/numpy_tests/core/test_dlpack 1/1 ... [2025-12-04 10:25:35.199081][3126.9167593] 2025-12-04T10:25:35.2037082Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:35.2043011Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_dlpack.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:35.199081] 2025-12-04T10:25:35.2045256Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-26e4da864325405c.xml 2025-12-04T10:25:40.3386378Z 2025-12-04T10:25:40.3387433Z torch_np/numpy_tests/core/test_dlpack 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_dlpack_1.1_5a8a3b6aac7d578b_.log 2025-12-04T10:25:40.3388312Z Running 0 items in this shard: 2025-12-04T10:25:40.3388506Z 2025-12-04T10:25:40.3388843Z Finished torch_np/numpy_tests/core/test_dlpack 1/1 ... [2025-12-04 10:25:40.338352][3132.0518455], took 0.09min 2025-12-04T10:25:40.4323068Z Running test_scatter_gather_ops 1/1 ... [2025-12-04 10:25:40.432095][3132.1453286] 2025-12-04T10:25:40.4323567Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:40.4329494Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:40.432715] 2025-12-04T10:25:40.4331567Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_dlpack\torch_np.numpy_tests.core.test_dlpack-443ce4225de2ad7b.xml 2025-12-04T10:25:46.0239920Z 2025-12-04T10:25:46.0240951Z test_scatter_gather_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scatter_gather_ops_1.1_9256f804c62f0918_.log 2025-12-04T10:25:46.0241706Z Running 0 items in this shard: 2025-12-04T10:25:46.0241905Z 2025-12-04T10:25:46.0242180Z Finished test_scatter_gather_ops 1/1 ... [2025-12-04 10:25:46.023818][3137.7371047], took 0.09min 2025-12-04T10:25:46.1071120Z Running test_mkldnn 1/1 ... [2025-12-04 10:25:46.106812][3137.8200843] 2025-12-04T10:25:46.1071540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:46.1079921Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkldnn.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:46.107457] 2025-12-04T10:25:46.1083005Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_scatter_gather_ops\test_scatter_gather_ops-beb5472483255e9f.xml 2025-12-04T10:25:51.9223826Z 2025-12-04T10:25:51.9224617Z test_mkldnn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_1.1_087757de4d2a54fc_.log 2025-12-04T10:25:51.9225303Z Running 0 items in this shard: 2025-12-04T10:25:51.9225481Z 2025-12-04T10:25:51.9225703Z Finished test_mkldnn 1/1 ... [2025-12-04 10:25:51.921946][3143.6353803], took 0.10min 2025-12-04T10:25:52.0143382Z Running functorch/test_vmap 1/2 ... [2025-12-04 10:25:52.014107][3143.727158] 2025-12-04T10:25:52.0143877Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:25:52.0150608Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_vmap.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:25:52.014850] 2025-12-04T10:25:52.0152479Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkldnn\test_mkldnn-b41a2aa0d23bc06c.xml 2025-12-04T10:26:04.4409078Z 2025-12-04T10:26:04.4410093Z functorch/test_vmap 1/2 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_vmap_1.2_e3e1ec46219711b9_.log 2025-12-04T10:26:04.4410855Z Running 0 items in this shard: 2025-12-04T10:26:04.4411057Z 2025-12-04T10:26:04.4411315Z Finished functorch/test_vmap 1/2 ... [2025-12-04 10:26:04.440617][3156.1536923], took 0.21min 2025-12-04T10:26:04.8128205Z Running cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 ... [2025-12-04 10:26:04.810159][3156.525368] 2025-12-04T10:26:04.8128924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:04.8145471Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:04.812698] 2025-12-04T10:26:04.8147537Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_vmap\functorch.test_vmap-0146778d3967ccb8.xml 2025-12-04T10:26:09.8054770Z 2025-12-04T10:26:09.8056225Z cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility_1.1_e51abbac3ce04334_.log 2025-12-04T10:26:09.8057596Z Running 0 items in this shard: 2025-12-04T10:26:09.8057778Z 2025-12-04T10:26:09.8058333Z Finished cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 ... [2025-12-04 10:26:09.796235][3161.5181651], took 0.08min 2025-12-04T10:26:15.0289739Z Running inductor/test_cudagraph_trees 1/1 ... [2025-12-04 10:26:15.027774][3166.7414068] 2025-12-04T10:26:15.0290262Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:15.0297005Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:15.027774] 2025-12-04T10:26:15.0324787Z Running inductor/test_compile_subprocess 1/1 ... [2025-12-04 10:26:15.027774][3166.7449618] 2025-12-04T10:26:15.0325286Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:15.0332889Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compile_subprocess.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:15.027774] 2025-12-04T10:26:15.0653404Z Running inductor/test_cooperative_reductions 1/1 ... [2025-12-04 10:26:15.063208][3166.7761748] 2025-12-04T10:26:15.0653973Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:15.0655337Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cooperative_reductions.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:15.064348] 2025-12-04T10:26:27.0906455Z 2025-12-04T10:26:27.0907913Z inductor/test_compile_subprocess 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compile_subprocess_1.1_f35347e92e880c43_.log 2025-12-04T10:26:27.0908773Z 2025-12-04T10:26:27.0909099Z Finished inductor/test_compile_subprocess 1/1 ... [2025-12-04 10:26:27.090769][3178.8032369], took 0.20min 2025-12-04T10:26:29.7788178Z 2025-12-04T10:26:29.7794277Z inductor/test_cooperative_reductions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cooperative_reductions_1.1_85e92a7c7834e363_.log 2025-12-04T10:26:29.7795174Z 2025-12-04T10:26:29.7795539Z Finished inductor/test_cooperative_reductions 1/1 ... [2025-12-04 10:26:29.774105][3181.4911431], took 0.25min 2025-12-04T10:26:32.4466214Z 2025-12-04T10:26:32.4467652Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_a278726d6d6dbb16_.log 2025-12-04T10:26:32.4468414Z 2025-12-04T10:26:32.4468721Z Finished inductor/test_cudagraph_trees 1/1 ... [2025-12-04 10:26:32.440998][3184.1591076], took 0.29min 2025-12-04T10:26:32.8401809Z Running inductor/test_mix_order_reduction 1/1 ... [2025-12-04 10:26:32.839896][3184.5523154] 2025-12-04T10:26:32.8402346Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:32.8409926Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_mix_order_reduction.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:32.839896] 2025-12-04T10:26:35.8240740Z Running dynamo/test_sets 1/1 ... [2025-12-04 10:26:35.816756][3187.5361726] 2025-12-04T10:26:35.8241395Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:35.8247904Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_sets.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:35.816756] 2025-12-04T10:26:38.1309666Z Running inductor/test_collective_autotuning 1/1 ... [2025-12-04 10:26:38.126581][3189.8430311] 2025-12-04T10:26:38.1310210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:38.1317601Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_collective_autotuning.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:38.126581] 2025-12-04T10:26:40.5512705Z 2025-12-04T10:26:40.5513760Z inductor/test_collective_autotuning 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_collective_autotuning_1.1_3f8b08348f36bb76_.log 2025-12-04T10:26:40.5514552Z 2025-12-04T10:26:40.5515015Z Finished inductor/test_collective_autotuning 1/1 ... [2025-12-04 10:26:40.542939][3192.2636286], took 0.04min 2025-12-04T10:26:41.2751919Z 2025-12-04T10:26:41.2753020Z dynamo/test_sets 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sets_1.1_c4a3c7f11b14a335_.log 2025-12-04T10:26:41.2753655Z 2025-12-04T10:26:41.2753934Z Finished dynamo/test_sets 1/1 ... [2025-12-04 10:26:41.275108][3192.9873607], took 0.09min 2025-12-04T10:26:44.9809870Z 2025-12-04T10:26:44.9811144Z inductor/test_mix_order_reduction 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mix_order_reduction_1.1_084a7d8e5c938737_.log 2025-12-04T10:26:44.9812091Z 2025-12-04T10:26:44.9812413Z Finished inductor/test_mix_order_reduction 1/1 ... [2025-12-04 10:26:44.980911][3196.6931122], took 0.20min 2025-12-04T10:26:46.6439046Z Running test_transformers 1/2 ... [2025-12-04 10:26:46.633394][3198.3558489] 2025-12-04T10:26:46.6439530Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:46.6446620Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_transformers.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:46.633394] 2025-12-04T10:26:47.0768799Z Running test_decomp 2/18 ... [2025-12-04 10:26:47.075257][3198.7886973] 2025-12-04T10:26:47.0769342Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:47.0775059Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=2', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:47.075257] 2025-12-04T10:26:50.7433629Z Running test_decomp 4/18 ... [2025-12-04 10:26:50.742959][3202.4552462] 2025-12-04T10:26:50.7434084Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:26:50.7444868Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=4', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:26:50.744253] 2025-12-04T10:27:02.6446968Z 2025-12-04T10:27:02.6447967Z test_transformers 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_transformers_1.2_2a3d5947ffa5a795_.log 2025-12-04T10:27:02.6448901Z Running 0 items in this shard: 2025-12-04T10:27:02.6449434Z 2025-12-04T10:27:02.6449956Z Finished test_transformers 1/2 ... [2025-12-04 10:27:02.642025][3214.3567594], took 0.27min 2025-12-04T10:27:08.5424542Z Running test_decomp 5/18 ... [2025-12-04 10:27:08.530321][3220.2540861] 2025-12-04T10:27:08.5425000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:08.5431792Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=5', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:08.530321] 2025-12-04T10:27:15.0717727Z 2025-12-04T10:27:15.0718671Z test_decomp 2/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_2.18_c14b2bd340dcbd14_.log 2025-12-04T10:27:15.0719445Z Running 0 items in this shard: 2025-12-04T10:27:15.0719644Z 2025-12-04T10:27:15.0720487Z Finished test_decomp 2/18 ... [2025-12-04 10:27:15.071413][3226.7836768], took 0.47min 2025-12-04T10:27:18.8660325Z 2025-12-04T10:27:18.8661222Z test_decomp 4/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_4.18_08fe467d82cc9a41_.log 2025-12-04T10:27:18.8662067Z Running 0 items in this shard: 2025-12-04T10:27:18.8662369Z 2025-12-04T10:27:18.8663212Z Finished test_decomp 4/18 ... [2025-12-04 10:27:18.866203][3230.5778854], took 0.47min 2025-12-04T10:27:20.9497812Z Running test_decomp 11/18 ... [2025-12-04 10:27:20.949306][3232.6612637] 2025-12-04T10:27:20.9498322Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:20.9520000Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=11', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:20.950374] 2025-12-04T10:27:24.6900306Z Running test_decomp 13/18 ... [2025-12-04 10:27:24.689565][3236.4014578] 2025-12-04T10:27:24.6900806Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:24.6907903Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=13', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:24.690188] 2025-12-04T10:27:36.8976377Z 2025-12-04T10:27:36.8978118Z test_decomp 5/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_5.18_6cce237131026894_.log 2025-12-04T10:27:36.8979047Z Running 0 items in this shard: 2025-12-04T10:27:36.8979356Z 2025-12-04T10:27:36.8979629Z Finished test_decomp 5/18 ... [2025-12-04 10:27:36.897354][3248.6092731], took 0.47min 2025-12-04T10:27:42.6987231Z Running test_decomp 14/18 ... [2025-12-04 10:27:42.698140][3254.4098993] 2025-12-04T10:27:42.6987711Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:42.6994901Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=14', '--num-shards=18', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:42.698140] 2025-12-04T10:27:49.0140789Z 2025-12-04T10:27:49.0141746Z test_decomp 11/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_11.18_5db95e46d0a5795b_.log 2025-12-04T10:27:49.0142835Z Running 0 items in this shard: 2025-12-04T10:27:49.0143029Z 2025-12-04T10:27:49.0143735Z Finished test_decomp 11/18 ... [2025-12-04 10:27:49.014226][3260.7255824], took 0.47min 2025-12-04T10:27:53.8975630Z 2025-12-04T10:27:53.8976589Z test_decomp 13/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_13.18_cee1f8ff82f6d020_.log 2025-12-04T10:27:53.8977454Z Running 0 items in this shard: 2025-12-04T10:27:53.8977655Z 2025-12-04T10:27:53.8978346Z Finished test_decomp 13/18 ... [2025-12-04 10:27:53.897525][3265.6089976], took 0.49min 2025-12-04T10:27:54.7617382Z Running test_ops 2/9 ... [2025-12-04 10:27:54.761041][3266.4727696] 2025-12-04T10:27:54.7617842Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:54.7625879Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:54.762332] 2025-12-04T10:27:59.5514115Z Running test_ops 4/9 ... [2025-12-04 10:27:59.551144][3271.2623839] 2025-12-04T10:27:59.5514750Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:59.5522474Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=4', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:27:59.552030] 2025-12-04T10:28:11.1289236Z 2025-12-04T10:28:11.1290457Z test_decomp 14/18 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_14.18_365ab43162ee2ff0_.log 2025-12-04T10:28:11.1291206Z Running 0 items in this shard: 2025-12-04T10:28:11.1291401Z 2025-12-04T10:28:11.1291829Z Finished test_decomp 14/18 ... [2025-12-04 10:28:11.127369][3282.8401535], took 0.47min 2025-12-04T10:28:16.7771422Z Running test_ops 5/9 ... [2025-12-04 10:28:16.773346][3288.4879419] 2025-12-04T10:28:16.7772079Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:28:16.7778426Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=5', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:28:16.773346] 2025-12-04T10:29:29.9810790Z 2025-12-04T10:29:29.9811919Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_9722ac327ba526b1_.log 2025-12-04T10:29:29.9812657Z Running 0 items in this shard: 2025-12-04T10:29:29.9812854Z 2025-12-04T10:29:29.9813667Z Finished test_ops 2/9 ... [2025-12-04 10:29:29.980829][3361.6915748], took 1.59min 2025-12-04T10:29:33.3209898Z 2025-12-04T10:29:33.3211117Z test_ops 4/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_4.9_b5ea98d2f8f68dba_.log 2025-12-04T10:29:33.3211888Z Running 0 items in this shard: 2025-12-04T10:29:33.3212101Z 2025-12-04T10:29:33.3212881Z Finished test_ops 4/9 ... [2025-12-04 10:29:33.319972][3365.0314615], took 1.56min 2025-12-04T10:29:35.7018065Z Running inductor/test_torchinductor_dynamic_shapes 1/1 ... [2025-12-04 10:29:35.688419][3367.4118659] 2025-12-04T10:29:35.7018702Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:29:35.7025145Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:29:35.688419] 2025-12-04T10:29:39.0002340Z Running inductor/test_pattern_matcher 1/1 ... [2025-12-04 10:29:38.999567][3370.7102721] 2025-12-04T10:29:39.0002922Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:29:39.0009593Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_pattern_matcher.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:29:38.999567] 2025-12-04T10:29:48.7405769Z 2025-12-04T10:29:48.7407127Z inductor/test_torchinductor_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.1_b5c62b630bef621a_.log 2025-12-04T10:29:48.7408020Z 2025-12-04T10:29:48.7408397Z Finished inductor/test_torchinductor_dynamic_shapes 1/1 ... [2025-12-04 10:29:48.738367][3380.4506969], took 0.22min 2025-12-04T10:29:51.0073882Z 2025-12-04T10:29:51.0074949Z inductor/test_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pattern_matcher_1.1_f28c9c7fca55ce23_.log 2025-12-04T10:29:51.0075727Z 2025-12-04T10:29:52.1963443Z Finished inductor/test_pattern_matcher 1/1 ... [2025-12-04 10:29:51.004298][3382.7174852], took 0.20min 2025-12-04T10:29:52.1963909Z 2025-12-04T10:29:52.1964347Z test_ops 5/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_5.9_1e7abd0bb005e4c1_.log 2025-12-04T10:29:52.1965437Z Running 0 items in this shard: 2025-12-04T10:29:52.1965811Z 2025-12-04T10:29:52.1966097Z Finished test_ops 5/9 ... [2025-12-04 10:29:52.192434][3383.9066353], took 1.59min 2025-12-04T10:29:54.4449937Z Running inductor/test_smoke 1/1 ... [2025-12-04 10:29:54.444305][3386.1549066] 2025-12-04T10:29:54.4450554Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:29:54.4457867Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:29:54.445560] 2025-12-04T10:29:56.8426856Z Running inductor/test_compiled_autograd 1/1 ... [2025-12-04 10:29:56.841860][3388.5524171] 2025-12-04T10:29:56.8427436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:29:56.8432916Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:29:56.843032] 2025-12-04T10:29:58.1315661Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-12-04 10:29:58.129058][3389.8414587] 2025-12-04T10:29:58.1316355Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:29:58.1323943Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:29:58.131693] 2025-12-04T10:30:06.5911054Z 2025-12-04T10:30:06.5912161Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_0dab2ca8abd22fe5_.log 2025-12-04T10:30:06.5913309Z 2025-12-04T10:30:06.5913946Z Finished inductor/test_smoke 1/1 ... [2025-12-04 10:30:06.591015][3398.3010943], took 0.20min 2025-12-04T10:30:10.8618333Z 2025-12-04T10:30:10.8619728Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_c6b64330194720fb_.log 2025-12-04T10:30:10.8620578Z 2025-12-04T10:30:10.8621767Z Finished inductor/test_compiled_autograd 1/1 ... [2025-12-04 10:30:10.860310][3402.5717844], took 0.23min 2025-12-04T10:30:12.2562841Z 2025-12-04T10:30:12.2564639Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_1e09733bb49abfb8_.log 2025-12-04T10:30:12.2565442Z 2025-12-04T10:30:12.2565817Z Finished dynamo/test_activation_checkpointing 1/1 ... [2025-12-04 10:30:12.254088][3403.966223], took 0.24min 2025-12-04T10:30:12.4109590Z Running inductor/test_inductor_freezing 1/1 ... [2025-12-04 10:30:12.410310][3404.1207189] 2025-12-04T10:30:12.4110183Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:12.4117118Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_inductor_freezing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:12.411471] 2025-12-04T10:30:16.7850283Z Running inductor/test_mmdecomp 1/1 ... [2025-12-04 10:30:16.784793][3408.4947649] 2025-12-04T10:30:16.7850860Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:16.7858739Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_mmdecomp.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:16.785596] 2025-12-04T10:30:18.3074272Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-12-04 10:30:18.306445][3410.0171777] 2025-12-04T10:30:18.3081810Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:18.3083255Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:18.307653] 2025-12-04T10:30:23.3646920Z 2025-12-04T10:30:23.3648094Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_947d4bb6deed6036_.log 2025-12-04T10:30:23.3648914Z 2025-12-04T10:30:23.3649263Z Finished inductor/test_aot_inductor_arrayref 1/1 ... [2025-12-04 10:30:23.349434][3415.0747271], took 0.08min 2025-12-04T10:30:24.8725059Z 2025-12-04T10:30:24.8726108Z inductor/test_inductor_freezing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_freezing_1.1_e5136537b2c0ee09_.log 2025-12-04T10:30:24.8726960Z 2025-12-04T10:30:24.8728913Z Finished inductor/test_inductor_freezing 1/1 ... [2025-12-04 10:30:24.872113][3416.5823576], took 0.21min 2025-12-04T10:30:29.2205910Z Running inductor/test_halide 1/1 ... [2025-12-04 10:30:29.220345][3420.9302578] 2025-12-04T10:30:29.2206444Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:29.2213541Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_halide.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:29.221059] 2025-12-04T10:30:29.6093835Z 2025-12-04T10:30:29.6094825Z inductor/test_mmdecomp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mmdecomp_1.1_da1e34581b62fdbf_.log 2025-12-04T10:30:29.6095519Z 2025-12-04T10:30:29.6095809Z Finished inductor/test_mmdecomp 1/1 ... [2025-12-04 10:30:29.609070][3421.3191884], took 0.21min 2025-12-04T10:30:30.8586966Z Running inductor/test_pad_mm 1/1 ... [2025-12-04 10:30:30.852405][3422.5683513] 2025-12-04T10:30:30.8587472Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:30.8594139Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_pad_mm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:30.852405] 2025-12-04T10:30:35.4042893Z Running inductor/test_subgraph_choice 1/1 ... [2025-12-04 10:30:35.403973][3427.113908] 2025-12-04T10:30:35.4043449Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:35.4050231Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_subgraph_choice.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:35.404617] 2025-12-04T10:30:41.4864713Z 2025-12-04T10:30:41.4866144Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_685ede62b530135c_.log 2025-12-04T10:30:41.4868578Z 2025-12-04T10:30:41.4869460Z Finished inductor/test_halide 1/1 ... [2025-12-04 10:30:41.486555][3433.1966304], took 0.20min 2025-12-04T10:30:44.1797354Z 2025-12-04T10:30:44.1798314Z inductor/test_pad_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pad_mm_1.1_d737ef8cc1e9f13d_.log 2025-12-04T10:30:44.1799076Z 2025-12-04T10:30:44.1799443Z Finished inductor/test_pad_mm 1/1 ... [2025-12-04 10:30:44.179270][3435.8894592], took 0.22min 2025-12-04T10:30:47.2072973Z 2025-12-04T10:30:47.2074045Z inductor/test_subgraph_choice 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_subgraph_choice_1.1_7563671fbd294cff_.log 2025-12-04T10:30:47.2074811Z 2025-12-04T10:30:47.2075133Z Finished inductor/test_subgraph_choice 1/1 ... [2025-12-04 10:30:47.205642][3438.916997], took 0.20min 2025-12-04T10:30:47.2115265Z Running inductor/test_cpp_wrapper_hipify 1/1 ... [2025-12-04 10:30:47.205642][3438.9210974] 2025-12-04T10:30:47.2115854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:47.2122546Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_cpp_wrapper_hipify.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:47.205642] 2025-12-04T10:30:50.0909610Z Running inductor/test_async_compile 1/1 ... [2025-12-04 10:30:50.088946][3441.8004943] 2025-12-04T10:30:50.0910257Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:50.0920728Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_async_compile.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:50.091675] 2025-12-04T10:30:52.3629045Z 2025-12-04T10:30:52.3630336Z inductor/test_cpp_wrapper_hipify 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpp_wrapper_hipify_1.1_dcc6778d6bd8fd49_.log 2025-12-04T10:30:52.3631111Z 2025-12-04T10:30:52.3633535Z Finished inductor/test_cpp_wrapper_hipify 1/1 ... [2025-12-04 10:30:52.353101][3444.0725837], took 0.09min 2025-12-04T10:30:53.0510360Z Running inductor/test_indexing 1/1 ... [2025-12-04 10:30:53.042189][3444.760557] 2025-12-04T10:30:53.0510883Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:53.0517936Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_indexing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:53.042189] 2025-12-04T10:30:58.2343772Z Running inductor/test_external_callables 1/1 ... [2025-12-04 10:30:58.226221][3449.9438557] 2025-12-04T10:30:58.2344365Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:30:58.2351102Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_external_callables.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:30:58.226221] 2025-12-04T10:31:02.2965182Z 2025-12-04T10:31:02.2966641Z inductor/test_async_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_async_compile_1.1_d0fad6c5644dd48a_.log 2025-12-04T10:31:02.2967508Z 2025-12-04T10:31:02.2967828Z Finished inductor/test_async_compile 1/1 ... [2025-12-04 10:31:02.294973][3454.006138], took 0.20min 2025-12-04T10:31:03.8966884Z 2025-12-04T10:31:03.8968340Z inductor/test_external_callables 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_external_callables_1.1_f2e7badfaa7bd412_.log 2025-12-04T10:31:03.8969123Z 2025-12-04T10:31:03.8969578Z Finished inductor/test_external_callables 1/1 ... [2025-12-04 10:31:03.896376][3455.6062999], took 0.09min 2025-12-04T10:31:05.4670789Z 2025-12-04T10:31:05.4671964Z inductor/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_indexing_1.1_c52515442f08e28d_.log 2025-12-04T10:31:05.4672863Z 2025-12-04T10:31:05.4673168Z Finished inductor/test_indexing 1/1 ... [2025-12-04 10:31:05.467020][3457.1766788], took 0.21min 2025-12-04T10:31:08.3488358Z Running export/test_strict_export_v2 1/1 ... [2025-12-04 10:31:08.343790][3460.0582602] 2025-12-04T10:31:08.3489079Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:08.3495544Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_strict_export_v2.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:08.343790] 2025-12-04T10:31:09.5961226Z Running export/test_unflatten_training_ir 1/1 ... [2025-12-04 10:31:09.590599][3461.3055337] 2025-12-04T10:31:09.5961932Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:09.5974196Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_unflatten_training_ir.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:09.596767] 2025-12-04T10:31:11.2438137Z Running inductor/test_xpu_basic 1/1 ... [2025-12-04 10:31:11.243231][3462.9532275] 2025-12-04T10:31:11.2438971Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:11.2449587Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:11.244524] 2025-12-04T10:31:14.6227278Z 2025-12-04T10:31:14.6228523Z export/test_unflatten_training_ir 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_unflatten_training_ir_1.1_cb46272ac64671c9_.log 2025-12-04T10:31:14.6229564Z 2025-12-04T10:31:20.4494840Z Finished export/test_unflatten_training_ir 1/1 ... [2025-12-04 10:31:14.622650][3466.3322707], took 0.08min 2025-12-04T10:31:20.4495593Z Running dynamo/test_base_output 1/1 ... [2025-12-04 10:31:20.445723][3472.1588366] 2025-12-04T10:31:20.4496244Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:20.4502264Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_base_output.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:20.445723] 2025-12-04T10:31:21.0068617Z 2025-12-04T10:31:21.0069644Z export/test_strict_export_v2 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_strict_export_v2_1.1_d1308376f65bed91_.log 2025-12-04T10:31:21.0070370Z 2025-12-04T10:31:24.4813296Z Finished export/test_strict_export_v2 1/1 ... [2025-12-04 10:31:21.006693][3472.7163696], took 0.21min 2025-12-04T10:31:24.4813769Z 2025-12-04T10:31:24.4814367Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_a61cc5ad7b2704b7_.log 2025-12-04T10:31:24.4815049Z 2025-12-04T10:31:24.4815341Z Finished inductor/test_xpu_basic 1/1 ... [2025-12-04 10:31:24.480584][3476.1907646], took 0.22min 2025-12-04T10:31:25.7171249Z 2025-12-04T10:31:25.7172225Z dynamo/test_base_output 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_output_1.1_c16255d16f8a13f1_.log 2025-12-04T10:31:25.7172901Z 2025-12-04T10:31:25.7173229Z Finished dynamo/test_base_output 1/1 ... [2025-12-04 10:31:25.701660][3477.4266012], took 0.09min 2025-12-04T10:31:26.8119901Z Running export/test_export_strict 1/1 ... [2025-12-04 10:31:26.810404][3478.5213173] 2025-12-04T10:31:26.8120460Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:26.8127146Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_export_strict.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:26.810404] 2025-12-04T10:31:30.2470285Z Running inductor/test_remote_cache 1/1 ... [2025-12-04 10:31:30.232095][3481.9563309] 2025-12-04T10:31:30.2470822Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:30.2477846Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_remote_cache.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:30.232095] 2025-12-04T10:31:31.4235655Z Running inductor/test_debug_trace 1/1 ... [2025-12-04 10:31:31.423184][3483.1328565] 2025-12-04T10:31:31.4236356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:31.4247221Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_debug_trace.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:31.423832] 2025-12-04T10:31:35.3907060Z 2025-12-04T10:31:35.3908078Z inductor/test_remote_cache 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_remote_cache_1.1_9399e82906e0b77f_.log 2025-12-04T10:31:35.3908968Z 2025-12-04T10:31:35.3909280Z Finished inductor/test_remote_cache 1/1 ... [2025-12-04 10:31:35.383384][3487.1001331], took 0.09min 2025-12-04T10:31:39.1862317Z 2025-12-04T10:31:39.1863393Z export/test_export_strict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_strict_1.1_6d7e4af999895ed2_.log 2025-12-04T10:31:39.1864164Z 2025-12-04T10:31:39.1864471Z Finished export/test_export_strict 1/1 ... [2025-12-04 10:31:39.185914][3490.8956461], took 0.21min 2025-12-04T10:31:41.2537292Z Running inductor/test_static_cuda_launcher 1/1 ... [2025-12-04 10:31:41.246114][3492.962967] 2025-12-04T10:31:41.2537857Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:41.2544439Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_static_cuda_launcher.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:41.246114] 2025-12-04T10:31:43.6757712Z 2025-12-04T10:31:43.6758707Z inductor/test_debug_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_debug_trace_1.1_b5f9529bfe9822b2_.log 2025-12-04T10:31:43.6759409Z 2025-12-04T10:31:43.6759760Z Finished inductor/test_debug_trace 1/1 ... [2025-12-04 10:31:43.670554][3495.3851518], took 0.20min 2025-12-04T10:31:45.1862817Z Running dynamo/test_utils 1/1 ... [2025-12-04 10:31:45.178816][3496.8955126] 2025-12-04T10:31:45.1863356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:45.1870042Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:45.178816] 2025-12-04T10:31:49.5157871Z Running dynamo/test_frame_init 1/1 ... [2025-12-04 10:31:49.507433][3501.2249993] 2025-12-04T10:31:49.5158410Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:49.5165263Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:49.507433] 2025-12-04T10:31:50.3021144Z 2025-12-04T10:31:50.3022098Z dynamo/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_utils_1.1_2fa8ba291b20a4be_.log 2025-12-04T10:31:50.3022776Z 2025-12-04T10:31:50.3023039Z Finished dynamo/test_utils 1/1 ... [2025-12-04 10:31:50.302014][3502.0114581], took 0.09min 2025-12-04T10:31:53.7379933Z 2025-12-04T10:31:53.7381007Z inductor/test_static_cuda_launcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_static_cuda_launcher_1.1_3eab7af2b06bb7f0_.log 2025-12-04T10:31:53.7381787Z 2025-12-04T10:31:53.7382154Z Finished inductor/test_static_cuda_launcher 1/1 ... [2025-12-04 10:31:53.735817][3505.4473256], took 0.21min 2025-12-04T10:31:54.5518694Z 2025-12-04T10:31:54.5520029Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_c28b7dba5f771742_.log 2025-12-04T10:31:54.5520744Z 2025-12-04T10:31:54.5521746Z Finished dynamo/test_frame_init 1/1 ... [2025-12-04 10:31:54.540590][3506.2611989], took 0.08min 2025-12-04T10:31:56.1627528Z Running inductor/test_decompose_mem_bound_mm 1/1 ... [2025-12-04 10:31:56.150344][3507.8719261] 2025-12-04T10:31:56.1628125Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:56.1634719Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_decompose_mem_bound_mm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:56.150344] 2025-12-04T10:31:59.3837634Z Running inductor/test_helion_kernels 1/1 ... [2025-12-04 10:31:59.370475][3511.0929317] 2025-12-04T10:31:59.3838182Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:31:59.3844756Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_helion_kernels.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:31:59.370475] 2025-12-04T10:32:00.8088490Z Running inductor/test_compiled_optimizers 1/1 ... [2025-12-04 10:32:00.805769][3512.5179986] 2025-12-04T10:32:00.8089083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:00.8095812Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:00.805769] 2025-12-04T10:32:08.5583128Z 2025-12-04T10:32:08.5584241Z inductor/test_decompose_mem_bound_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_decompose_mem_bound_mm_1.1_4aab58b6f18a0c1b_.log 2025-12-04T10:32:08.5585122Z 2025-12-04T10:32:08.5585492Z Finished inductor/test_decompose_mem_bound_mm 1/1 ... [2025-12-04 10:32:08.557933][3520.2675743], took 0.21min 2025-12-04T10:32:11.4781944Z 2025-12-04T10:32:11.4783119Z inductor/test_helion_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_helion_kernels_1.1_741116b38fddfac8_.log 2025-12-04T10:32:11.4783884Z 2025-12-04T10:32:11.4784209Z Finished inductor/test_helion_kernels 1/1 ... [2025-12-04 10:32:11.478055][3523.1874559], took 0.20min 2025-12-04T10:32:14.6692121Z 2025-12-04T10:32:14.6693875Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_03323af437d6fe18_.log 2025-12-04T10:32:14.6695019Z 2025-12-04T10:32:14.6695368Z Finished inductor/test_compiled_optimizers 1/1 ... [2025-12-04 10:32:14.666412][3526.3784596], took 0.23min 2025-12-04T10:32:14.7894289Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-12-04 10:32:14.773926][3526.4985084] 2025-12-04T10:32:14.7894846Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:14.7904555Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:14.789723] 2025-12-04T10:32:17.5629820Z Running dynamo/test_view 1/1 ... [2025-12-04 10:32:17.562581][3529.2720563] 2025-12-04T10:32:17.5630344Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:17.5637885Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_view.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:17.563206] 2025-12-04T10:32:20.4012852Z Running export/test_cpp_serdes 1/1 ... [2025-12-04 10:32:20.400871][3532.110356] 2025-12-04T10:32:20.4013403Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:20.4019970Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_cpp_serdes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:20.400871] 2025-12-04T10:32:22.5494399Z 2025-12-04T10:32:22.5495602Z dynamo/test_view 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_view_1.1_904292f16e9d2bb0_.log 2025-12-04T10:32:22.5496249Z 2025-12-04T10:32:22.5496734Z Finished dynamo/test_view 1/1 ... [2025-12-04 10:32:22.549078][3534.2586366], took 0.08min 2025-12-04T10:32:27.5131047Z 2025-12-04T10:32:27.5132101Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_7839da53fca2802d_.log 2025-12-04T10:32:27.5132891Z 2025-12-04T10:32:27.5133227Z Finished inductor/test_split_cat_fx_passes 1/1 ... [2025-12-04 10:32:27.505721][3539.2222816], took 0.21min 2025-12-04T10:32:28.4568584Z Running dynamo/test_pre_dispatch 1/1 ... [2025-12-04 10:32:28.453213][3540.1624557] 2025-12-04T10:32:28.4569115Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:28.4570451Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_pre_dispatch.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:28.454018] 2025-12-04T10:32:33.1968901Z 2025-12-04T10:32:33.1970207Z export/test_cpp_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_cpp_serdes_1.1_2311481ac95ce852_.log 2025-12-04T10:32:33.1970901Z 2025-12-04T10:32:33.1971218Z Finished export/test_cpp_serdes 1/1 ... [2025-12-04 10:32:33.193887][3544.9060432], took 0.21min 2025-12-04T10:32:33.2735664Z Running dynamo/test_config 1/1 ... [2025-12-04 10:32:33.273293][3544.9825759] 2025-12-04T10:32:33.2736204Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:33.2742898Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_config.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:33.273293] 2025-12-04T10:32:33.3651355Z 2025-12-04T10:32:33.3652815Z dynamo/test_pre_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_pre_dispatch_1.1_eddbe5c566b2e4a6_.log 2025-12-04T10:32:33.3653641Z 2025-12-04T10:32:33.3653922Z Finished dynamo/test_pre_dispatch 1/1 ... [2025-12-04 10:32:33.364759][3545.074292], took 0.08min 2025-12-04T10:32:39.0267102Z 2025-12-04T10:32:39.0268159Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_1335b0d07ed2f50c_.log 2025-12-04T10:32:39.0268804Z 2025-12-04T10:32:39.0274252Z Finished dynamo/test_config 1/1 ... [2025-12-04 10:32:39.026589][3550.7358317], took 0.10min 2025-12-04T10:32:39.0274864Z Running inductor/test_memory 1/1 ... [2025-12-04 10:32:39.026748][3550.7364404] 2025-12-04T10:32:39.0275463Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:39.0283237Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_memory.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:39.026748] 2025-12-04T10:32:39.1661632Z Running inductor/test_dependencies 1/1 ... [2025-12-04 10:32:39.165939][3550.8751479] 2025-12-04T10:32:39.1662144Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:39.1668982Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_dependencies.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:39.166671] 2025-12-04T10:32:44.8385660Z Running dynamo/test_graph_region_tracker 1/1 ... [2025-12-04 10:32:44.837588][3556.5475316] 2025-12-04T10:32:44.8386204Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:44.8392795Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_graph_region_tracker.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:44.837588] 2025-12-04T10:32:50.4562469Z 2025-12-04T10:32:50.4563530Z dynamo/test_graph_region_tracker 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_graph_region_tracker_1.1_25853926d2e20f2b_.log 2025-12-04T10:32:50.4564288Z 2025-12-04T10:32:50.4564617Z Finished dynamo/test_graph_region_tracker 1/1 ... [2025-12-04 10:32:50.455324][3562.1653235], took 0.09min 2025-12-04T10:32:51.1811664Z 2025-12-04T10:32:51.1812680Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_bf80f35e59392889_.log 2025-12-04T10:32:51.1813424Z 2025-12-04T10:32:51.1813770Z Finished inductor/test_dependencies 1/1 ... [2025-12-04 10:32:51.179807][3562.8902616], took 0.20min 2025-12-04T10:32:53.6157920Z 2025-12-04T10:32:53.6158961Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_a063691e4d3166eb_.log 2025-12-04T10:32:53.6159627Z 2025-12-04T10:32:53.6159909Z Finished inductor/test_memory 1/1 ... [2025-12-04 10:32:53.615726][3565.3248494], took 0.24min 2025-12-04T10:32:56.1356416Z Running inductor/test_unbacked_symints 1/1 ... [2025-12-04 10:32:56.126589][3567.8445583] 2025-12-04T10:32:56.1356993Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:56.1363483Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_unbacked_symints.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:56.126589] 2025-12-04T10:32:56.9390670Z Running dynamo/test_install_free_tensors 1/1 ... [2025-12-04 10:32:56.938574][3568.6479824] 2025-12-04T10:32:56.9391249Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:56.9403673Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_install_free_tensors.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:56.940013] 2025-12-04T10:32:59.5436133Z Running dynamo/test_cudagraphs 1/1 ... [2025-12-04 10:32:59.543398][3571.2525128] 2025-12-04T10:32:59.5436653Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:59.5443832Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:32:59.544145] 2025-12-04T10:33:02.6248898Z 2025-12-04T10:33:02.6250268Z dynamo/test_install_free_tensors 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_install_free_tensors_1.1_983117c6bf1d3462_.log 2025-12-04T10:33:02.6251118Z 2025-12-04T10:33:05.0196642Z Finished dynamo/test_install_free_tensors 1/1 ... [2025-12-04 10:33:02.624827][3574.3339379], took 0.09min 2025-12-04T10:33:05.0197126Z 2025-12-04T10:33:05.0197711Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_87a1a7347bc82559_.log 2025-12-04T10:33:05.0198485Z 2025-12-04T10:33:05.0198863Z Finished dynamo/test_cudagraphs 1/1 ... [2025-12-04 10:33:05.019222][3576.7286279], took 0.09min 2025-12-04T10:33:08.0110543Z 2025-12-04T10:33:08.0111781Z inductor/test_unbacked_symints 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_unbacked_symints_1.1_78f623163d458e18_.log 2025-12-04T10:33:08.0112578Z 2025-12-04T10:33:08.0112901Z Finished inductor/test_unbacked_symints 1/1 ... [2025-12-04 10:33:08.010939][3579.7200482], took 0.20min 2025-12-04T10:33:08.8017581Z Running dynamo/test_compile 1/1 ... [2025-12-04 10:33:08.801063][3580.5106378] 2025-12-04T10:33:08.8018111Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:08.8025578Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_compile.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:08.802310] 2025-12-04T10:33:10.7186359Z Running inductor/test_split_cat_fx_aten_passes 1/1 ... [2025-12-04 10:33:10.718416][3582.4274908] 2025-12-04T10:33:10.7186989Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:10.7193825Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_split_cat_fx_aten_passes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:10.719056] 2025-12-04T10:33:13.7187349Z Running inductor/test_augmented_graph_helper 1/1 ... [2025-12-04 10:33:13.707248][3585.4275737] 2025-12-04T10:33:13.7187925Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:13.7194721Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_augmented_graph_helper.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:13.707248] 2025-12-04T10:33:14.1459639Z 2025-12-04T10:33:14.1460850Z dynamo/test_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_compile_1.1_f722e1edb00b3ed3_.log 2025-12-04T10:33:14.1461602Z 2025-12-04T10:33:14.1462004Z Finished dynamo/test_compile 1/1 ... [2025-12-04 10:33:14.145865][3585.8549406], took 0.09min 2025-12-04T10:33:18.8901314Z 2025-12-04T10:33:18.8902506Z inductor/test_augmented_graph_helper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_augmented_graph_helper_1.1_72d11f2132338ec9_.log 2025-12-04T10:33:18.8903750Z 2025-12-04T10:33:18.8904291Z Finished inductor/test_augmented_graph_helper 1/1 ... [2025-12-04 10:33:18.887980][3590.5991173], took 0.09min 2025-12-04T10:33:20.0004946Z Running dynamo/test_modes 1/1 ... [2025-12-04 10:33:19.999221][3591.7092989] 2025-12-04T10:33:20.0005469Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:20.0012173Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_modes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:20.000857] 2025-12-04T10:33:23.3091539Z 2025-12-04T10:33:23.3092636Z inductor/test_split_cat_fx_aten_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_aten_passes_1.1_c310591cbe66d407_.log 2025-12-04T10:33:23.3093441Z 2025-12-04T10:33:23.3093814Z Finished inductor/test_split_cat_fx_aten_passes 1/1 ... [2025-12-04 10:33:23.308965][3595.0181236], took 0.21min 2025-12-04T10:33:25.1993389Z Running dynamo/test_base_hop 1/1 ... [2025-12-04 10:33:25.199051][3596.9080809] 2025-12-04T10:33:25.1993897Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:25.2000266Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_base_hop.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:25.199795] 2025-12-04T10:33:29.1215862Z Running inductor/test_torchbind 1/1 ... [2025-12-04 10:33:29.121040][3600.8303784] 2025-12-04T10:33:29.1216531Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:29.1227809Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_torchbind.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:29.122339] 2025-12-04T10:33:30.6032990Z 2025-12-04T10:33:30.6034510Z dynamo/test_base_hop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_hop_1.1_0dcefd98a782c2d5_.log 2025-12-04T10:33:30.6035346Z 2025-12-04T10:33:30.6035630Z Finished dynamo/test_base_hop 1/1 ... [2025-12-04 10:33:30.590222][3602.3122398], took 0.09min 2025-12-04T10:33:32.1972565Z 2025-12-04T10:33:32.1973507Z dynamo/test_modes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modes_1.1_0e3b8eeb96af7213_.log 2025-12-04T10:33:32.1974201Z 2025-12-04T10:33:32.1974465Z Finished dynamo/test_modes 1/1 ... [2025-12-04 10:33:32.196947][3603.9061917], took 0.20min 2025-12-04T10:33:36.3318721Z Running inductor/test_fxir_backend 1/1 ... [2025-12-04 10:33:36.326775][3608.0406414] 2025-12-04T10:33:36.3319275Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:36.3326132Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'inductor/test_fxir_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:36.326775] 2025-12-04T10:33:37.9678949Z Running dynamo/test_flat_apply 1/1 ... [2025-12-04 10:33:37.962404][3609.6766648] 2025-12-04T10:33:37.9679460Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:37.9686131Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_flat_apply.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:37.962404] 2025-12-04T10:33:41.5060950Z 2025-12-04T10:33:41.5062054Z inductor/test_torchbind 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchbind_1.1_cd45fef102739140_.log 2025-12-04T10:33:41.5062786Z 2025-12-04T10:33:41.5063079Z Finished inductor/test_torchbind 1/1 ... [2025-12-04 10:33:41.505773][3613.2150107], took 0.21min 2025-12-04T10:33:43.2485288Z 2025-12-04T10:33:43.2486444Z dynamo/test_flat_apply 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_flat_apply_1.1_69cf1d49f03e38d5_.log 2025-12-04T10:33:43.2487250Z 2025-12-04T10:33:43.2487537Z Finished dynamo/test_flat_apply 1/1 ... [2025-12-04 10:33:43.246821][3614.9574087], took 0.09min 2025-12-04T10:33:47.3373648Z Running dynamo/test_structured_trace 1/1 ... [2025-12-04 10:33:47.324379][3619.0461048] 2025-12-04T10:33:47.3374217Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:47.3380839Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_structured_trace.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:47.324379] 2025-12-04T10:33:48.9417693Z 2025-12-04T10:33:48.9418759Z inductor/test_fxir_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fxir_backend_1.1_911b1bcef922f4bb_.log 2025-12-04T10:33:48.9419476Z 2025-12-04T10:33:48.9419782Z Finished inductor/test_fxir_backend 1/1 ... [2025-12-04 10:33:48.935418][3620.6506513], took 0.21min 2025-12-04T10:33:49.1793763Z Running export/test_nativert 1/1 ... [2025-12-04 10:33:49.178997][3620.8881025] 2025-12-04T10:33:49.1794268Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:49.1801802Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_nativert.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:49.179690] 2025-12-04T10:33:54.7316493Z Running dynamo/test_torchrec 1/1 ... [2025-12-04 10:33:54.722730][3626.4403769] 2025-12-04T10:33:54.7317063Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:33:54.7323676Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_torchrec.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:33:54.722730] 2025-12-04T10:33:59.4644566Z 2025-12-04T10:33:59.4645882Z dynamo/test_structured_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_structured_trace_1.1_2bcc86a1524e1a2b_.log 2025-12-04T10:33:59.4646691Z 2025-12-04T10:33:59.4647071Z Finished dynamo/test_structured_trace 1/1 ... [2025-12-04 10:33:59.464322][3631.1733153], took 0.20min 2025-12-04T10:34:00.3454913Z 2025-12-04T10:34:00.3455900Z dynamo/test_torchrec 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_torchrec_1.1_1b64186963263b53_.log 2025-12-04T10:34:00.3456689Z 2025-12-04T10:34:00.3457519Z Finished dynamo/test_torchrec 1/1 ... [2025-12-04 10:34:00.345618][3632.0545339], took 0.09min 2025-12-04T10:34:02.3657281Z 2025-12-04T10:34:02.3658561Z export/test_nativert 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_nativert_1.1_c6b5ca65cb66e6dc_.log 2025-12-04T10:34:02.3659266Z 2025-12-04T10:34:02.3659549Z Finished export/test_nativert 1/1 ... [2025-12-04 10:34:02.364565][3634.0745781], took 0.22min 2025-12-04T10:34:05.3075656Z Running dynamo/test_trace_rules 1/1 ... [2025-12-04 10:34:05.302911][3637.0162464] 2025-12-04T10:34:05.3076184Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:05.3082786Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_trace_rules.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:05.302911] 2025-12-04T10:34:05.9495132Z Running dynamo/test_subclasses 1/1 ... [2025-12-04 10:34:05.941074][3637.6581985] 2025-12-04T10:34:05.9495662Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:05.9502361Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_subclasses.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:05.941074] 2025-12-04T10:34:08.3694454Z Running export/test_sparse 2/2 ... [2025-12-04 10:34:08.356397][3640.0781309] 2025-12-04T10:34:08.3694997Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:08.3701678Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_sparse.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:08.356397] 2025-12-04T10:34:10.3831219Z 2025-12-04T10:34:10.3832554Z dynamo/test_trace_rules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_trace_rules_1.1_48fd25b333c39c67_.log 2025-12-04T10:34:10.3833244Z 2025-12-04T10:34:10.3833567Z Finished dynamo/test_trace_rules 1/1 ... [2025-12-04 10:34:10.382579][3642.0919456], took 0.08min 2025-12-04T10:34:14.0912759Z 2025-12-04T10:34:14.0913680Z export/test_sparse 2/2 was successful, full logs can be found in artifacts with path test/test-reports/export.test_sparse_2.2_3aea9362d10102d2_.log 2025-12-04T10:34:14.0914494Z Running 0 items in this shard: 2025-12-04T10:34:14.0914692Z 2025-12-04T10:34:14.0915457Z Finished export/test_sparse 2/2 ... [2025-12-04 10:34:14.082635][3645.8003037], took 0.10min 2025-12-04T10:34:16.2751174Z Running export/test_draft_export 1/1 ... [2025-12-04 10:34:16.274663][3647.983766] 2025-12-04T10:34:16.2751690Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:16.2760496Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'export/test_draft_export.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:16.275286] 2025-12-04T10:34:18.4430987Z 2025-12-04T10:34:18.4432261Z dynamo/test_subclasses 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subclasses_1.1_2921185f3097e7ea_.log 2025-12-04T10:34:18.4433000Z 2025-12-04T10:34:18.4433292Z Finished dynamo/test_subclasses 1/1 ... [2025-12-04 10:34:18.442959][3650.1518968], took 0.21min 2025-12-04T10:34:19.8457435Z Running dynamo/test_comptime 1/1 ... [2025-12-04 10:34:19.845261][3651.554367] 2025-12-04T10:34:19.8457993Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:19.8464926Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'dynamo/test_comptime.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:19.845886] 2025-12-04T10:34:21.9470477Z 2025-12-04T10:34:21.9471553Z export/test_draft_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_draft_export_1.1_424bdcbef6203453_.log 2025-12-04T10:34:21.9472384Z Running 0 items in this shard: 2025-12-04T10:34:21.9472580Z 2025-12-04T10:34:21.9473039Z Finished export/test_draft_export 1/1 ... [2025-12-04 10:34:21.945686][3653.6560258], took 0.09min 2025-12-04T10:34:24.1756579Z Running functorch/test_rearrange 1/1 ... [2025-12-04 10:34:24.169854][3655.8841826] 2025-12-04T10:34:24.1757331Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:24.1763225Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_rearrange.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:24.175490] 2025-12-04T10:34:25.1177368Z 2025-12-04T10:34:25.1178618Z dynamo/test_comptime 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_comptime_1.1_30ebc7c8620bd61d_.log 2025-12-04T10:34:25.1179301Z 2025-12-04T10:34:25.1179621Z Finished dynamo/test_comptime 1/1 ... [2025-12-04 10:34:25.115807][3656.8265141], took 0.09min 2025-12-04T10:34:27.6979306Z Running functorch/test_parsing 1/1 ... [2025-12-04 10:34:27.697509][3659.4065595] 2025-12-04T10:34:27.6980101Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:27.6987203Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_parsing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:27.698151] 2025-12-04T10:34:29.4527483Z 2025-12-04T10:34:29.4528706Z functorch/test_rearrange 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_rearrange_1.1_d9897ba4251847d7_.log 2025-12-04T10:34:29.4529559Z Running 0 items in this shard: 2025-12-04T10:34:29.4529752Z 2025-12-04T10:34:29.4530449Z Finished functorch/test_rearrange 1/1 ... [2025-12-04 10:34:29.444731][3661.161731], took 0.09min 2025-12-04T10:34:31.2469921Z Running test_package 1/1 ... [2025-12-04 10:34:31.244296][3662.9556184] 2025-12-04T10:34:31.2470412Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:31.2477048Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_package.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:31.244296] 2025-12-04T10:34:32.9685058Z 2025-12-04T10:34:32.9686071Z functorch/test_parsing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_parsing_1.1_be832301b2bfc254_.log 2025-12-04T10:34:32.9686982Z Running 0 items in this shard: 2025-12-04T10:34:32.9687200Z 2025-12-04T10:34:32.9687683Z Finished functorch/test_parsing 1/1 ... [2025-12-04 10:34:32.968205][3664.6774907], took 0.09min 2025-12-04T10:34:35.4632535Z Running profiler/test_profiler 1/1 ... [2025-12-04 10:34:35.462774][3667.1718528] 2025-12-04T10:34:35.4633326Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:35.4640058Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_profiler.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:35.463397] 2025-12-04T10:34:37.3782489Z 2025-12-04T10:34:37.3783372Z test_package 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_package_1.1_4e1d32b9b80de448_.log 2025-12-04T10:34:37.3800333Z Running 50 items in this shard: test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies, test/test_package.py::TestAnalyze::test_trace_dependencies 2025-12-04T10:34:37.3816199Z 2025-12-04T10:34:37.3816477Z Finished test_package 1/1 ... [2025-12-04 10:34:37.378156][3669.0872164], took 0.10min 2025-12-04T10:34:39.0062548Z Running test_mkl_verbose 1/1 ... [2025-12-04 10:34:39.005254][3670.7148614] 2025-12-04T10:34:39.0063090Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:39.0070065Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkl_verbose.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:39.005254] 2025-12-04T10:34:43.1263539Z Running test_comparison_utils 1/1 ... [2025-12-04 10:34:43.126088][3674.834919] 2025-12-04T10:34:43.1264135Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:43.1271560Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_comparison_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:43.126897] 2025-12-04T10:34:43.2620963Z 2025-12-04T10:34:43.2621925Z PRINTING LOG FILE of profiler/test_profiler 1/1 (test/test-reports/profiler.test_profiler_1.1_eb4823e47a030594_.log) 2025-12-04T10:34:43.2634932Z Test results will be stored in test-reports\python-pytest\profiler.test_profiler\profiler.test_profiler-cf7165ff72956752.xml 2025-12-04T10:34:43.2635684Z ============================= test session starts ============================= 2025-12-04T10:34:43.2636316Z platform win32 -- Python 3.10.19, pytest-7.3.2, pluggy-1.6.0 -- C:\Jenkins\Miniconda3\envs\py_tmp\python.exe 2025-12-04T10:34:43.2636831Z cachedir: .pytest_cache 2025-12-04T10:34:43.2637418Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T10:34:43.2639756Z rootdir: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:34:43.2640081Z configfile: pytest.ini 2025-12-04T10:34:43.2640707Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T10:34:43.2641505Z collecting ... collected 83 items / 500 deselected / -417 selected 2025-12-04T10:34:43.2642191Z stepcurrent: Cannot find last run test, not skipping 2025-12-04T10:34:43.2820556Z Running 350 items in this shard: test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfilerCUDA::test_mem_leak, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_disable_external_correlation, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_dynamic_toggle, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_profiler_cuda_sync_events, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestProfiler::test_tensorboard_trace_handler, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern, test/profiler/test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern 2025-12-04T10:34:43.2937678Z 2025-12-04T10:34:43.2938118Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0007s] (Test is flaky on Windows) [ 0%] 2025-12-04T10:34:43.2938998Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0004s] (CUDA is required) [ 0%] 2025-12-04T10:34:43.2939848Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 0%] 2025-12-04T10:34:43.2940687Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 1%] 2025-12-04T10:34:43.2942328Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:40 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpfii0k6fs.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpfii0k6fs.json 2025-12-04T10:34:43.2943809Z FAILED [0.0252s] [ 1%] 2025-12-04T10:34:43.2944385Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 1%] 2025-12-04T10:34:43.2945715Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0013s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.2946981Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0004s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2947803Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2948631Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2949458Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2950252Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0007s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2951062Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2951868Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0004s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2952686Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2953514Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2954371Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2955202Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2956012Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2956832Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2957648Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2958455Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2959333Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2960145Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2961039Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2961861Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2963431Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2964261Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2965069Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2965892Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2966714Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2967694Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2968500Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2969310Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2970349Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2971203Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2971996Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2972819Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2973628Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2974425Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2975238Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2976037Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2976841Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0004s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2977643Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0004s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2978447Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0004s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2979312Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2980113Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2980929Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2981739Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2982541Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2983346Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2984196Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2985008Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2985869Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2986663Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2987466Z profiler\test_profiler.py::TestProfilerCUDA::test_mem_leak SKIPPED [0.0003s] (Test is flaky on Windows) [ 2%] 2025-12-04T10:34:43.2988303Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2989189Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2990069Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2990944Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2991865Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2992728Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2993610Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2994492Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0011s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2995467Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2996354Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2997231Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2998109Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2998986Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.2999846Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3000714Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3001582Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3002445Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0005s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3003321Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3004247Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3005121Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3006003Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3006984Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3007864Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3008786Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3009665Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3010597Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3011469Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3012347Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3013212Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3014084Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3014974Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3015848Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3016773Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3017653Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0005s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3018525Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3019403Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3020274Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3021152Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3022025Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3022889Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3023761Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3024625Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3025499Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3026372Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3027244Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3029316Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3030182Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3031111Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3032018Z profiler\test_profiler.py::TestProfiler::test_disable_external_correlation SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3032897Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3033680Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0005s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3034565Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3035378Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3036224Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3037028Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3037815Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3038622Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3039426Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3040210Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3042987Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3043883Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3044685Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3045473Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3046257Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3047156Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3049599Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3069395Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3070373Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0004s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3071151Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3071917Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3072684Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3075135Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3075908Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3076663Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3077416Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3078317Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3079073Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3081472Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3082231Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3082997Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3083750Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3084595Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3085366Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3087881Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3088653Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0004s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3089403Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3090183Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3090933Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3091698Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3094084Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3094840Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3095673Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3096421Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3097183Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3097942Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3100300Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3101060Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3101814Z profiler\test_profiler.py::TestProfiler::test_dynamic_toggle SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3102626Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3103468Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3104306Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3106761Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0005s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3107604Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3108447Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3109290Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3110212Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3112667Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3113519Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3114356Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3115194Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3116102Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3117896Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3119487Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3120600Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3121450Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3122288Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3123483Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3125602Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3126432Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0006s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3127445Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0004s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3128277Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3129134Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3131595Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3132435Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3133279Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3134112Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3134962Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3137385Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3138226Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3139059Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3139892Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3140735Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3141582Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3144109Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3144957Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3145802Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0004s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3146632Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3147461Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3149301Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3150821Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3151724Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3152554Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3153401Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3154239Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3156691Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3157535Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3158373Z profiler\test_profiler.py::TestProfiler::test_profiler_cuda_sync_events SKIPPED [0.0003s] (CUDA is required) [ 2%] 2025-12-04T10:34:43.3160069Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpbbc_jhz2.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpbbc_jhz2.json 2025-12-04T10:34:43.3163028Z FAILED [0.0158s] [ 2%] 2025-12-04T10:34:43.3163489Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0127s] [ 2%] 2025-12-04T10:34:43.3165066Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpv826k927.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpv826k927.json 2025-12-04T10:34:43.3166384Z FAILED [0.0153s] [ 2%] 2025-12-04T10:34:43.3169361Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpmooetzkl.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpmooetzkl.json 2025-12-04T10:34:43.3170707Z FAILED [0.0155s] [ 2%] 2025-12-04T10:34:43.3171977Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpy_qre8b2.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpy_qre8b2.json 2025-12-04T10:34:43.3173289Z FAILED [0.0154s] [ 2%] 2025-12-04T10:34:43.3175329Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0115s] [ 2%] 2025-12-04T10:34:43.3176896Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpy9zv4k8z.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpy9zv4k8z.json 2025-12-04T10:34:43.3178310Z FAILED [0.0157s] [ 2%] 2025-12-04T10:34:43.3178743Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0123s] [ 2%] 2025-12-04T10:34:43.3181907Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp2zg4w569.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp2zg4w569.json 2025-12-04T10:34:43.3183250Z FAILED [0.0150s] [ 2%] 2025-12-04T10:34:43.3185099Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp0r4c512m.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp0r4c512m.json 2025-12-04T10:34:43.3188155Z FAILED [0.0148s] [ 2%] 2025-12-04T10:34:43.3188617Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0120s] [ 2%] 2025-12-04T10:34:43.3190170Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpvmkyijpt.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpvmkyijpt.json 2025-12-04T10:34:43.3191498Z FAILED [0.0151s] [ 2%] 2025-12-04T10:34:43.3194464Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpeirndxui.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpeirndxui.json 2025-12-04T10:34:43.3195889Z FAILED [0.0166s] [ 2%] 2025-12-04T10:34:43.3196339Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0123s] [ 2%] 2025-12-04T10:34:43.3197904Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpzme9xh36.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpzme9xh36.json 2025-12-04T10:34:43.3200854Z FAILED [0.0148s] [ 2%] 2025-12-04T10:34:43.3202150Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpb33y6cki.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpb33y6cki.json 2025-12-04T10:34:43.3203466Z FAILED [0.0145s] [ 2%] 2025-12-04T10:34:43.3203900Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0119s] [ 2%] 2025-12-04T10:34:43.3207139Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp3dzecpy2.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp3dzecpy2.json 2025-12-04T10:34:43.3208459Z FAILED [0.0152s] [ 2%] 2025-12-04T10:34:43.3209754Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmptdeso9wi.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmptdeso9wi.json 2025-12-04T10:34:43.3212765Z FAILED [0.0148s] [ 2%] 2025-12-04T10:34:43.3214059Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpyvmyihmt.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpyvmyihmt.json 2025-12-04T10:34:43.3215387Z FAILED [0.0154s] [ 2%] 2025-12-04T10:34:43.3216674Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpiomiucb0.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpiomiucb0.json 2025-12-04T10:34:43.3219667Z FAILED [0.0149s] [ 2%] 2025-12-04T10:34:43.3220112Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0117s] [ 2%] 2025-12-04T10:34:43.3221716Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmplp568i0d.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmplp568i0d.json 2025-12-04T10:34:43.3223045Z FAILED [0.0165s] [ 2%] 2025-12-04T10:34:43.3225945Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmptop660o0.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmptop660o0.json 2025-12-04T10:34:43.3227274Z FAILED [0.0152s] [ 2%] 2025-12-04T10:34:43.3227726Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0120s] [ 2%] 2025-12-04T10:34:43.3228440Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0119s] [ 2%] 2025-12-04T10:34:43.3235726Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpzrk5w7sd.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpzrk5w7sd.json 2025-12-04T10:34:43.3237080Z FAILED [0.0154s] [ 2%] 2025-12-04T10:34:43.3238355Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpe_v02qo3.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpe_v02qo3.json 2025-12-04T10:34:43.3239663Z FAILED [0.0158s] [ 2%] 2025-12-04T10:34:43.3245162Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0123s] [ 2%] 2025-12-04T10:34:43.3283527Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpx4p4_qjr.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpx4p4_qjr.json 2025-12-04T10:34:43.3284876Z FAILED [0.0152s] [ 2%] 2025-12-04T10:34:43.3285312Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0115s] [ 2%] 2025-12-04T10:34:43.3286012Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0126s] [ 2%] 2025-12-04T10:34:43.3287667Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpaty2xmbj.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpaty2xmbj.json 2025-12-04T10:34:43.3290745Z FAILED [0.0150s] [ 2%] 2025-12-04T10:34:43.3292039Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp7tk0rmit.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp7tk0rmit.json 2025-12-04T10:34:43.3293377Z FAILED [0.0150s] [ 2%] 2025-12-04T10:34:43.3293806Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0119s] [ 2%] 2025-12-04T10:34:43.3299424Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0125s] [ 2%] 2025-12-04T10:34:43.3301068Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:41 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpinmtx0wt.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpinmtx0wt.json 2025-12-04T10:34:43.3302459Z FAILED [0.0185s] [ 2%] 2025-12-04T10:34:43.3302899Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0119s] [ 2%] 2025-12-04T10:34:43.3306717Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp8qh0_010.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp8qh0_010.json 2025-12-04T10:34:43.3308029Z FAILED [0.0148s] [ 2%] 2025-12-04T10:34:43.3309319Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp4t414dsx.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp4t414dsx.json 2025-12-04T10:34:43.3312690Z FAILED [0.0148s] [ 2%] 2025-12-04T10:34:43.3314231Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpqrsexa_f.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpqrsexa_f.json 2025-12-04T10:34:43.3315557Z FAILED [0.0150s] [ 2%] 2025-12-04T10:34:43.3316842Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpvteq1jce.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpvteq1jce.json 2025-12-04T10:34:43.3320399Z FAILED [0.0154s] [ 2%] 2025-12-04T10:34:43.3320843Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0122s] [ 2%] 2025-12-04T10:34:43.3321552Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0129s] [ 2%] 2025-12-04T10:34:43.3323102Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmpyzhngcum.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmpyzhngcum.json 2025-12-04T10:34:43.3324428Z FAILED [0.0159s] [ 2%] 2025-12-04T10:34:43.3325710Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp4z2as69m.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp4z2as69m.json 2025-12-04T10:34:43.3327109Z FAILED [0.0156s] [ 2%] 2025-12-04T10:34:43.3327629Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0127s] [ 2%] 2025-12-04T10:34:43.3329188Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler ERROR:2025-12-04 10:34:42 3176:2904 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:738] Failed to rename C:\Users\RUNNER~1\AppData\Local\Temp\tmp3063r87t.json.tmp to C:/Users/RUNNER~1/AppData/Local/Temp/tmp3063r87t.json 2025-12-04T10:34:43.3332816Z FAILED [0.0156s] [ 2%] 2025-12-04T10:34:43.3333245Z profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler FAILED [0.0120s] [ 2%] 2025-12-04T10:34:43.3334060Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3335048Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3335961Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3336938Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3337854Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3338766Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3339694Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3340598Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0008s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3341519Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3342429Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3344108Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3345026Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3345937Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3349312Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3350235Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3351147Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3352070Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3352983Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3353894Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3354814Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3355709Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3356620Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3357527Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3358534Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3359458Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0004s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3360361Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3361286Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3362201Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3363154Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3364073Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3365029Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3365944Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3366949Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3367865Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3368793Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3369709Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3370617Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3371576Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3372486Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3375755Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3376685Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3377598Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0004s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3378509Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3379426Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3380345Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3381252Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3382154Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3383055Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3383957Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_debug_autotuner SKIPPED [0.0003s] (requires CUDA) [ 2%] 2025-12-04T10:34:43.3386207Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3388005Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3389705Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3391392Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3393196Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3395006Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3396731Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3398483Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3400250Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3402044Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0012s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3403753Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3405487Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3407304Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3409037Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3410774Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3412512Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3414210Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3415994Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0011s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3417736Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3419457Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3421249Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3423030Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3424741Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3426491Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3428240Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3430022Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0012s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3431735Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3433482Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3435225Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3436953Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3438688Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3440433Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3442160Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3443952Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0011s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3445709Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3447541Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3449328Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3451124Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3452848Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3454592Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3456340Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3458051Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0011s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3459840Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3461577Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3463316Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3465039Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0010s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3466786Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3468526Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3470241Z profiler\test_profiler.py::TestExperimentalUtils::test_profiler_optimizer_single_tensor_pattern SKIPPED [0.0009s] (Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run) [ 2%] 2025-12-04T10:34:43.3471229Z 2025-12-04T10:34:43.3471361Z ================================== FAILURES =================================== 2025-12-04T10:34:43.3471860Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3472306Z Traceback (most recent call last): 2025-12-04T10:34:43.3472962Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3473592Z p.step() 2025-12-04T10:34:43.3474113Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3474763Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3475462Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3476139Z action() 2025-12-04T10:34:43.3476662Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3477301Z self.on_trace_ready(self) 2025-12-04T10:34:43.3478383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3479111Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3479874Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3480599Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3481277Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpfii0k6fs.json' 2025-12-04T10:34:43.3481940Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3483216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3484428Z _warn_once( 2025-12-04T10:34:43.3484792Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3485256Z Traceback (most recent call last): 2025-12-04T10:34:43.3485873Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3486514Z p.step() 2025-12-04T10:34:43.3487122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3487786Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3488504Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3489094Z action() 2025-12-04T10:34:43.3489648Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3490261Z self.on_trace_ready(self) 2025-12-04T10:34:43.3490859Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3491547Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3492296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3493030Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3493684Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpbbc_jhz2.json' 2025-12-04T10:34:43.3494370Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3495608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3496808Z _warn_once( 2025-12-04T10:34:43.3497185Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3497638Z Traceback (most recent call last): 2025-12-04T10:34:43.3498278Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3498902Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3499566Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3500318Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3500777Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3500993Z 2025-12-04T10:34:43.3501112Z Expected 3 but got 2. 2025-12-04T10:34:43.3501358Z Absolute difference: 1 2025-12-04T10:34:43.3501630Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3501886Z 2025-12-04T10:34:43.3502077Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3502670Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3503055Z 2025-12-04T10:34:43.3503316Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3503855Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3505115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3506224Z _warn_once( 2025-12-04T10:34:43.3506597Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3507108Z Traceback (most recent call last): 2025-12-04T10:34:43.3507724Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3508364Z p.step() 2025-12-04T10:34:43.3508841Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3509511Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3510194Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3510800Z action() 2025-12-04T10:34:43.3511342Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3511952Z self.on_trace_ready(self) 2025-12-04T10:34:43.3512547Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3513230Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3513974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3514716Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3515355Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpv826k927.json' 2025-12-04T10:34:43.3516021Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3517237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3518431Z _warn_once( 2025-12-04T10:34:43.3518824Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3519599Z Traceback (most recent call last): 2025-12-04T10:34:43.3520243Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3520861Z p.step() 2025-12-04T10:34:43.3521378Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3522367Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3523072Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3523703Z action() 2025-12-04T10:34:43.3524284Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3524912Z self.on_trace_ready(self) 2025-12-04T10:34:43.3525544Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3526249Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3527069Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3527788Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3528457Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpmooetzkl.json' 2025-12-04T10:34:43.3529112Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3530361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3531566Z _warn_once( 2025-12-04T10:34:43.3531915Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3532379Z Traceback (most recent call last): 2025-12-04T10:34:43.3532986Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3533627Z p.step() 2025-12-04T10:34:43.3534122Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3534775Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3535468Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3536065Z action() 2025-12-04T10:34:43.3536608Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3537216Z self.on_trace_ready(self) 2025-12-04T10:34:43.3537793Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3538481Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3539195Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3539919Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3540563Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpy_qre8b2.json' 2025-12-04T10:34:43.3541236Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3544351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3545591Z _warn_once( 2025-12-04T10:34:43.3545966Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3546400Z Traceback (most recent call last): 2025-12-04T10:34:43.3547045Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3547677Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3548332Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3550745Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3551147Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3551350Z 2025-12-04T10:34:43.3551538Z Expected 3 but got 2. 2025-12-04T10:34:43.3551791Z Absolute difference: 1 2025-12-04T10:34:43.3552087Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3552300Z 2025-12-04T10:34:43.3552533Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3553144Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3553532Z 2025-12-04T10:34:43.3553794Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3554327Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3557240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3558359Z _warn_once( 2025-12-04T10:34:43.3558746Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3559209Z Traceback (most recent call last): 2025-12-04T10:34:43.3559820Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3560532Z p.step() 2025-12-04T10:34:43.3561030Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3563350Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3564036Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3564651Z action() 2025-12-04T10:34:43.3565149Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3565720Z self.on_trace_ready(self) 2025-12-04T10:34:43.3566265Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3566992Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3568358Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3570005Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3570612Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpy9zv4k8z.json' 2025-12-04T10:34:43.3571235Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3572431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3573525Z _warn_once( 2025-12-04T10:34:43.3573848Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3576403Z Traceback (most recent call last): 2025-12-04T10:34:43.3577010Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3577614Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3578230Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3578926Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3579303Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3579503Z 2025-12-04T10:34:43.3579595Z Expected 3 but got 2. 2025-12-04T10:34:43.3579811Z Absolute difference: 1 2025-12-04T10:34:43.3580044Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3581231Z 2025-12-04T10:34:43.3582153Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3582706Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3583078Z 2025-12-04T10:34:43.3583348Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3583845Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3585059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3586141Z _warn_once( 2025-12-04T10:34:43.3586816Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3588518Z Traceback (most recent call last): 2025-12-04T10:34:43.3589110Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3589694Z p.step() 2025-12-04T10:34:43.3590154Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3590840Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3591482Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3592063Z action() 2025-12-04T10:34:43.3592565Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3594761Z self.on_trace_ready(self) 2025-12-04T10:34:43.3595311Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3595958Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3596657Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3597340Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3597965Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp2zg4w569.json' 2025-12-04T10:34:43.3598599Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3601432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3602515Z _warn_once( 2025-12-04T10:34:43.3602835Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3603250Z Traceback (most recent call last): 2025-12-04T10:34:43.3603843Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3604496Z p.step() 2025-12-04T10:34:43.3604978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3607299Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3607962Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3608541Z action() 2025-12-04T10:34:43.3609037Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3609622Z self.on_trace_ready(self) 2025-12-04T10:34:43.3610153Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3610874Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3612524Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3613962Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3614576Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp0r4c512m.json' 2025-12-04T10:34:43.3615196Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3616406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3617486Z _warn_once( 2025-12-04T10:34:43.3618770Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3619858Z Traceback (most recent call last): 2025-12-04T10:34:43.3620444Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3621119Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3621733Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3622448Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3622828Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3623043Z 2025-12-04T10:34:43.3623125Z Expected 3 but got 1. 2025-12-04T10:34:43.3623350Z Absolute difference: 2 2025-12-04T10:34:43.3623589Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3623778Z 2025-12-04T10:34:43.3623974Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3626115Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3626494Z 2025-12-04T10:34:43.3626709Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3627220Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3628421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3629503Z _warn_once( 2025-12-04T10:34:43.3629825Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3631149Z Traceback (most recent call last): 2025-12-04T10:34:43.3632453Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3633033Z p.step() 2025-12-04T10:34:43.3633507Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3634199Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3634865Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3635449Z action() 2025-12-04T10:34:43.3635953Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3637481Z self.on_trace_ready(self) 2025-12-04T10:34:43.3638690Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3639351Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3640046Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3640807Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3641429Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpvmkyijpt.json' 2025-12-04T10:34:43.3642126Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3644943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3646028Z _warn_once( 2025-12-04T10:34:43.3646353Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3646825Z Traceback (most recent call last): 2025-12-04T10:34:43.3647421Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3648000Z p.step() 2025-12-04T10:34:43.3648464Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3650755Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3651416Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3651991Z action() 2025-12-04T10:34:43.3652489Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3653060Z self.on_trace_ready(self) 2025-12-04T10:34:43.3653600Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3654241Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3654942Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3657236Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3657865Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpeirndxui.json' 2025-12-04T10:34:43.3658499Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3659688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3660777Z _warn_once( 2025-12-04T10:34:43.3661095Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3662445Z Traceback (most recent call last): 2025-12-04T10:34:43.3663704Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3664307Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3664995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3665702Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3666089Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3666293Z 2025-12-04T10:34:43.3666382Z Expected 3 but got 2. 2025-12-04T10:34:43.3666597Z Absolute difference: 1 2025-12-04T10:34:43.3666826Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3667025Z 2025-12-04T10:34:43.3667194Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3667726Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3668435Z 2025-12-04T10:34:43.3669924Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3670502Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3671757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3672863Z _warn_once( 2025-12-04T10:34:43.3673186Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3673592Z Traceback (most recent call last): 2025-12-04T10:34:43.3674182Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3676405Z p.step() 2025-12-04T10:34:43.3676867Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3677493Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3678135Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3678791Z action() 2025-12-04T10:34:43.3679282Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3679870Z self.on_trace_ready(self) 2025-12-04T10:34:43.3680422Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3682682Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3683382Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3684060Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3684678Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzme9xh36.json' 2025-12-04T10:34:43.3685314Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3686505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3689277Z _warn_once( 2025-12-04T10:34:43.3689597Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3690031Z Traceback (most recent call last): 2025-12-04T10:34:43.3690618Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3691204Z p.step() 2025-12-04T10:34:43.3691666Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3692277Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3693008Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3695327Z action() 2025-12-04T10:34:43.3695832Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3696415Z self.on_trace_ready(self) 2025-12-04T10:34:43.3696950Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3697613Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3698296Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3699001Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3701724Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpb33y6cki.json' 2025-12-04T10:34:43.3702395Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3703651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3704733Z _warn_once( 2025-12-04T10:34:43.3705061Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3705474Z Traceback (most recent call last): 2025-12-04T10:34:43.3707735Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3708358Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3708974Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3709676Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3710108Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3710321Z 2025-12-04T10:34:43.3710408Z Expected 3 but got 1. 2025-12-04T10:34:43.3710648Z Absolute difference: 2 2025-12-04T10:34:43.3710875Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3711071Z 2025-12-04T10:34:43.3711250Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3711784Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3713788Z 2025-12-04T10:34:43.3714007Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3714505Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3715720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3716824Z _warn_once( 2025-12-04T10:34:43.3717142Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3717561Z Traceback (most recent call last): 2025-12-04T10:34:43.3718142Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3720328Z p.step() 2025-12-04T10:34:43.3720803Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3721416Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3722068Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3722636Z action() 2025-12-04T10:34:43.3723140Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3723796Z self.on_trace_ready(self) 2025-12-04T10:34:43.3724344Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3726623Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3727401Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3728098Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3728735Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp3dzecpy2.json' 2025-12-04T10:34:43.3729365Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3730945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3733425Z _warn_once( 2025-12-04T10:34:43.3733752Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3734174Z Traceback (most recent call last): 2025-12-04T10:34:43.3734761Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3735341Z p.step() 2025-12-04T10:34:43.3735802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3736415Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3741327Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3741921Z action() 2025-12-04T10:34:43.3742407Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3743076Z self.on_trace_ready(self) 2025-12-04T10:34:43.3743621Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3744276Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3744978Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3745661Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3749241Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmptdeso9wi.json' 2025-12-04T10:34:43.3776586Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3791076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3792207Z _warn_once( 2025-12-04T10:34:43.3792544Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3792971Z Traceback (most recent call last): 2025-12-04T10:34:43.3793564Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3794152Z p.step() 2025-12-04T10:34:43.3794628Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3797518Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3798188Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3798895Z action() 2025-12-04T10:34:43.3799393Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3799976Z self.on_trace_ready(self) 2025-12-04T10:34:43.3800512Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3801187Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3801873Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3804855Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3805478Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpyvmyihmt.json' 2025-12-04T10:34:43.3806181Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3807522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3808629Z _warn_once( 2025-12-04T10:34:43.3811244Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3811675Z Traceback (most recent call last): 2025-12-04T10:34:43.3812259Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3812841Z p.step() 2025-12-04T10:34:43.3813301Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3813921Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3814582Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3815225Z action() 2025-12-04T10:34:43.3815724Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3816296Z self.on_trace_ready(self) 2025-12-04T10:34:43.3816847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3817514Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3818211Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3818908Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3819530Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpiomiucb0.json' 2025-12-04T10:34:43.3820190Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3823716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3824824Z _warn_once( 2025-12-04T10:34:43.3825162Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3825578Z Traceback (most recent call last): 2025-12-04T10:34:43.3826181Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3826788Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3827409Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3828121Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3828571Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3828783Z 2025-12-04T10:34:43.3828882Z Expected 3 but got 1. 2025-12-04T10:34:43.3829108Z Absolute difference: 2 2025-12-04T10:34:43.3829352Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3829550Z 2025-12-04T10:34:43.3829720Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3830258Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3830623Z 2025-12-04T10:34:43.3830849Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3831345Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3832605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3833694Z _warn_once( 2025-12-04T10:34:43.3834078Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3834502Z Traceback (most recent call last): 2025-12-04T10:34:43.3835087Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3835673Z p.step() 2025-12-04T10:34:43.3836141Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3836767Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3837414Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3839746Z action() 2025-12-04T10:34:43.3840266Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3841444Z self.on_trace_ready(self) 2025-12-04T10:34:43.3841995Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3842654Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3843371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3844060Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3844674Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmplp568i0d.json' 2025-12-04T10:34:43.3845311Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3846519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3847703Z _warn_once( 2025-12-04T10:34:43.3848030Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3848454Z Traceback (most recent call last): 2025-12-04T10:34:43.3849048Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3849623Z p.step() 2025-12-04T10:34:43.3850088Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3850698Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3851346Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3851909Z action() 2025-12-04T10:34:43.3852402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3853061Z self.on_trace_ready(self) 2025-12-04T10:34:43.3853592Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3854268Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3854960Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3855661Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3856286Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmptop660o0.json' 2025-12-04T10:34:43.3856958Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3858216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3859295Z _warn_once( 2025-12-04T10:34:43.3859622Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3860042Z Traceback (most recent call last): 2025-12-04T10:34:43.3860623Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3861238Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3861843Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3862543Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3862914Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3863124Z 2025-12-04T10:34:43.3863207Z Expected 3 but got 2. 2025-12-04T10:34:43.3863429Z Absolute difference: 1 2025-12-04T10:34:43.3863696Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3863889Z 2025-12-04T10:34:43.3864072Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3864604Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3864978Z 2025-12-04T10:34:43.3865197Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3865698Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3866920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3867994Z _warn_once( 2025-12-04T10:34:43.3868310Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3868727Z Traceback (most recent call last): 2025-12-04T10:34:43.3871146Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3871770Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3872383Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3873085Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3873461Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3873659Z 2025-12-04T10:34:43.3873743Z Expected 3 but got 1. 2025-12-04T10:34:43.3873962Z Absolute difference: 2 2025-12-04T10:34:43.3874193Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3874388Z 2025-12-04T10:34:43.3874563Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3875178Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3875548Z 2025-12-04T10:34:43.3875764Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3876276Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3877467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3878554Z _warn_once( 2025-12-04T10:34:43.3878868Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3879272Z Traceback (most recent call last): 2025-12-04T10:34:43.3879916Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3880497Z p.step() 2025-12-04T10:34:43.3881007Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3881628Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3882272Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3882846Z action() 2025-12-04T10:34:43.3883334Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3883925Z self.on_trace_ready(self) 2025-12-04T10:34:43.3884460Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3885119Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3885811Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3886529Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3887241Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzrk5w7sd.json' 2025-12-04T10:34:43.3887867Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3889076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3890171Z _warn_once( 2025-12-04T10:34:43.3891529Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3891959Z Traceback (most recent call last): 2025-12-04T10:34:43.3892552Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3893153Z p.step() 2025-12-04T10:34:43.3893619Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3894234Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3894897Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3895461Z action() 2025-12-04T10:34:43.3895949Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3896520Z self.on_trace_ready(self) 2025-12-04T10:34:43.3897060Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3897715Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3898402Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3899179Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3899790Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpe_v02qo3.json' 2025-12-04T10:34:43.3900425Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3901638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3902711Z _warn_once( 2025-12-04T10:34:43.3903040Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3903490Z Traceback (most recent call last): 2025-12-04T10:34:43.3904089Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3904730Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3905355Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3906063Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3906436Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3906652Z 2025-12-04T10:34:43.3906736Z Expected 3 but got 2. 2025-12-04T10:34:43.3906947Z Absolute difference: 1 2025-12-04T10:34:43.3907188Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3907383Z 2025-12-04T10:34:43.3907556Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3908092Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3908462Z 2025-12-04T10:34:43.3908684Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3909230Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3910434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3911514Z _warn_once( 2025-12-04T10:34:43.3911835Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3912262Z Traceback (most recent call last): 2025-12-04T10:34:43.3912845Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3913429Z p.step() 2025-12-04T10:34:43.3913891Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3914511Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3915163Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3915734Z action() 2025-12-04T10:34:43.3916226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3916800Z self.on_trace_ready(self) 2025-12-04T10:34:43.3917349Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3917995Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3918687Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3919386Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3920036Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpx4p4_qjr.json' 2025-12-04T10:34:43.3920669Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3921859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3922950Z _warn_once( 2025-12-04T10:34:43.3923273Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3923707Z Traceback (most recent call last): 2025-12-04T10:34:43.3924287Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3924931Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3925539Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3926288Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3926660Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3926964Z 2025-12-04T10:34:43.3927048Z Expected 3 but got 1. 2025-12-04T10:34:43.3927278Z Absolute difference: 2 2025-12-04T10:34:43.3927505Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3927696Z 2025-12-04T10:34:43.3927871Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3928408Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3928787Z 2025-12-04T10:34:43.3929002Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3929509Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3930705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3931832Z _warn_once( 2025-12-04T10:34:43.3932149Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3932573Z Traceback (most recent call last): 2025-12-04T10:34:43.3933160Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3933754Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3934365Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3935054Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3935428Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3935624Z 2025-12-04T10:34:43.3935705Z Expected 3 but got 1. 2025-12-04T10:34:43.3935928Z Absolute difference: 2 2025-12-04T10:34:43.3936164Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3936355Z 2025-12-04T10:34:43.3936520Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3937058Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3937427Z 2025-12-04T10:34:43.3937639Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3938145Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3939339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3940405Z _warn_once( 2025-12-04T10:34:43.3940776Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3941189Z Traceback (most recent call last): 2025-12-04T10:34:43.3941778Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3942357Z p.step() 2025-12-04T10:34:43.3942836Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3943453Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3944095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3944675Z action() 2025-12-04T10:34:43.3945204Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3945786Z self.on_trace_ready(self) 2025-12-04T10:34:43.3946335Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3947528Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3948248Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3948935Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3949565Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpaty2xmbj.json' 2025-12-04T10:34:43.3950194Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3951411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3952496Z _warn_once( 2025-12-04T10:34:43.3952863Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3953280Z Traceback (most recent call last): 2025-12-04T10:34:43.3953859Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3954446Z p.step() 2025-12-04T10:34:43.3954916Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3955524Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3956182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3956746Z action() 2025-12-04T10:34:43.3957237Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3957808Z self.on_trace_ready(self) 2025-12-04T10:34:43.3958353Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3959010Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3959696Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3960391Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3960994Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp7tk0rmit.json' 2025-12-04T10:34:43.3961616Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3962819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3963935Z _warn_once( 2025-12-04T10:34:43.3964262Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3964672Z Traceback (most recent call last): 2025-12-04T10:34:43.3965260Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3965877Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3966485Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3967285Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3967656Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3967872Z 2025-12-04T10:34:43.3968009Z Expected 3 but got 1. 2025-12-04T10:34:43.3968227Z Absolute difference: 2 2025-12-04T10:34:43.3968459Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3968661Z 2025-12-04T10:34:43.3968847Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3969756Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3970131Z 2025-12-04T10:34:43.3970359Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3970862Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3972069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3973156Z _warn_once( 2025-12-04T10:34:43.3973478Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3973890Z Traceback (most recent call last): 2025-12-04T10:34:43.3974473Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3975125Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3975734Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3976445Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3976545Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3976551Z 2025-12-04T10:34:43.3976647Z Expected 3 but got 2. 2025-12-04T10:34:43.3976737Z Absolute difference: 1 2025-12-04T10:34:43.3976834Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.3976839Z 2025-12-04T10:34:43.3977022Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3977281Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3977288Z 2025-12-04T10:34:43.3977498Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3977684Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3978595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3978663Z _warn_once( 2025-12-04T10:34:43.3978875Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3978972Z Traceback (most recent call last): 2025-12-04T10:34:43.3979371Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3979446Z p.step() 2025-12-04T10:34:43.3979806Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3979995Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3980385Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3980470Z action() 2025-12-04T10:34:43.3980847Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3980936Z self.on_trace_ready(self) 2025-12-04T10:34:43.3981325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3981497Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3981947Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3982119Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3982773Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpinmtx0wt.json' 2025-12-04T10:34:43.3982954Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3983873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3983942Z _warn_once( 2025-12-04T10:34:43.3984150Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3984257Z Traceback (most recent call last): 2025-12-04T10:34:43.3984658Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3984754Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.3985182Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.3985395Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.3985494Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.3985499Z 2025-12-04T10:34:43.3985580Z Expected 3 but got 1. 2025-12-04T10:34:43.3985668Z Absolute difference: 2 2025-12-04T10:34:43.3985756Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.3985761Z 2025-12-04T10:34:43.3985928Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.3986188Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.3986193Z 2025-12-04T10:34:43.3986407Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.3986585Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3987502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3987576Z _warn_once( 2025-12-04T10:34:43.3987779Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3987875Z Traceback (most recent call last): 2025-12-04T10:34:43.3988274Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3988342Z p.step() 2025-12-04T10:34:43.3988692Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3988853Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3989241Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3989346Z action() 2025-12-04T10:34:43.3989736Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3989823Z self.on_trace_ready(self) 2025-12-04T10:34:43.3990190Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3990373Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3990783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3990947Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3991323Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp8qh0_010.json' 2025-12-04T10:34:43.3991504Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3992704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3992794Z _warn_once( 2025-12-04T10:34:43.3993001Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3993101Z Traceback (most recent call last): 2025-12-04T10:34:43.3993507Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3993583Z p.step() 2025-12-04T10:34:43.3993934Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3994085Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3994486Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3994598Z action() 2025-12-04T10:34:43.3994971Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.3995061Z self.on_trace_ready(self) 2025-12-04T10:34:43.3995429Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.3995599Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.3996011Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.3996176Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.3996515Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp4t414dsx.json' 2025-12-04T10:34:43.3996698Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.3997623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.3997698Z _warn_once( 2025-12-04T10:34:43.3997917Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.3998011Z Traceback (most recent call last): 2025-12-04T10:34:43.3998406Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.3998476Z p.step() 2025-12-04T10:34:43.3998831Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.3998976Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.3999644Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.3999726Z action() 2025-12-04T10:34:43.4000102Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.4000190Z self.on_trace_ready(self) 2025-12-04T10:34:43.4000568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.4000739Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.4001147Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.4001362Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.4001701Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpqrsexa_f.json' 2025-12-04T10:34:43.4002143Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4003062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4003131Z _warn_once( 2025-12-04T10:34:43.4003341Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4003448Z Traceback (most recent call last): 2025-12-04T10:34:43.4003852Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4003924Z p.step() 2025-12-04T10:34:43.4004276Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.4004438Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.4004869Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.4004936Z action() 2025-12-04T10:34:43.4005325Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.4005413Z self.on_trace_ready(self) 2025-12-04T10:34:43.4005783Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.4005958Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.4006364Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.4006532Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.4006991Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpvteq1jce.json' 2025-12-04T10:34:43.4007169Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4008075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4008158Z _warn_once( 2025-12-04T10:34:43.4008369Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4008465Z Traceback (most recent call last): 2025-12-04T10:34:43.4008862Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4008963Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.4009386Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.4009603Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.4009711Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4009717Z 2025-12-04T10:34:43.4009795Z Expected 3 but got 1. 2025-12-04T10:34:43.4009874Z Absolute difference: 2 2025-12-04T10:34:43.4009975Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4009979Z 2025-12-04T10:34:43.4010151Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4010405Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4010410Z 2025-12-04T10:34:43.4010639Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4010850Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4012048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4012138Z _warn_once( 2025-12-04T10:34:43.4012341Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4012440Z Traceback (most recent call last): 2025-12-04T10:34:43.4012849Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4012943Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.4013368Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.4013533Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.4013651Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4013658Z 2025-12-04T10:34:43.4013741Z Expected 3 but got 2. 2025-12-04T10:34:43.4013863Z Absolute difference: 1 2025-12-04T10:34:43.4013963Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4013967Z 2025-12-04T10:34:43.4014137Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4014391Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4014396Z 2025-12-04T10:34:43.4014622Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4014792Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4015705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4015787Z _warn_once( 2025-12-04T10:34:43.4015993Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4016089Z Traceback (most recent call last): 2025-12-04T10:34:43.4016503Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4016574Z p.step() 2025-12-04T10:34:43.4016927Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.4017080Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.4017479Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.4017557Z action() 2025-12-04T10:34:43.4017938Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.4018036Z self.on_trace_ready(self) 2025-12-04T10:34:43.4018440Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.4018612Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.4019031Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.4019193Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.4019539Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpyzhngcum.json' 2025-12-04T10:34:43.4019723Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4020679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4020755Z _warn_once( 2025-12-04T10:34:43.4021238Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4021348Z Traceback (most recent call last): 2025-12-04T10:34:43.4021749Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4021833Z p.step() 2025-12-04T10:34:43.4022184Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.4022335Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.4022725Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.4022810Z action() 2025-12-04T10:34:43.4023197Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.4023290Z self.on_trace_ready(self) 2025-12-04T10:34:43.4023714Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.4023884Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.4024291Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.4024467Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.4024806Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp4z2as69m.json' 2025-12-04T10:34:43.4024977Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4025897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4025979Z _warn_once( 2025-12-04T10:34:43.4026189Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4026290Z Traceback (most recent call last): 2025-12-04T10:34:43.4026691Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4026786Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.4027216Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.4027380Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.4027480Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4027485Z 2025-12-04T10:34:43.4027567Z Expected 3 but got 2. 2025-12-04T10:34:43.4027660Z Absolute difference: 1 2025-12-04T10:34:43.4027754Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4027800Z 2025-12-04T10:34:43.4027974Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4028243Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4028247Z 2025-12-04T10:34:43.4028462Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4028635Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4029563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4029633Z _warn_once( 2025-12-04T10:34:43.4029876Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4029983Z Traceback (most recent call last): 2025-12-04T10:34:43.4030381Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1227, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4030729Z p.step() 2025-12-04T10:34:43.4031095Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 882, in step 2025-12-04T10:34:43.4031249Z self._transit_action(prev_action, self.current_action) 2025-12-04T10:34:43.4031642Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 916, in _transit_action 2025-12-04T10:34:43.4031715Z action() 2025-12-04T10:34:43.4032105Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 910, in _trace_ready 2025-12-04T10:34:43.4032197Z self.on_trace_ready(self) 2025-12-04T10:34:43.4032568Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 589, in handler_fn 2025-12-04T10:34:43.4032757Z prof.export_chrome_trace(os.path.join(dir_name, file_name)) 2025-12-04T10:34:43.4033208Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py", line 290, in export_chrome_trace 2025-12-04T10:34:43.4033393Z with open(fp.name, "rb") as fin, gzip.open(path, "wb") as fout: 2025-12-04T10:34:43.4033740Z PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp3063r87t.json' 2025-12-04T10:34:43.4033916Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4034831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4034911Z _warn_once( 2025-12-04T10:34:43.4035117Z _________________ TestProfiler.test_tensorboard_trace_handler _________________ 2025-12-04T10:34:43.4035213Z Traceback (most recent call last): 2025-12-04T10:34:43.4035626Z File "C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py", line 1212, in test_tensorboard_trace_handler 2025-12-04T10:34:43.4035720Z self.assertEqual(file_num, 3) 2025-12-04T10:34:43.4036148Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 4284, in assertEqual 2025-12-04T10:34:43.4036315Z raise error_metas.pop()[0].to_error( # type: ignore[index] 2025-12-04T10:34:43.4036414Z AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4036419Z 2025-12-04T10:34:43.4036498Z Expected 3 but got 2. 2025-12-04T10:34:43.4036582Z Absolute difference: 1 2025-12-04T10:34:43.4036682Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4036686Z 2025-12-04T10:34:43.4036857Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4037110Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4037154Z 2025-12-04T10:34:43.4037376Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4037545Z ---------------------------- Captured stderr call ----------------------------- 2025-12-04T10:34:43.4038454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py:217: UserWarning: Warning: Profiler clears events at the end of each cycle.Only events from the current cycle will be reported.To keep events across cycles, set acc_events=True. 2025-12-04T10:34:43.4038530Z _warn_once( 2025-12-04T10:34:43.4039105Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_profiler\profiler.test_profiler-cf7165ff72956752.xml - 2025-12-04T10:34:43.4039498Z =========================== short test summary info =========================== 2025-12-04T10:34:43.4040226Z FAILED [0.0252s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpfii0k6fs.json' 2025-12-04T10:34:43.4041166Z FAILED [0.0158s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpbbc_jhz2.json' 2025-12-04T10:34:43.4041600Z FAILED [0.0127s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4041616Z 2025-12-04T10:34:43.4041701Z Expected 3 but got 2. 2025-12-04T10:34:43.4041793Z Absolute difference: 1 2025-12-04T10:34:43.4041886Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4041891Z 2025-12-04T10:34:43.4042075Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4042335Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4042340Z 2025-12-04T10:34:43.4042555Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4043284Z FAILED [0.0153s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpv826k927.json' 2025-12-04T10:34:43.4043958Z FAILED [0.0155s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpmooetzkl.json' 2025-12-04T10:34:43.4044621Z FAILED [0.0154s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpy_qre8b2.json' 2025-12-04T10:34:43.4045057Z FAILED [0.0115s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4045061Z 2025-12-04T10:34:43.4045140Z Expected 3 but got 2. 2025-12-04T10:34:43.4045221Z Absolute difference: 1 2025-12-04T10:34:43.4045327Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4045332Z 2025-12-04T10:34:43.4045501Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4045753Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4045758Z 2025-12-04T10:34:43.4045976Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4046653Z FAILED [0.0157s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpy9zv4k8z.json' 2025-12-04T10:34:43.4048485Z FAILED [0.0123s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4048495Z 2025-12-04T10:34:43.4049262Z Expected 3 but got 2. 2025-12-04T10:34:43.4049503Z Absolute difference: 1 2025-12-04T10:34:43.4049823Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4050021Z 2025-12-04T10:34:43.4050196Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4050742Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4051107Z 2025-12-04T10:34:43.4051503Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4052848Z FAILED [0.0150s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp2zg4w569.json' 2025-12-04T10:34:43.4054625Z FAILED [0.0148s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp0r4c512m.json' 2025-12-04T10:34:43.4056407Z FAILED [0.0120s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4057160Z 2025-12-04T10:34:43.4057247Z Expected 3 but got 1. 2025-12-04T10:34:43.4057629Z Absolute difference: 2 2025-12-04T10:34:43.4057853Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4058059Z 2025-12-04T10:34:43.4058335Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4059241Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4059615Z 2025-12-04T10:34:43.4059833Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4060864Z FAILED [0.0151s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpvmkyijpt.json' 2025-12-04T10:34:43.4062336Z FAILED [0.0166s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpeirndxui.json' 2025-12-04T10:34:43.4063600Z FAILED [0.0123s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4064147Z 2025-12-04T10:34:43.4064235Z Expected 3 but got 2. 2025-12-04T10:34:43.4064451Z Absolute difference: 1 2025-12-04T10:34:43.4064699Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4064895Z 2025-12-04T10:34:43.4065067Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4065607Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4065972Z 2025-12-04T10:34:43.4066195Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4067197Z FAILED [0.0148s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzme9xh36.json' 2025-12-04T10:34:43.4068893Z FAILED [0.0145s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpb33y6cki.json' 2025-12-04T10:34:43.4070105Z FAILED [0.0119s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4070640Z 2025-12-04T10:34:43.4070724Z Expected 3 but got 1. 2025-12-04T10:34:43.4070951Z Absolute difference: 2 2025-12-04T10:34:43.4071184Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4071388Z 2025-12-04T10:34:43.4071564Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4072096Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4072472Z 2025-12-04T10:34:43.4072689Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4073703Z FAILED [0.0152s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp3dzecpy2.json' 2025-12-04T10:34:43.4075209Z FAILED [0.0148s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmptdeso9wi.json' 2025-12-04T10:34:43.4076668Z FAILED [0.0154s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpyvmyihmt.json' 2025-12-04T10:34:43.4078127Z FAILED [0.0149s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpiomiucb0.json' 2025-12-04T10:34:43.4079379Z FAILED [0.0117s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4079929Z 2025-12-04T10:34:43.4080010Z Expected 3 but got 1. 2025-12-04T10:34:43.4080231Z Absolute difference: 2 2025-12-04T10:34:43.4080498Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4080692Z 2025-12-04T10:34:43.4080869Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4081395Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4081781Z 2025-12-04T10:34:43.4081997Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4083004Z FAILED [0.0165s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmplp568i0d.json' 2025-12-04T10:34:43.4084465Z FAILED [0.0152s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmptop660o0.json' 2025-12-04T10:34:43.4085680Z FAILED [0.0120s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4086251Z 2025-12-04T10:34:43.4086334Z Expected 3 but got 2. 2025-12-04T10:34:43.4086557Z Absolute difference: 1 2025-12-04T10:34:43.4086882Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4087079Z 2025-12-04T10:34:43.4087245Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4087772Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4088134Z 2025-12-04T10:34:43.4088345Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4089099Z FAILED [0.0119s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4089634Z 2025-12-04T10:34:43.4089721Z Expected 3 but got 1. 2025-12-04T10:34:43.4089940Z Absolute difference: 2 2025-12-04T10:34:43.4090178Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4090370Z 2025-12-04T10:34:43.4090539Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4091071Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4091432Z 2025-12-04T10:34:43.4091646Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4092659Z FAILED [0.0154s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzrk5w7sd.json' 2025-12-04T10:34:43.4094118Z FAILED [0.0158s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpe_v02qo3.json' 2025-12-04T10:34:43.4095315Z FAILED [0.0123s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4095902Z 2025-12-04T10:34:43.4095984Z Expected 3 but got 2. 2025-12-04T10:34:43.4096203Z Absolute difference: 1 2025-12-04T10:34:43.4096428Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4096618Z 2025-12-04T10:34:43.4096797Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4097318Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4097692Z 2025-12-04T10:34:43.4097906Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4098898Z FAILED [0.0152s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpx4p4_qjr.json' 2025-12-04T10:34:43.4100155Z FAILED [0.0115s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4100689Z 2025-12-04T10:34:43.4100780Z Expected 3 but got 1. 2025-12-04T10:34:43.4101031Z Absolute difference: 2 2025-12-04T10:34:43.4101283Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4101473Z 2025-12-04T10:34:43.4101645Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4102178Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4102542Z 2025-12-04T10:34:43.4102770Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4103518Z FAILED [0.0126s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4104063Z 2025-12-04T10:34:43.4104140Z Expected 3 but got 1. 2025-12-04T10:34:43.4104359Z Absolute difference: 2 2025-12-04T10:34:43.4104594Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4104787Z 2025-12-04T10:34:43.4104964Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4105968Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4106334Z 2025-12-04T10:34:43.4106565Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4107574Z FAILED [0.0150s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpaty2xmbj.json' 2025-12-04T10:34:43.4109045Z FAILED [0.0150s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp7tk0rmit.json' 2025-12-04T10:34:43.4110253Z FAILED [0.0119s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4110787Z 2025-12-04T10:34:43.4110869Z Expected 3 but got 1. 2025-12-04T10:34:43.4111099Z Absolute difference: 2 2025-12-04T10:34:43.4111330Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4111535Z 2025-12-04T10:34:43.4111706Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4112235Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4112596Z 2025-12-04T10:34:43.4112811Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4113571Z FAILED [0.0125s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4114105Z 2025-12-04T10:34:43.4114183Z Expected 3 but got 2. 2025-12-04T10:34:43.4114404Z Absolute difference: 1 2025-12-04T10:34:43.4114634Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4114834Z 2025-12-04T10:34:43.4115002Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4115587Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4115954Z 2025-12-04T10:34:43.4116166Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4117182Z FAILED [0.0185s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpinmtx0wt.json' 2025-12-04T10:34:43.4118404Z FAILED [0.0119s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4118941Z 2025-12-04T10:34:43.4119019Z Expected 3 but got 1. 2025-12-04T10:34:43.4119240Z Absolute difference: 2 2025-12-04T10:34:43.4119469Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4119671Z 2025-12-04T10:34:43.4119882Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4120412Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4120788Z 2025-12-04T10:34:43.4121040Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4122042Z FAILED [0.0148s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp8qh0_010.json' 2025-12-04T10:34:43.4123490Z FAILED [0.0148s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp4t414dsx.json' 2025-12-04T10:34:43.4124934Z FAILED [0.0150s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpqrsexa_f.json' 2025-12-04T10:34:43.4126387Z FAILED [0.0154s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpvteq1jce.json' 2025-12-04T10:34:43.4127751Z FAILED [0.0122s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4128308Z 2025-12-04T10:34:43.4128393Z Expected 3 but got 1. 2025-12-04T10:34:43.4128632Z Absolute difference: 2 2025-12-04T10:34:43.4128862Z Relative difference: 0.6666666666666666 2025-12-04T10:34:43.4129053Z 2025-12-04T10:34:43.4129230Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4129753Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4130130Z 2025-12-04T10:34:43.4130344Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4131092Z FAILED [0.0129s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4131642Z 2025-12-04T10:34:43.4131723Z Expected 3 but got 2. 2025-12-04T10:34:43.4131953Z Absolute difference: 1 2025-12-04T10:34:43.4132181Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4132375Z 2025-12-04T10:34:43.4132551Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4133081Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4133457Z 2025-12-04T10:34:43.4133669Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4134671Z FAILED [0.0159s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpyzhngcum.json' 2025-12-04T10:34:43.4136128Z FAILED [0.0156s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp4z2as69m.json' 2025-12-04T10:34:43.4137386Z FAILED [0.0127s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4137921Z 2025-12-04T10:34:43.4138018Z Expected 3 but got 2. 2025-12-04T10:34:43.4138240Z Absolute difference: 1 2025-12-04T10:34:43.4138486Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4138678Z 2025-12-04T10:34:43.4138845Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4139387Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4139760Z 2025-12-04T10:34:43.4139972Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4141020Z FAILED [0.0156s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - PermissionError: [Errno 13] Permission denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp3063r87t.json' 2025-12-04T10:34:43.4142234Z FAILED [0.0120s] profiler\test_profiler.py::TestProfiler::test_tensorboard_trace_handler - AssertionError: Scalars are not equal! 2025-12-04T10:34:43.4142773Z 2025-12-04T10:34:43.4142896Z Expected 3 but got 2. 2025-12-04T10:34:43.4143132Z Absolute difference: 1 2025-12-04T10:34:43.4143361Z Relative difference: 0.3333333333333333 2025-12-04T10:34:43.4143568Z 2025-12-04T10:34:43.4143738Z To execute this test, run the following from the base repo dir: 2025-12-04T10:34:43.4144275Z python test\profiler\test_profiler.py TestProfiler.test_tensorboard_trace_handler 2025-12-04T10:34:43.4144647Z 2025-12-04T10:34:43.4144864Z This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 2025-12-04T10:34:43.4145366Z =============== 50 failed, 300 skipped, 500 deselected in 1.74s =============== 2025-12-04T10:34:43.4145647Z 2025-12-04T10:34:43.4146073Z FINISHED PRINTING LOG FILE of profiler/test_profiler 1/1 (test/test-reports/profiler.test_profiler_1.1_eb4823e47a030594_.log) 2025-12-04T10:34:43.4146611Z 2025-12-04T10:34:43.4146874Z Finished profiler/test_profiler 1/1 ... [2025-12-04 10:34:43.265058][3674.9738313], took 0.13min 2025-12-04T10:34:43.4147429Z profiler/test_profiler 1/1 failed! 2025-12-04T10:34:44.1398966Z 2025-12-04T10:34:44.1400041Z test_mkl_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkl_verbose_1.1_7cedd2ad2dcb9309_.log 2025-12-04T10:34:44.1401146Z Running 0 items in this shard: 2025-12-04T10:34:44.1401370Z 2025-12-04T10:34:44.1401615Z Finished test_mkl_verbose 1/1 ... [2025-12-04 10:34:44.139370][3675.8488537], took 0.09min 2025-12-04T10:34:48.1774752Z 2025-12-04T10:34:48.1775746Z test_comparison_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_comparison_utils_1.1_5bc467edeb42bc60_.log 2025-12-04T10:34:48.1776517Z Running 0 items in this shard: 2025-12-04T10:34:48.1776694Z 2025-12-04T10:34:48.1777305Z Finished test_comparison_utils 1/1 ... [2025-12-04 10:34:48.169977][3679.8863827], took 0.08min 2025-12-04T10:34:49.5687496Z Running functorch/test_ac_logging 1/1 ... [2025-12-04 10:34:49.568440][3681.2771945] 2025-12-04T10:34:49.5688049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:49.5694663Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ac_logging.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:49.569207] 2025-12-04T10:34:49.9066729Z Running test_mkldnn_verbose 1/1 ... [2025-12-04 10:34:49.906303][3681.6152461] 2025-12-04T10:34:49.9067219Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:49.9076197Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:49.906925] 2025-12-04T10:34:53.9828530Z Running test_utils_config_module 1/1 ... [2025-12-04 10:34:53.982459][3685.691434] 2025-12-04T10:34:53.9829029Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:34:53.9848722Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_utils_config_module.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:34:53.984345] 2025-12-04T10:34:55.0291291Z 2025-12-04T10:34:55.0292232Z functorch/test_ac_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_logging_1.1_57381b5cd5291452_.log 2025-12-04T10:34:55.0293186Z Running 0 items in this shard: 2025-12-04T10:34:55.0293366Z 2025-12-04T10:34:55.0293846Z Finished functorch/test_ac_logging 1/1 ... [2025-12-04 10:34:55.014735][3686.7380523], took 0.09min 2025-12-04T10:34:55.2979688Z 2025-12-04T10:34:55.2980746Z test_mkldnn_verbose 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_verbose_1.1_d69847db2e727cd8_.log 2025-12-04T10:34:55.2981712Z Running 0 items in this shard: 2025-12-04T10:34:55.2981891Z 2025-12-04T10:34:55.2983019Z Finished test_mkldnn_verbose 1/1 ... [2025-12-04 10:34:55.297967][3687.0069174], took 0.09min 2025-12-04T10:34:59.3142385Z 2025-12-04T10:34:59.3143669Z test_utils_config_module 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_utils_config_module_1.1_45da36739e1f24a1_.log 2025-12-04T10:34:59.3144428Z Running 0 items in this shard: 2025-12-04T10:34:59.3144619Z 2025-12-04T10:34:59.3145041Z Finished test_utils_config_module 1/1 ... [2025-12-04 10:34:59.314279][3691.0231601], took 0.09min 2025-12-04T10:35:01.2915923Z Running test_hop_infra 1/1 ... [2025-12-04 10:35:01.290972][3693.00005] 2025-12-04T10:35:01.2917250Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:01.2924039Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_hop_infra.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:01.291598] 2025-12-04T10:35:01.3532273Z Running test_license 1/1 ... [2025-12-04 10:35:01.352060][3693.0617668] 2025-12-04T10:35:01.3532730Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:01.3540979Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_license.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:01.352060] 2025-12-04T10:35:05.0036989Z Running test_ao_sparsity 1/1 ... [2025-12-04 10:35:05.003025][3696.7122485] 2025-12-04T10:35:05.0037484Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:05.0044440Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ao_sparsity.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:05.004238] 2025-12-04T10:35:06.7073615Z 2025-12-04T10:35:06.7074731Z test_license 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_license_1.1_b83bc1affbce902c_.log 2025-12-04T10:35:06.7075407Z Running 0 items in this shard: 2025-12-04T10:35:06.7075605Z 2025-12-04T10:35:06.7076039Z Finished test_license 1/1 ... [2025-12-04 10:35:06.695527][3698.4162532], took 0.09min 2025-12-04T10:35:08.0542989Z 2025-12-04T10:35:08.0544061Z test_hop_infra 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_hop_infra_1.1_a26054aaf2939e5d_.log 2025-12-04T10:35:08.0545015Z Running 0 items in this shard: 2025-12-04T10:35:08.0545205Z 2025-12-04T10:35:08.0545945Z Finished test_hop_infra 1/1 ... [2025-12-04 10:35:08.054436][3699.7632213], took 0.11min 2025-12-04T10:35:10.8827925Z 2025-12-04T10:35:10.8828798Z test_ao_sparsity 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_ao_sparsity_1.1_2570f0d2ae19c8fd_.log 2025-12-04T10:35:10.8829619Z Running 0 items in this shard: 2025-12-04T10:35:10.8829799Z 2025-12-04T10:35:10.8830598Z Finished test_ao_sparsity 1/1 ... [2025-12-04 10:35:10.882695][3702.5916786], took 0.10min 2025-12-04T10:35:12.7089286Z Running test_autoload 1/1 ... [2025-12-04 10:35:12.708128][3704.4172761] 2025-12-04T10:35:12.7089929Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:12.7096072Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_autoload.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:12.709297] 2025-12-04T10:35:13.9681019Z Running nn/attention/test_open_registry 1/1 ... [2025-12-04 10:35:13.958307][3705.676622] 2025-12-04T10:35:13.9681536Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:13.9688892Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/attention/test_open_registry.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:13.968472] 2025-12-04T10:35:16.8488810Z Running test_as_strided 1/1 ... [2025-12-04 10:35:16.848203][3708.557385] 2025-12-04T10:35:16.8489507Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:16.8496318Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_as_strided.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:16.848893] 2025-12-04T10:35:17.7362312Z 2025-12-04T10:35:17.7363390Z test_autoload 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_autoload_1.1_dec48046f226d51a_.log 2025-12-04T10:35:17.7366316Z Running 0 items in this shard: 2025-12-04T10:35:17.7366501Z 2025-12-04T10:35:17.7367193Z Finished test_autoload 1/1 ... [2025-12-04 10:35:17.736386][3709.4453216], took 0.08min 2025-12-04T10:35:19.4904470Z 2025-12-04T10:35:19.4905648Z nn/attention/test_open_registry 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_open_registry_1.1_d03a2bfba6d14147_.log 2025-12-04T10:35:19.4906597Z Running 0 items in this shard: 2025-12-04T10:35:19.4906893Z 2025-12-04T10:35:19.4908687Z Finished nn/attention/test_open_registry 1/1 ... [2025-12-04 10:35:19.490670][3711.1994506], took 0.09min 2025-12-04T10:35:21.9508455Z 2025-12-04T10:35:21.9509436Z test_as_strided 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_as_strided_1.1_d1aa375ce07da1d4_.log 2025-12-04T10:35:21.9510176Z Running 0 items in this shard: 2025-12-04T10:35:21.9510361Z 2025-12-04T10:35:21.9511027Z Finished test_as_strided 1/1 ... [2025-12-04 10:35:21.941464][3713.6597061], took 0.09min 2025-12-04T10:35:23.6606519Z Running test_foreach 1/1 ... [2025-12-04 10:35:23.652659][3715.3691477] 2025-12-04T10:35:23.6607053Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:23.6613702Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_foreach.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:23.652659] 2025-12-04T10:35:25.3242863Z Running test_proxy_tensor 1/2 ... [2025-12-04 10:35:25.314221][3717.0327824] 2025-12-04T10:35:25.3243334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:25.3250347Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_proxy_tensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:25.314221] 2025-12-04T10:35:28.0571280Z Running nn/attention/test_fa4 1/1 ... [2025-12-04 10:35:28.056761][3719.7655971] 2025-12-04T10:35:28.0571951Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:28.0580686Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/attention/test_fa4.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:28.057407] 2025-12-04T10:35:34.0514041Z 2025-12-04T10:35:34.0515073Z nn/attention/test_fa4 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.attention.test_fa4_1.1_84762eeeb405eb41_.log 2025-12-04T10:35:34.0515858Z Running 0 items in this shard: 2025-12-04T10:35:34.0516035Z 2025-12-04T10:35:34.0517003Z Finished nn/attention/test_fa4 1/1 ... [2025-12-04 10:35:34.051308][3725.7602436], took 0.10min 2025-12-04T10:35:39.6891434Z Running test_fx_passes 1/1 ... [2025-12-04 10:35:39.688549][3731.3975758] 2025-12-04T10:35:39.6891992Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:39.6899967Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_fx_passes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:39.689178] 2025-12-04T10:35:42.6965917Z 2025-12-04T10:35:42.6966784Z test_proxy_tensor 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_proxy_tensor_1.2_4b951f1665be6558_.log 2025-12-04T10:35:42.6968245Z Running 0 items in this shard: 2025-12-04T10:35:42.6968426Z 2025-12-04T10:35:42.6969150Z Finished test_proxy_tensor 1/2 ... [2025-12-04 10:35:42.696770][3734.4054503], took 0.29min 2025-12-04T10:35:44.9204388Z 2025-12-04T10:35:44.9205310Z test_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_fx_passes_1.1_e4981a7e48307a0f_.log 2025-12-04T10:35:44.9206535Z Running 0 items in this shard: 2025-12-04T10:35:44.9206715Z 2025-12-04T10:35:44.9207071Z Finished test_fx_passes 1/1 ... [2025-12-04 10:35:44.920475][3736.6292648], took 0.09min 2025-12-04T10:35:46.7821342Z 2025-12-04T10:35:46.7822158Z test_foreach 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_foreach_1.1_8efdede5aa7dad17_.log 2025-12-04T10:35:46.7823103Z Running 0 items in this shard: 2025-12-04T10:35:46.7823380Z 2025-12-04T10:35:46.7824252Z Finished test_foreach 1/1 ... [2025-12-04 10:35:46.782314][3738.4909322], took 0.39min 2025-12-04T10:35:48.4801742Z Running functorch/test_logging 1/1 ... [2025-12-04 10:35:48.472275][3740.1886007] 2025-12-04T10:35:48.4802228Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:48.4809497Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_logging.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:48.472275] 2025-12-04T10:35:50.6663380Z Running test_namedtensor 1/1 ... [2025-12-04 10:35:50.663010][3742.3747528] 2025-12-04T10:35:50.6663878Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:50.6670638Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_namedtensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:50.663010] 2025-12-04T10:35:52.5604622Z Running functorch/test_minifier 1/1 ... [2025-12-04 10:35:52.552885][3744.2688887] 2025-12-04T10:35:52.5605117Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:52.5612367Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_minifier.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:52.552885] 2025-12-04T10:35:54.1360089Z 2025-12-04T10:35:54.1372131Z functorch/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_logging_1.1_441697ef74a524b0_.log 2025-12-04T10:35:54.1373571Z Running 0 items in this shard: 2025-12-04T10:35:54.1373848Z 2025-12-04T10:35:54.1374253Z Finished functorch/test_logging 1/1 ... [2025-12-04 10:35:54.136202][3745.844893], took 0.09min 2025-12-04T10:35:56.5357595Z 2025-12-04T10:35:56.5358489Z test_namedtensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_namedtensor_1.1_bb063b6f406e3f62_.log 2025-12-04T10:35:56.5359218Z Running 0 items in this shard: 2025-12-04T10:35:56.5359399Z 2025-12-04T10:35:56.5360229Z Finished test_namedtensor 1/1 ... [2025-12-04 10:35:56.525514][3748.2445229], took 0.10min 2025-12-04T10:35:58.2944916Z 2025-12-04T10:35:58.2945906Z functorch/test_minifier 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_minifier_1.1_eadf16bf96b56ebc_.log 2025-12-04T10:35:58.2946867Z Running 0 items in this shard: 2025-12-04T10:35:58.2947057Z 2025-12-04T10:35:58.2947355Z Finished functorch/test_minifier 1/1 ... [2025-12-04 10:35:58.286404][3750.0032533], took 0.10min 2025-12-04T10:35:59.9648659Z Running higher_order_ops/test_invoke_quant 1/1 ... [2025-12-04 10:35:59.964620][3751.67326] 2025-12-04T10:35:59.9649193Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:35:59.9656876Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_invoke_quant.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:35:59.965290] 2025-12-04T10:36:02.2566791Z Running torch_np/test_basic 1/1 ... [2025-12-04 10:36:02.256244][3753.9650779] 2025-12-04T10:36:02.2567356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:02.2574703Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_basic.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:02.256244] 2025-12-04T10:36:04.0448206Z Running test_native_functions 1/1 ... [2025-12-04 10:36:04.044560][3755.7531912] 2025-12-04T10:36:04.0448701Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:04.0455815Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_native_functions.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:04.045295] 2025-12-04T10:36:09.5230897Z 2025-12-04T10:36:09.5232024Z torch_np/test_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_basic_1.1_c38db56fe5ef9744_.log 2025-12-04T10:36:09.5232766Z Running 0 items in this shard: 2025-12-04T10:36:09.5232945Z 2025-12-04T10:36:09.5233393Z Finished torch_np/test_basic 1/1 ... [2025-12-04 10:36:09.513263][3761.2318266], took 0.12min 2025-12-04T10:36:09.6954299Z 2025-12-04T10:36:09.6955204Z test_native_functions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_native_functions_1.1_4516e95ff54a209a_.log 2025-12-04T10:36:09.6955963Z Running 0 items in this shard: 2025-12-04T10:36:09.6956137Z 2025-12-04T10:36:09.6956976Z Finished test_native_functions 1/1 ... [2025-12-04 10:36:09.695264][3761.4041632], took 0.09min 2025-12-04T10:36:12.2809287Z 2025-12-04T10:36:12.2810239Z higher_order_ops/test_invoke_quant 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_invoke_quant_1.1_8ced19260c345c98_.log 2025-12-04T10:36:12.2811166Z Running 0 items in this shard: 2025-12-04T10:36:12.2811351Z 2025-12-04T10:36:12.2811699Z Finished higher_order_ops/test_invoke_quant 1/1 ... [2025-12-04 10:36:12.280505][3763.9896471], took 0.21min 2025-12-04T10:36:15.3369643Z Running test_typing 1/1 ... [2025-12-04 10:36:15.335621][3767.0442076] 2025-12-04T10:36:15.3379548Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:15.3402033Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_typing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:15.336469] 2025-12-04T10:36:15.3915552Z Running higher_order_ops/test_with_effects 1/1 ... [2025-12-04 10:36:15.391351][3767.0999008] 2025-12-04T10:36:15.3916177Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:15.3924041Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_with_effects.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:15.392163] 2025-12-04T10:36:18.2437233Z Running higher_order_ops/test_invoke_subgraph 1/1 ... [2025-12-04 10:36:18.243510][3769.9520875] 2025-12-04T10:36:18.2437762Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:18.2444424Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'higher_order_ops/test_invoke_subgraph.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:18.243510] 2025-12-04T10:36:20.7752644Z 2025-12-04T10:36:20.7753483Z test_typing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_typing_1.1_5e68ba31ebb09757_.log 2025-12-04T10:36:20.7754448Z Running 0 items in this shard: 2025-12-04T10:36:20.7754672Z 2025-12-04T10:36:20.7755323Z Finished test_typing 1/1 ... [2025-12-04 10:36:20.775056][3772.4839785], took 0.09min 2025-12-04T10:36:21.9387745Z 2025-12-04T10:36:21.9389017Z higher_order_ops/test_with_effects 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_with_effects_1.1_341c1f859c2079e2_.log 2025-12-04T10:36:21.9389871Z Running 0 items in this shard: 2025-12-04T10:36:21.9390049Z 2025-12-04T10:36:21.9390386Z Finished higher_order_ops/test_with_effects 1/1 ... [2025-12-04 10:36:21.936525][3773.6474948], took 0.11min 2025-12-04T10:36:26.6502905Z Running test_weak 1/1 ... [2025-12-04 10:36:26.650037][3778.3585659] 2025-12-04T10:36:26.6503503Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:26.6510216Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_weak.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:26.650760] 2025-12-04T10:36:27.6558945Z Running test_complex 1/1 ... [2025-12-04 10:36:27.655486][3779.3642539] 2025-12-04T10:36:27.6559383Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:27.6570616Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_complex.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:27.656784] 2025-12-04T10:36:31.1036792Z 2025-12-04T10:36:31.1038167Z higher_order_ops/test_invoke_subgraph 1/1 was successful, full logs can be found in artifacts with path test/test-reports/higher_order_ops.test_invoke_subgraph_1.1_e7e72fdeb290bd6c_.log 2025-12-04T10:36:31.1061626Z Running 50 items in this shard: test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module, test/higher_order_ops/test_invoke_subgraph.py::TestInvokeSubgraphExportStrict::test_multiple_module 2025-12-04T10:36:31.1083870Z 2025-12-04T10:36:31.1084213Z Finished higher_order_ops/test_invoke_subgraph 1/1 ... [2025-12-04 10:36:31.103520][3782.8125125], took 0.21min 2025-12-04T10:36:32.0651354Z 2025-12-04T10:36:32.0652306Z test_weak 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_weak_1.1_f9ec422b84991282_.log 2025-12-04T10:36:32.0653138Z Running 0 items in this shard: 2025-12-04T10:36:32.0653326Z 2025-12-04T10:36:32.0653989Z Finished test_weak 1/1 ... [2025-12-04 10:36:32.058880][3783.7738289], took 0.09min 2025-12-04T10:36:33.6656517Z 2025-12-04T10:36:33.6657516Z test_complex 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_complex_1.1_f3148c62e3db093e_.log 2025-12-04T10:36:33.6658230Z Running 0 items in this shard: 2025-12-04T10:36:33.6658420Z 2025-12-04T10:36:33.6659112Z Finished test_complex 1/1 ... [2025-12-04 10:36:33.663219][3785.374336], took 0.10min 2025-12-04T10:36:36.9071516Z Running test_optim 1/1 ... [2025-12-04 10:36:36.906729][3788.615477] 2025-12-04T10:36:36.9071948Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:36.9080669Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_optim.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:36.907355] 2025-12-04T10:36:37.9121402Z Running lazy/test_functionalization 1/1 ... [2025-12-04 10:36:37.911895][3789.6204557] 2025-12-04T10:36:37.9121913Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:37.9129053Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'lazy/test_functionalization.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:37.912543] 2025-12-04T10:36:39.3112568Z Running torch_np/test_random 1/1 ... [2025-12-04 10:36:39.310710][3791.0195709] 2025-12-04T10:36:39.3113145Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:39.3120155Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_random.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:39.311335] 2025-12-04T10:36:43.2561805Z 2025-12-04T10:36:43.2562888Z lazy/test_functionalization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_functionalization_1.1_428271c0bbbd5f5f_.log 2025-12-04T10:36:43.2563704Z Running 0 items in this shard: 2025-12-04T10:36:43.2563890Z 2025-12-04T10:36:43.2564402Z Finished lazy/test_functionalization 1/1 ... [2025-12-04 10:36:43.255896][3794.9648436], took 0.09min 2025-12-04T10:36:44.4494729Z 2025-12-04T10:36:44.4495879Z torch_np/test_random 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_random_1.1_21bcd2c484a08431_.log 2025-12-04T10:36:44.4496697Z Running 0 items in this shard: 2025-12-04T10:36:44.4496873Z 2025-12-04T10:36:44.4497432Z Finished torch_np/test_random 1/1 ... [2025-12-04 10:36:44.449146][3796.1581374], took 0.09min 2025-12-04T10:36:47.9161509Z 2025-12-04T10:36:47.9162328Z test_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_optim_1.1_5054478832200f1a_.log 2025-12-04T10:36:47.9163394Z Running 0 items in this shard: 2025-12-04T10:36:47.9163597Z 2025-12-04T10:36:47.9164153Z Finished test_optim 1/1 ... [2025-12-04 10:36:47.910216][3799.6248066], took 0.18min 2025-12-04T10:36:48.8123937Z Running nn/test_multihead_attention 1/1 ... [2025-12-04 10:36:48.811075][3800.5206839] 2025-12-04T10:36:48.8124473Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:48.8131736Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/test_multihead_attention.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:48.812773] 2025-12-04T10:36:50.2214244Z Running test_legacy_vmap 1/1 ... [2025-12-04 10:36:50.220665][3801.9297212] 2025-12-04T10:36:50.2214699Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:50.2221801Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_legacy_vmap.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:50.221893] 2025-12-04T10:36:53.6653750Z Running lazy/test_bindings 1/1 ... [2025-12-04 10:36:53.659779][3805.373649] 2025-12-04T10:36:53.6654220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:53.6661274Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'lazy/test_bindings.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:36:53.659779] 2025-12-04T10:36:54.5841945Z 2025-12-04T10:36:54.5842946Z nn/test_multihead_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_multihead_attention_1.1_483efdd4449bd6ea_.log 2025-12-04T10:36:54.5843761Z Running 0 items in this shard: 2025-12-04T10:36:54.5844605Z 2025-12-04T10:36:54.5844897Z Finished nn/test_multihead_attention 1/1 ... [2025-12-04 10:36:54.581925][3806.2928465], took 0.10min 2025-12-04T10:36:56.2676205Z 2025-12-04T10:36:56.2677090Z test_legacy_vmap 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_legacy_vmap_1.1_40ce61c4c769fef5_.log 2025-12-04T10:36:56.2678348Z Running 0 items in this shard: 2025-12-04T10:36:56.2678579Z 2025-12-04T10:36:56.2678839Z Finished test_legacy_vmap 1/1 ... [2025-12-04 10:36:56.267567][3807.9762373], took 0.10min 2025-12-04T10:36:59.0611257Z 2025-12-04T10:36:59.0612504Z lazy/test_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_bindings_1.1_81eae56a4499882b_.log 2025-12-04T10:36:59.0613767Z Running 0 items in this shard: 2025-12-04T10:36:59.0614050Z 2025-12-04T10:36:59.0614583Z Finished lazy/test_bindings 1/1 ... [2025-12-04 10:36:59.061266][3810.7697876], took 0.09min 2025-12-04T10:37:00.4630075Z Running test_pytree 1/1 ... [2025-12-04 10:37:00.462151][3812.1710889] 2025-12-04T10:37:00.4630567Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:00.4639713Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_pytree.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:00.463449] 2025-12-04T10:37:02.0906763Z Running profiler/test_record_function 1/1 ... [2025-12-04 10:37:02.088231][3813.7989392] 2025-12-04T10:37:02.0907294Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:02.0914418Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_record_function.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:02.090942] 2025-12-04T10:37:04.9395319Z Running test_compile_benchmark_util 1/1 ... [2025-12-04 10:37:04.938713][3816.6476135] 2025-12-04T10:37:04.9395841Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:04.9401460Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_compile_benchmark_util.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:04.939883] 2025-12-04T10:37:06.3923609Z 2025-12-04T10:37:06.3924445Z test_pytree 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_pytree_1.1_250d6fec6db29624_.log 2025-12-04T10:37:06.3925278Z Running 0 items in this shard: 2025-12-04T10:37:06.3925465Z 2025-12-04T10:37:06.3926274Z Finished test_pytree 1/1 ... [2025-12-04 10:37:06.388634][3818.1009778], took 0.10min 2025-12-04T10:37:07.4055872Z 2025-12-04T10:37:07.4057195Z profiler/test_record_function 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_record_function_1.1_b3f369214aa8a461_.log 2025-12-04T10:37:07.4058160Z Running 0 items in this shard: 2025-12-04T10:37:07.4058335Z 2025-12-04T10:37:07.4058641Z Finished profiler/test_record_function 1/1 ... [2025-12-04 10:37:07.392390][3819.1141935], took 0.09min 2025-12-04T10:37:10.5917160Z 2025-12-04T10:37:10.5918291Z test_compile_benchmark_util 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_compile_benchmark_util_1.1_af0e020d6074569b_.log 2025-12-04T10:37:10.5921356Z Running 0 items in this shard: 2025-12-04T10:37:10.5921533Z 2025-12-04T10:37:10.5922089Z Finished test_compile_benchmark_util 1/1 ... [2025-12-04 10:37:10.591982][3822.300559], took 0.09min 2025-12-04T10:37:12.1792758Z Running test_set_default_mobile_cpu_allocator 1/1 ... [2025-12-04 10:37:12.169120][3823.8875119] 2025-12-04T10:37:12.1794641Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:12.1804534Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:12.179952] 2025-12-04T10:37:13.4114967Z Running test_stateless 1/1 ... [2025-12-04 10:37:13.411263][3825.1197289] 2025-12-04T10:37:13.4115433Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:13.4123209Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_stateless.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:13.412061] 2025-12-04T10:37:16.4269911Z Running functorch/test_ac 1/1 ... [2025-12-04 10:37:16.426102][3828.1350337] 2025-12-04T10:37:16.4270546Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:16.4346195Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ac.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:16.434018] 2025-12-04T10:37:17.3254919Z 2025-12-04T10:37:17.3256240Z test_set_default_mobile_cpu_allocator 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_set_default_mobile_cpu_allocator_1.1_4a428e6cce9a5eaf_.log 2025-12-04T10:37:17.3257108Z Running 0 items in this shard: 2025-12-04T10:37:17.3257319Z 2025-12-04T10:37:17.3257682Z Finished test_set_default_mobile_cpu_allocator 1/1 ... [2025-12-04 10:37:17.322710][3829.0341163], took 0.09min 2025-12-04T10:37:19.1998996Z 2025-12-04T10:37:19.2000132Z test_stateless 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_stateless_1.1_9c4f1921de3c70d4_.log 2025-12-04T10:37:19.2001626Z Running 0 items in this shard: 2025-12-04T10:37:19.2001944Z 2025-12-04T10:37:19.2002186Z Finished test_stateless 1/1 ... [2025-12-04 10:37:19.200092][3830.9085089], took 0.10min 2025-12-04T10:37:23.3261862Z Running test_binary_ufuncs 1/1 ... [2025-12-04 10:37:23.325922][3835.0343813] 2025-12-04T10:37:23.3262442Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:23.3269126Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_binary_ufuncs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:23.326212] 2025-12-04T10:37:25.0703811Z Running test_ops_fwd_gradients 2/2 ... [2025-12-04 10:37:25.070141][3836.778612] 2025-12-04T10:37:25.0704405Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:25.0713015Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:25.071058] 2025-12-04T10:37:28.4204005Z 2025-12-04T10:37:28.4205214Z functorch/test_ac 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_1.1_42b05d243e7e6747_.log 2025-12-04T10:37:28.4205947Z 2025-12-04T10:37:28.4206198Z Finished functorch/test_ac 1/1 ... [2025-12-04 10:37:28.415999][3840.1287694], took 0.20min 2025-12-04T10:37:34.2333054Z Running test_ops_jit 1/3 ... [2025-12-04 10:37:34.233102][3845.9414923] 2025-12-04T10:37:34.2333660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:34.2340613Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:34.233827] 2025-12-04T10:37:40.3404415Z 2025-12-04T10:37:40.3405358Z test_ops_fwd_gradients 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_fwd_gradients_2.2_6025bc3367a0c321_.log 2025-12-04T10:37:40.3406138Z Running 0 items in this shard: 2025-12-04T10:37:40.3406316Z 2025-12-04T10:37:40.3409957Z Finished test_ops_fwd_gradients 2/2 ... [2025-12-04 10:37:40.340813][3852.0492812], took 0.25min 2025-12-04T10:37:44.1862332Z 2025-12-04T10:37:44.1863765Z test_ops_jit 1/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_1.3_0632be0f8d3f0858_.log 2025-12-04T10:37:44.1864705Z Running 0 items in this shard: 2025-12-04T10:37:44.1865844Z 2025-12-04T10:37:44.1866516Z Finished test_ops_jit 1/3 ... [2025-12-04 10:37:44.186398][3855.8948037], took 0.17min 2025-12-04T10:37:46.0800094Z Running test_ops_jit 2/3 ... [2025-12-04 10:37:46.071427][3857.7882109] 2025-12-04T10:37:46.0800552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:46.0807280Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:46.071427] 2025-12-04T10:37:49.8169788Z Running test_numpy_interop 1/1 ... [2025-12-04 10:37:49.814855][3861.5251742] 2025-12-04T10:37:49.8170285Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:37:49.8177025Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_numpy_interop.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:37:49.814855] 2025-12-04T10:37:55.4614166Z 2025-12-04T10:37:55.4615229Z test_numpy_interop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_numpy_interop_1.1_359923cb0bbd35b7_.log 2025-12-04T10:37:55.4615978Z Running 0 items in this shard: 2025-12-04T10:37:55.4616159Z 2025-12-04T10:37:55.4616975Z Finished test_numpy_interop 1/1 ... [2025-12-04 10:37:55.453161][3867.1699703], took 0.09min 2025-12-04T10:37:55.9117575Z 2025-12-04T10:37:55.9118563Z test_ops_jit 2/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_2.3_37cf9f762b54ab0e_.log 2025-12-04T10:37:55.9119511Z Running 0 items in this shard: 2025-12-04T10:37:55.9119726Z 2025-12-04T10:37:55.9120345Z Finished test_ops_jit 2/3 ... [2025-12-04 10:37:55.905377][3867.6203131], took 0.16min 2025-12-04T10:38:01.5601667Z Running profiler/test_cpp_thread 1/1 ... [2025-12-04 10:38:01.559272][3873.2681269] 2025-12-04T10:38:01.5602180Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:01.5611687Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_cpp_thread.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:01.560586] 2025-12-04T10:38:01.6991982Z Running test_ops_gradients 1/2 ... [2025-12-04 10:38:01.692557][3873.4073751] 2025-12-04T10:38:01.6992459Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:01.6999879Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_ops_gradients.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:01.692557] 2025-12-04T10:38:03.3747610Z 2025-12-04T10:38:03.3748753Z test_binary_ufuncs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_binary_ufuncs_1.1_62ceb85d614c6d9c_.log 2025-12-04T10:38:03.3749678Z Running 0 items in this shard: 2025-12-04T10:38:03.3749867Z 2025-12-04T10:38:03.3750585Z Finished test_binary_ufuncs 1/1 ... [2025-12-04 10:38:03.374918][3875.0833256], took 0.67min 2025-12-04T10:38:09.2221254Z Running complex_tensor/test_complex_tensor 1/3 ... [2025-12-04 10:38:09.221856][3880.9302842] 2025-12-04T10:38:09.2221797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:09.2229459Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'complex_tensor/test_complex_tensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:09.222480] 2025-12-04T10:38:17.7914564Z 2025-12-04T10:38:17.7915656Z complex_tensor/test_complex_tensor 1/3 was successful, full logs can be found in artifacts with path test/test-reports/complex_tensor.test_complex_tensor_1.3_76d9cfab3aecfca2_.log 2025-12-04T10:38:17.7916630Z Running 0 items in this shard: 2025-12-04T10:38:17.7916912Z 2025-12-04T10:38:17.7918001Z Finished complex_tensor/test_complex_tensor 1/3 ... [2025-12-04 10:38:17.791662][3889.5000146], took 0.14min 2025-12-04T10:38:22.5685154Z 2025-12-04T10:38:22.5686430Z test_ops_gradients 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_gradients_1.2_3342bc378ef387cf_.log 2025-12-04T10:38:22.5687445Z Running 0 items in this shard: 2025-12-04T10:38:22.5687671Z 2025-12-04T10:38:22.5687941Z Finished test_ops_gradients 1/2 ... [2025-12-04 10:38:22.560364][3894.2770399], took 0.35min 2025-12-04T10:38:23.3650702Z Running complex_tensor/test_complex_tensor 2/3 ... [2025-12-04 10:38:23.364666][3895.0732048] 2025-12-04T10:38:23.3651233Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:23.3657913Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'complex_tensor/test_complex_tensor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:23.365289] 2025-12-04T10:38:25.8619738Z 2025-12-04T10:38:25.8620946Z profiler/test_cpp_thread 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_cpp_thread_1.1_5cebad71fab75ed4_.log 2025-12-04T10:38:25.8621747Z Running 0 items in this shard: 2025-12-04T10:38:25.8621935Z 2025-12-04T10:38:25.8622624Z Finished profiler/test_cpp_thread 1/1 ... [2025-12-04 10:38:25.849544][3897.570493], took 0.41min 2025-12-04T10:38:28.2664875Z Running optim/test_lrscheduler 1/1 ... [2025-12-04 10:38:28.263920][3899.9746253] 2025-12-04T10:38:28.2665379Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:28.2671961Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'optim/test_lrscheduler.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:28.263920] 2025-12-04T10:38:31.4916285Z Running torch_np/numpy_tests/lib/test_histograms 1/1 ... [2025-12-04 10:38:31.483942][3903.1997469] 2025-12-04T10:38:31.4916849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:31.4923608Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_histograms.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:31.483942] 2025-12-04T10:38:32.0810270Z 2025-12-04T10:38:32.0811603Z complex_tensor/test_complex_tensor 2/3 was successful, full logs can be found in artifacts with path test/test-reports/complex_tensor.test_complex_tensor_2.3_dd2433ee0946d991_.log 2025-12-04T10:38:32.0812469Z Running 0 items in this shard: 2025-12-04T10:38:32.0812646Z 2025-12-04T10:38:32.0813591Z Finished complex_tensor/test_complex_tensor 2/3 ... [2025-12-04 10:38:32.080696][3903.7895661], took 0.15min 2025-12-04T10:38:33.3538249Z 2025-12-04T10:38:33.3539345Z optim/test_lrscheduler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_lrscheduler_1.1_6e460f5fa86814c0_.log 2025-12-04T10:38:33.3540089Z 2025-12-04T10:38:33.3540555Z Finished optim/test_lrscheduler 1/1 ... [2025-12-04 10:38:33.347794][3905.0622836], took 0.08min 2025-12-04T10:38:37.0526192Z 2025-12-04T10:38:37.0527625Z torch_np/numpy_tests/lib/test_histograms 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_histograms_1.1_acfd3f3acef84ab9_.log 2025-12-04T10:38:37.0528722Z Running 0 items in this shard: 2025-12-04T10:38:37.0528908Z 2025-12-04T10:38:37.0529256Z Finished torch_np/numpy_tests/lib/test_histograms 1/1 ... [2025-12-04 10:38:37.052780][3908.7611219], took 0.09min 2025-12-04T10:38:37.9533920Z Running torch_np/test_indexing 1/1 ... [2025-12-04 10:38:37.952665][3909.6614172] 2025-12-04T10:38:37.9534406Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:37.9540586Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_indexing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:37.953834] 2025-12-04T10:38:39.1171337Z Running test_schema_check 1/1 ... [2025-12-04 10:38:39.115983][3910.8252551] 2025-12-04T10:38:39.1171806Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:39.1180705Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_schema_check.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:39.117644] 2025-12-04T10:38:43.0147779Z Running test_tensorboard 1/1 ... [2025-12-04 10:38:43.013188][3914.7228977] 2025-12-04T10:38:43.0148248Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:43.0155695Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_tensorboard.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:43.013188] 2025-12-04T10:38:43.2295985Z 2025-12-04T10:38:43.2297286Z torch_np/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_indexing_1.1_fffcdcdb401a7469_.log 2025-12-04T10:38:43.2300185Z Running 0 items in this shard: 2025-12-04T10:38:43.2300384Z 2025-12-04T10:38:43.2301115Z Finished torch_np/test_indexing 1/1 ... [2025-12-04 10:38:43.229742][3914.9383118], took 0.09min 2025-12-04T10:38:49.0123583Z 2025-12-04T10:38:49.0124810Z test_tensorboard 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_tensorboard_1.1_e50d0cc4ec2d5cde_.log 2025-12-04T10:38:49.0125520Z Running 0 items in this shard: 2025-12-04T10:38:49.0125819Z 2025-12-04T10:38:49.0126183Z Finished test_tensorboard 1/1 ... [2025-12-04 10:38:48.999905][3920.7208327], took 0.10min 2025-12-04T10:38:49.0980858Z Running torch_np/numpy_tests/core/test_indexing 1/1 ... [2025-12-04 10:38:49.096383][3920.8061851] 2025-12-04T10:38:49.0981432Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:49.0988254Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_indexing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:49.096383] 2025-12-04T10:38:54.2570186Z 2025-12-04T10:38:54.2571260Z torch_np/numpy_tests/core/test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_indexing_1.1_89722b8b995d874a_.log 2025-12-04T10:38:54.2572409Z Running 0 items in this shard: 2025-12-04T10:38:54.2572590Z 2025-12-04T10:38:54.2573446Z Finished torch_np/numpy_tests/core/test_indexing 1/1 ... [2025-12-04 10:38:54.257180][3925.9654891], took 0.09min 2025-12-04T10:38:54.5891150Z Running test_futures 1/1 ... [2025-12-04 10:38:54.588351][3926.2972143] 2025-12-04T10:38:54.5891593Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:54.5899036Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_futures.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:54.589560] 2025-12-04T10:38:59.7294222Z 2025-12-04T10:38:59.7295287Z test_futures 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_futures_1.1_fba54a1906560623_.log 2025-12-04T10:38:59.7295987Z Running 0 items in this shard: 2025-12-04T10:38:59.7296185Z 2025-12-04T10:38:59.7296909Z Finished test_futures 1/1 ... [2025-12-04 10:38:59.718479][3931.4378847], took 0.09min 2025-12-04T10:38:59.8660906Z Running nn/test_dropout 1/1 ... [2025-12-04 10:38:59.865845][3931.5741797] 2025-12-04T10:38:59.8662167Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:38:59.8669106Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'nn/test_dropout.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:38:59.866694] 2025-12-04T10:39:02.1902256Z 2025-12-04T10:39:02.1903326Z test_schema_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_schema_check_1.1_568c4506a888e0ed_.log 2025-12-04T10:39:02.1904068Z Running 0 items in this shard: 2025-12-04T10:39:02.1904243Z 2025-12-04T10:39:02.1905108Z Finished test_schema_check 1/1 ... [2025-12-04 10:39:02.185265][3933.8986978], took 0.38min 2025-12-04T10:39:05.4154475Z Running functorch/dim/test_split 1/1 ... [2025-12-04 10:39:05.407231][3937.1235325] 2025-12-04T10:39:05.4154998Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:05.4162232Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/dim/test_split.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:05.407231] 2025-12-04T10:39:05.7942935Z 2025-12-04T10:39:05.7943726Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_ba87b9294a5b5d7a_.log 2025-12-04T10:39:05.7944939Z Running 0 items in this shard: 2025-12-04T10:39:05.7945117Z 2025-12-04T10:39:05.7945848Z Finished nn/test_dropout 1/1 ... [2025-12-04 10:39:05.794063][3937.5027654], took 0.10min 2025-12-04T10:39:07.8019609Z Running torch_np/numpy_tests/lib/test_type_check 1/1 ... [2025-12-04 10:39:07.801139][3939.5099396] 2025-12-04T10:39:07.8020339Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:07.8026751Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_type_check.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:07.802399] 2025-12-04T10:39:10.7040450Z 2025-12-04T10:39:10.7041417Z functorch/dim/test_split 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.dim.test_split_1.1_298b403453cfdbf2_.log 2025-12-04T10:39:10.7042213Z Running 0 items in this shard: 2025-12-04T10:39:10.7042391Z 2025-12-04T10:39:10.7042969Z Finished functorch/dim/test_split 1/1 ... [2025-12-04 10:39:10.691283][3942.412477], took 0.09min 2025-12-04T10:39:11.9787205Z Running profiler/test_execution_trace 1/1 ... [2025-12-04 10:39:11.978132][3943.6868033] 2025-12-04T10:39:11.9787759Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:11.9795108Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'profiler/test_execution_trace.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:11.978825] 2025-12-04T10:39:13.1691526Z 2025-12-04T10:39:13.1692521Z torch_np/numpy_tests/lib/test_type_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_type_check_1.1_99c8e5b9eda2fcee_.log 2025-12-04T10:39:13.1693613Z Running 0 items in this shard: 2025-12-04T10:39:13.1693794Z 2025-12-04T10:39:13.1694677Z Finished torch_np/numpy_tests/lib/test_type_check 1/1 ... [2025-12-04 10:39:13.169126][3944.8776405], took 0.09min 2025-12-04T10:39:16.2962880Z Running test_jit 1/1 ... [2025-12-04 10:39:16.295793][3948.0043784] 2025-12-04T10:39:16.2963618Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:16.2970588Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_jit.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:16.296461] 2025-12-04T10:39:17.8320699Z 2025-12-04T10:39:17.8321833Z profiler/test_execution_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_execution_trace_1.1_d2f0631100887a67_.log 2025-12-04T10:39:17.8322642Z Running 0 items in this shard: 2025-12-04T10:39:17.8322827Z 2025-12-04T10:39:17.8323564Z Finished profiler/test_execution_trace 1/1 ... [2025-12-04 10:39:17.832020][3949.5405259], took 0.10min 2025-12-04T10:39:18.9070092Z Running test_scaled_matmul_cuda 1/1 ... [2025-12-04 10:39:18.897982][3950.6150969] 2025-12-04T10:39:18.9070601Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:18.9077543Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_scaled_matmul_cuda.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:18.897982] 2025-12-04T10:39:24.0553387Z Running test_indexing 1/1 ... [2025-12-04 10:39:24.049736][3955.7634024] 2025-12-04T10:39:24.0553843Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:24.0563707Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_indexing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:24.049736] 2025-12-04T10:39:24.6470366Z 2025-12-04T10:39:24.6471655Z test_scaled_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scaled_matmul_cuda_1.1_6a1403121c5ab100_.log 2025-12-04T10:39:24.6472473Z Running 0 items in this shard: 2025-12-04T10:39:24.6472649Z 2025-12-04T10:39:24.6472917Z Finished test_scaled_matmul_cuda 1/1 ... [2025-12-04 10:39:24.631932][3956.3554609], took 0.10min 2025-12-04T10:39:30.1074292Z 2025-12-04T10:39:30.1075285Z test_indexing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_indexing_1.1_fcdfcc7a2eb83e57_.log 2025-12-04T10:39:30.1076120Z Running 0 items in this shard: 2025-12-04T10:39:30.1076300Z 2025-12-04T10:39:30.1077206Z Finished test_indexing 1/1 ... [2025-12-04 10:39:30.103800][3961.8158743], took 0.10min 2025-12-04T10:39:30.5433071Z Running torch_np/numpy_tests/fft/test_pocketfft 1/1 ... [2025-12-04 10:39:30.542602][3962.251323] 2025-12-04T10:39:30.5433643Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:30.5440376Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/fft/test_pocketfft.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:30.543824] 2025-12-04T10:39:32.2688392Z 2025-12-04T10:39:32.2689303Z test_jit 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_1.1_5a487c2c270f0bd8_.log 2025-12-04T10:39:32.2785809Z Running 450 items in this shard: test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_subclasses 2025-12-04T10:39:32.2871594Z 2025-12-04T10:39:32.2871812Z Finished test_jit 1/1 ... [2025-12-04 10:39:32.270150][3963.9784507], took 0.27min 2025-12-04T10:39:35.8952713Z Running functorch/test_ops 1/9 ... [2025-12-04 10:39:35.891063][3967.6033364] 2025-12-04T10:39:35.8953183Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:35.8959950Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:35.891063] 2025-12-04T10:39:36.3843745Z 2025-12-04T10:39:36.3844760Z torch_np/numpy_tests/fft/test_pocketfft 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.fft.test_pocketfft_1.1_514ecb0343481d5c_.log 2025-12-04T10:39:36.3846176Z Running 0 items in this shard: 2025-12-04T10:39:36.3846408Z 2025-12-04T10:39:36.3846860Z Finished torch_np/numpy_tests/fft/test_pocketfft 1/1 ... [2025-12-04 10:39:36.384114][3968.0928181], took 0.10min 2025-12-04T10:39:38.0068215Z Running functorch/test_ops 8/9 ... [2025-12-04 10:39:38.006166][3969.7148813] 2025-12-04T10:39:38.0068703Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:38.0076009Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'not serial', '--shard-id=8', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:38.006876] 2025-12-04T10:39:42.1805013Z Running torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-12-04 10:39:42.180292][3973.8885371] 2025-12-04T10:39:42.1805559Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:42.1812856Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_shape_base_.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:42.181070] 2025-12-04T10:39:47.5352180Z 2025-12-04T10:39:47.5353638Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_shape_base__1.1_5fa9d31370017573_.log 2025-12-04T10:39:47.5354702Z Running 0 items in this shard: 2025-12-04T10:39:47.5355078Z 2025-12-04T10:39:47.5355418Z Finished torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-12-04 10:39:47.535423][3979.2436619], took 0.09min 2025-12-04T10:39:53.1014460Z Running torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-12-04 10:39:53.093266][3984.8094845] 2025-12-04T10:39:53.1015011Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:39:53.1021612Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_getlimits.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:39:53.093266] 2025-12-04T10:39:58.1028696Z 2025-12-04T10:39:58.1030061Z torch_np/numpy_tests/core/test_getlimits 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_getlimits_1.1_af5998a2a0716a3f_.log 2025-12-04T10:39:58.1030990Z Running 0 items in this shard: 2025-12-04T10:39:58.1031163Z 2025-12-04T10:39:58.1031616Z Finished torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-12-04 10:39:58.102841][3989.8112856], took 0.08min 2025-12-04T10:40:03.8889554Z Running torch_np/test_ndarray_methods 1/1 ... [2025-12-04 10:40:03.884583][3995.5963711] 2025-12-04T10:40:03.8890191Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:03.8891486Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/test_ndarray_methods.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:03.884583] 2025-12-04T10:40:07.7209959Z 2025-12-04T10:40:07.7210945Z functorch/test_ops 1/9 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_1.9_cac29e0a6e09bad2_.log 2025-12-04T10:40:07.7211940Z Running 0 items in this shard: 2025-12-04T10:40:07.7212176Z 2025-12-04T10:40:07.7212619Z Finished functorch/test_ops 1/9 ... [2025-12-04 10:40:07.710236][3999.429399], took 0.53min 2025-12-04T10:40:09.0222559Z 2025-12-04T10:40:09.0223519Z functorch/test_ops 8/9 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_8.9_735b51d2ec48a0b4_.log 2025-12-04T10:40:09.0224252Z Running 0 items in this shard: 2025-12-04T10:40:09.0224431Z 2025-12-04T10:40:09.0225192Z Finished functorch/test_ops 8/9 ... [2025-12-04 10:40:09.019091][4000.7306568], took 0.52min 2025-12-04T10:40:10.4151089Z 2025-12-04T10:40:10.4152157Z torch_np/test_ndarray_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_ndarray_methods_1.1_341841cf6ff3b695_.log 2025-12-04T10:40:10.4153101Z Running 0 items in this shard: 2025-12-04T10:40:10.4153303Z 2025-12-04T10:40:10.4154373Z Finished torch_np/test_ndarray_methods 1/1 ... [2025-12-04 10:40:10.415263][4002.1235423], took 0.11min 2025-12-04T10:40:13.6004858Z Running test_view_ops 1/1 ... [2025-12-04 10:40:13.597207][4005.308526] 2025-12-04T10:40:13.6005348Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:13.6012558Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_view_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:13.597207] 2025-12-04T10:40:14.7747787Z Running test_type_info 1/1 ... [2025-12-04 10:40:14.774266][4006.4828482] 2025-12-04T10:40:14.7748231Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:14.7755509Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_type_info.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:14.774919] 2025-12-04T10:40:16.8039536Z Running functorch/test_aotdispatch 1/12 ... [2025-12-04 10:40:16.803717][4008.5119773] 2025-12-04T10:40:16.8040148Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:16.8047885Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'not serial', '--shard-id=1', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:16.804582] 2025-12-04T10:40:20.0003660Z 2025-12-04T10:40:20.0004532Z test_type_info 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_info_1.1_2dae32f998b02b40_.log 2025-12-04T10:40:20.0005582Z Running 0 items in this shard: 2025-12-04T10:40:20.0005778Z 2025-12-04T10:40:20.0006205Z Finished test_type_info 1/1 ... [2025-12-04 10:40:20.000107][4011.7087675], took 0.09min 2025-12-04T10:40:20.5494837Z 2025-12-04T10:40:20.5496084Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_d67665222395739d_.log 2025-12-04T10:40:20.5496879Z Running 0 items in this shard: 2025-12-04T10:40:20.5497071Z 2025-12-04T10:40:20.5497682Z Finished test_view_ops 1/1 ... [2025-12-04 10:40:20.541866][4012.2578721], took 0.12min 2025-12-04T10:40:25.6432277Z Running functorch/test_aotdispatch 4/12 ... [2025-12-04 10:40:25.642497][4017.3511497] 2025-12-04T10:40:25.6432810Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:25.6439765Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'not serial', '--shard-id=4', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:25.643667] 2025-12-04T10:40:26.4981120Z Running functorch/test_aotdispatch 11/12 ... [2025-12-04 10:40:26.491493][4018.2061273] 2025-12-04T10:40:26.4981651Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:26.5000451Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'not serial', '--shard-id=11', '--num-shards=12', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:26.491493] 2025-12-04T10:40:34.1839407Z 2025-12-04T10:40:34.1840683Z functorch/test_aotdispatch 1/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_1.12_7e64eef923dffd02_.log 2025-12-04T10:40:34.1841508Z Running 0 items in this shard: 2025-12-04T10:40:34.1841715Z 2025-12-04T10:40:34.1842045Z Finished functorch/test_aotdispatch 1/12 ... [2025-12-04 10:40:34.183720][4025.8923354], took 0.29min 2025-12-04T10:40:39.7096911Z Running torch_np/numpy_tests/core/test_dlpack 1/1 ... [2025-12-04 10:40:39.709403][4031.4177104] 2025-12-04T10:40:39.7097465Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:39.7104460Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_dlpack.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:39.710098] 2025-12-04T10:40:42.9973005Z 2025-12-04T10:40:42.9973991Z functorch/test_aotdispatch 4/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_4.12_66117e4abb858429_.log 2025-12-04T10:40:42.9975335Z Running 0 items in this shard: 2025-12-04T10:40:42.9975616Z 2025-12-04T10:40:42.9975926Z Finished functorch/test_aotdispatch 4/12 ... [2025-12-04 10:40:42.996467][4034.7056857], took 0.29min 2025-12-04T10:40:43.7762965Z 2025-12-04T10:40:43.7764097Z functorch/test_aotdispatch 11/12 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_11.12_8e143a187a6e5a56_.log 2025-12-04T10:40:43.7765290Z Running 0 items in this shard: 2025-12-04T10:40:43.7765487Z 2025-12-04T10:40:43.7765997Z Finished functorch/test_aotdispatch 11/12 ... [2025-12-04 10:40:43.776465][4035.4847288], took 0.29min 2025-12-04T10:40:44.9801622Z 2025-12-04T10:40:44.9802641Z torch_np/numpy_tests/core/test_dlpack 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_dlpack_1.1_ec3327357c5ddcae_.log 2025-12-04T10:40:44.9805889Z Running 0 items in this shard: 2025-12-04T10:40:44.9806080Z 2025-12-04T10:40:44.9806995Z Finished torch_np/numpy_tests/core/test_dlpack 1/1 ... [2025-12-04 10:40:44.980437][4036.6887859], took 0.09min 2025-12-04T10:40:48.7891739Z Running test_scatter_gather_ops 1/1 ... [2025-12-04 10:40:48.785488][4040.4971902] 2025-12-04T10:40:48.7892396Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:48.7899003Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:48.785488] 2025-12-04T10:40:49.4421205Z Running test_mkldnn 1/1 ... [2025-12-04 10:40:49.439776][4041.1501474] 2025-12-04T10:40:49.4421660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:49.4428628Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'test_mkldnn.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:49.439776] 2025-12-04T10:40:50.6770179Z Running functorch/test_vmap 1/2 ... [2025-12-04 10:40:50.676453][4042.3850425] 2025-12-04T10:40:50.6770752Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:40:50.6777833Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'functorch/test_vmap.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:40:50.677145] 2025-12-04T10:40:54.9092267Z 2025-12-04T10:40:54.9093442Z test_scatter_gather_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_scatter_gather_ops_1.1_620c7f7bb8056a77_.log 2025-12-04T10:40:54.9094223Z Running 0 items in this shard: 2025-12-04T10:40:54.9094399Z 2025-12-04T10:40:54.9094794Z Finished test_scatter_gather_ops 1/1 ... [2025-12-04 10:40:54.902733][4046.6176034], took 0.10min 2025-12-04T10:40:55.4313810Z 2025-12-04T10:40:55.4314688Z test_mkldnn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_1.1_14b36cb281270a05_.log 2025-12-04T10:40:55.4315529Z Running 0 items in this shard: 2025-12-04T10:40:55.4315708Z 2025-12-04T10:40:55.4316506Z Finished test_mkldnn 1/1 ... [2025-12-04 10:40:55.428496][4047.1397605], took 0.10min 2025-12-04T10:41:00.6876581Z Running cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 ... [2025-12-04 10:41:00.687240][4052.3956516] 2025-12-04T10:41:00.6877280Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:41:00.6884308Z Executing ['C:\\Jenkins\\Miniconda3\\envs\\py_tmp\\python.exe', '-bb', 'cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '--flake-finder', '--flake-runs=50', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2025-12-04 10:41:00.687867] 2025-12-04T10:41:03.7890398Z 2025-12-04T10:41:03.7891589Z functorch/test_vmap 1/2 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_vmap_1.2_4da703820f8ff124_.log 2025-12-04T10:41:03.7892645Z Running 0 items in this shard: 2025-12-04T10:41:03.7892877Z 2025-12-04T10:41:03.7893147Z Finished functorch/test_vmap 1/2 ... [2025-12-04 10:41:03.786468][4055.4974227], took 0.22min 2025-12-04T10:41:05.8734011Z 2025-12-04T10:41:05.8735380Z cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility_1.1_2ea9cf846042be1d_.log 2025-12-04T10:41:05.8736575Z Running 0 items in this shard: 2025-12-04T10:41:05.8736921Z 2025-12-04T10:41:05.8737412Z Finished cpp_extensions/libtorch_agnostic_2_10_extension/test_version_compatibility 1/1 ... [2025-12-04 10:41:05.864435][4057.5817623], took 0.09min 2025-12-04T10:41:10.1691081Z Running test batch 'tests to run' cost 2641.31 seconds 2025-12-04T10:41:10.1724298Z Emitting td_test_failure_stats_v2 2025-12-04T10:41:10.1732003Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility\cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility-121b35fe67313ad3.xml 2025-12-04T10:41:10.1733789Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_transformers\test_transformers-833ff3fe5283295f.xml 2025-12-04T10:41:10.1735026Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-c42f7d57bcd5e3b6.xml 2025-12-04T10:41:10.1736176Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-808319c99f4bb315.xml 2025-12-04T10:41:10.1737482Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-35e51af2e5b2213b.xml 2025-12-04T10:41:10.1738648Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-5981e13a283c47f8.xml 2025-12-04T10:41:10.1739768Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-493c387209edbf90.xml 2025-12-04T10:41:10.1740918Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_decomp\test_decomp-b7e2e4c66b02fe8f.xml 2025-12-04T10:41:10.1742045Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-1d6f1ed51b239d44.xml 2025-12-04T10:41:10.1743138Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-1e76ca9844e6abdf.xml 2025-12-04T10:41:10.1744229Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-6206fc7ee96f2afb.xml 2025-12-04T10:41:10.1745406Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\export.test_sparse\export.test_sparse-616ea2851a82da43.xml 2025-12-04T10:41:10.1746705Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\export.test_draft_export\export.test_draft_export-a4b99f1afc527248.xml 2025-12-04T10:41:10.1748070Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_rearrange\functorch.test_rearrange-39ff19e64e41a024.xml 2025-12-04T10:41:10.1749417Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_parsing\functorch.test_parsing-0157799a8241e2e6.xml 2025-12-04T10:41:10.1750739Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_package\test_package-b2d463f72fa4675c.xml 2025-12-04T10:41:10.1751996Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_profiler\profiler.test_profiler-cf7165ff72956752.xml 2025-12-04T10:41:10.1752962Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T10:41:10.1753421Z Uploading artifacts took 0.00 seconds 2025-12-04T10:41:10.1754187Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkl_verbose\test_mkl_verbose-e7bdd27f0186b202.xml 2025-12-04T10:41:10.1755997Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_comparison_utils\test_comparison_utils-a8152dbee23b4f38.xml 2025-12-04T10:41:10.1757436Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ac_logging\functorch.test_ac_logging-1db680902ad0916e.xml 2025-12-04T10:41:10.1758766Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkldnn_verbose\test_mkldnn_verbose-6522f24ed352996d.xml 2025-12-04T10:41:10.1760077Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_utils_config_module\test_utils_config_module-27e43259c5c13559.xml 2025-12-04T10:41:10.1761333Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_license\test_license-ec7814aa8cbd928a.xml 2025-12-04T10:41:10.1762650Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_hop_infra\test_hop_infra-d6eb063616d3aa19.xml 2025-12-04T10:41:10.1764055Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ao_sparsity\test_ao_sparsity-ed8acf7d092d037a.xml 2025-12-04T10:41:10.1765327Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_autoload\test_autoload-0c779a3439304ff2.xml 2025-12-04T10:41:10.1766651Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.attention.test_open_registry\nn.attention.test_open_registry-1efbb4662f4acced.xml 2025-12-04T10:41:10.1767999Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_as_strided\test_as_strided-116e55a25273d280.xml 2025-12-04T10:41:10.1769359Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.attention.test_fa4\nn.attention.test_fa4-478c70658a7a5242.xml 2025-12-04T10:41:10.1770620Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_proxy_tensor\test_proxy_tensor-248b5d708b79e46f.xml 2025-12-04T10:41:10.1771829Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_fx_passes\test_fx_passes-bf863937339ed958.xml 2025-12-04T10:41:10.1773001Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_foreach\test_foreach-67b9e60b9364f060.xml 2025-12-04T10:41:10.1774241Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_logging\functorch.test_logging-fa2cfc90b1ee0428.xml 2025-12-04T10:41:10.1775542Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_namedtensor\test_namedtensor-b64ef2fb535f0b95.xml 2025-12-04T10:41:10.1776826Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_minifier\functorch.test_minifier-91c238220d8ed4f2.xml 2025-12-04T10:41:10.1778196Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_native_functions\test_native_functions-233a04321f48079c.xml 2025-12-04T10:41:10.1779479Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_basic\torch_np.test_basic-2d4cf8bc272872dc.xml 2025-12-04T10:41:10.1780855Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_invoke_quant\higher_order_ops.test_invoke_quant-65285054f0b7b9ad.xml 2025-12-04T10:41:10.1782234Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_typing\test_typing-a501af12d6b4ef83.xml 2025-12-04T10:41:10.1783551Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_with_effects\higher_order_ops.test_with_effects-9709c4feea7149ba.xml 2025-12-04T10:41:10.1785128Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\higher_order_ops.test_invoke_subgraph\higher_order_ops.test_invoke_subgraph-a77d4472dadbe466.xml 2025-12-04T10:41:10.1786465Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_weak\test_weak-dd80cfe9ded4e7dd.xml 2025-12-04T10:41:10.1787607Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_complex\test_complex-c9c86a4e66db948e.xml 2025-12-04T10:41:10.1788905Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\lazy.test_functionalization\lazy.test_functionalization-cea47161f6790198.xml 2025-12-04T10:41:10.1790282Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_random\torch_np.test_random-edb71f56890e1e3d.xml 2025-12-04T10:41:10.1791534Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_optim\test_optim-25d707fd2c1f672f.xml 2025-12-04T10:41:10.1792784Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.test_multihead_attention\nn.test_multihead_attention-2e423a285580c63a.xml 2025-12-04T10:41:10.4945751Z profiler/test_profiler 1/1 failed! 2025-12-04T10:41:10.4963188Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_legacy_vmap\test_legacy_vmap-0a7c529031468d03.xml 2025-12-04T10:41:10.4964560Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\lazy.test_bindings\lazy.test_bindings-cf8b5699d39b4d32.xml 2025-12-04T10:41:10.4967505Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_pytree\test_pytree-49dc44ee7df24448.xml 2025-12-04T10:41:10.4968857Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_record_function\profiler.test_record_function-97003dc6dcd2885b.xml 2025-12-04T10:41:10.4970302Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_compile_benchmark_util\test_compile_benchmark_util-94ca35d7d472e584.xml 2025-12-04T10:41:10.4973383Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_set_default_mobile_cpu_allocator\test_set_default_mobile_cpu_allocator-c63805ae7d361f1a.xml 2025-12-04T10:41:10.4974788Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_stateless\test_stateless-aa70ead9a5c82040.xml 2025-12-04T10:41:10.4976193Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-b249252d297a2797.xml 2025-12-04T10:41:10.4977446Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-ee639d3b0df04fb0.xml 2025-12-04T10:41:10.4980279Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_numpy_interop\test_numpy_interop-3275698c6116c6d1.xml 2025-12-04T10:41:10.4981480Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-1ada14fb94502acb.xml 2025-12-04T10:41:10.4982770Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_binary_ufuncs\test_binary_ufuncs-99ccff164f8d0518.xml 2025-12-04T10:41:10.4985189Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\complex_tensor.test_complex_tensor\complex_tensor.test_complex_tensor-9fc1f237da97dc85.xml 2025-12-04T10:41:10.4987253Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-bd6bae64ebf5bdbb.xml 2025-12-04T10:41:10.4988585Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_cpp_thread\profiler.test_cpp_thread-7c4e9af7e2b09aae.xml 2025-12-04T10:41:10.4990038Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\complex_tensor.test_complex_tensor\complex_tensor.test_complex_tensor-5632202b10e8580b.xml 2025-12-04T10:41:10.4993204Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_histograms\torch_np.numpy_tests.lib.test_histograms-d17c98d5e78f21bf.xml 2025-12-04T10:41:10.4994678Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_indexing\torch_np.test_indexing-4f7500edcfac08da.xml 2025-12-04T10:41:10.4996069Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_tensorboard\test_tensorboard-2e78ee5945d1e8a6.xml 2025-12-04T10:41:10.4999088Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_indexing\torch_np.numpy_tests.core.test_indexing-599bce50d59942fd.xml 2025-12-04T10:41:10.5000474Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_futures\test_futures-936d7c3bb6a86753.xml 2025-12-04T10:41:10.5001705Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_schema_check\test_schema_check-61799febfc42e109.xml 2025-12-04T10:41:10.5004598Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\nn.test_dropout\nn.test_dropout-f3b3365754dde9aa.xml 2025-12-04T10:41:10.5005928Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.dim.test_split\functorch.dim.test_split-86d0a935b34e7bfa.xml 2025-12-04T10:41:10.5007400Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_type_check\torch_np.numpy_tests.lib.test_type_check-efe7f191e53efe11.xml 2025-12-04T10:41:10.5008914Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\profiler.test_execution_trace\profiler.test_execution_trace-138b759f26db6f03.xml 2025-12-04T10:41:10.5011910Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_scaled_matmul_cuda\test_scaled_matmul_cuda-a04812c9697c222e.xml 2025-12-04T10:41:10.5013234Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_indexing\test_indexing-960025969dc99948.xml 2025-12-04T10:41:10.5014372Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_jit\test_jit-9986f706d5ee72c5.xml 2025-12-04T10:41:10.5017313Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.fft.test_pocketfft\torch_np.numpy_tests.fft.test_pocketfft-47f253f41d18196d.xml 2025-12-04T10:41:10.5018902Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.lib.test_shape_base_\torch_np.numpy_tests.lib.test_shape_base_-eeef8ab80760108e.xml 2025-12-04T10:41:10.5020563Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_getlimits\torch_np.numpy_tests.core.test_getlimits-3444e955e5276051.xml 2025-12-04T10:41:10.5023671Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-1311932122f9d64e.xml 2025-12-04T10:41:10.5024943Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-d23effd2f7fb38cf.xml 2025-12-04T10:41:10.5026295Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.test_ndarray_methods\torch_np.test_ndarray_methods-8e237077faab6d62.xml 2025-12-04T10:41:10.5027613Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_type_info\test_type_info-e778d865949a96ab.xml 2025-12-04T10:41:10.5030393Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_view_ops\test_view_ops-c08c04309626866d.xml 2025-12-04T10:41:10.5031696Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-d33c6dfdf032af77.xml 2025-12-04T10:41:10.5033771Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-02bf99167c0481ff.xml 2025-12-04T10:41:10.5036898Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_aotdispatch\functorch.test_aotdispatch-e966d919b8603be8.xml 2025-12-04T10:41:10.5038392Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\torch_np.numpy_tests.core.test_dlpack\torch_np.numpy_tests.core.test_dlpack-72b67a46f4dd95d2.xml 2025-12-04T10:41:10.5039751Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_mkldnn\test_mkldnn-5b736dbb57295fe4.xml 2025-12-04T10:41:10.5042580Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_scatter_gather_ops\test_scatter_gather_ops-2afd238e7ad6b355.xml 2025-12-04T10:41:10.5044157Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_vmap\functorch.test_vmap-5a61aa6ce09b29da.xml 2025-12-04T10:41:10.5045884Z Parsing testcases for test report: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility\cpp_extensions.libtorch_agnostic_2_10_extension.test_version_compatibility-74d011c9e4314b79.xml 2025-12-04T10:41:10.5049134Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_test_failure_stats_v2_1764844870_bf34f04dd0fd11f095d50ea982a10aed 2025-12-04T10:41:10.5050216Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_test_failure_stats_v2_1764844870_bf34f04dd0fd11f095d50ea982a10aed 2025-12-04T10:41:11.3422151Z 2025-12-04T10:41:11.3422901Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2025-12-04T10:41:11.3423399Z 2025-12-04T10:41:11.3423632Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch\test>popd 2025-12-04T10:41:11.3429048Z 2025-12-04T10:41:11.3429316Z (py_tmp) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-12-04T10:41:11.3453207Z + [[ 3 == 1 ]] 2025-12-04T10:41:11.3453437Z + [[ 3 == 2 ]] 2025-12-04T10:41:11.3453657Z + assert_git_not_dirty 2025-12-04T10:41:11.3454008Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-12-04T10:41:11.3454301Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-12-04T10:41:11.3587121Z ++ git status --porcelain 2025-12-04T10:41:11.3645281Z ++ grep -v '?? third_party' 2025-12-04T10:41:15.5457832Z ++ true 2025-12-04T10:41:15.5463277Z + git_status= 2025-12-04T10:41:15.5463509Z + [[ -n '' ]] 2025-12-04T10:41:15.5463739Z + echo 'TEST PASSED' 2025-12-04T10:41:15.5463967Z TEST PASSED 2025-12-04T10:41:15.5630306Z ##[group]Run cat test/**/*_toprint.log || true 2025-12-04T10:41:15.5630731Z cat test/**/*_toprint.log || true 2025-12-04T10:41:15.5652105Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T10:41:15.5652540Z env: 2025-12-04T10:41:15.5652731Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:15.5653011Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:15.5653458Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:15.5653992Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:15.5654477Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:15.5654870Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:15.5655163Z ##[endgroup] 2025-12-04T10:41:15.6507429Z cat: 'test/**/*_toprint.log': No such file or directory 2025-12-04T10:41:15.6649975Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2025-12-04T10:41:15.6650425Z kill "$MONITOR_SCRIPT_PID" 2025-12-04T10:41:15.6672309Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T10:41:15.6672758Z env: 2025-12-04T10:41:15.6672936Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:15.6673214Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:15.6673657Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:15.6674184Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:15.6674666Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:15.6675064Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:15.6675376Z MONITOR_SCRIPT_PID: 48 2025-12-04T10:41:15.6675584Z ##[endgroup] 2025-12-04T10:41:15.6877138Z C:\actions-runner\_work\_temp\b9fd2df0-b5c3-425a-bb17-5a2702ea034e.sh: line 1: kill: (48) - No such process 2025-12-04T10:41:15.6906178Z ##[error]Process completed with exit code 1. 2025-12-04T10:41:15.7125958Z Prepare all required actions 2025-12-04T10:41:15.7126561Z Getting action download info 2025-12-04T10:41:15.9066155Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-12-04T10:41:16.2455484Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-12-04T10:41:16.6914499Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-12-04T10:41:16.6914833Z with: 2025-12-04T10:41:16.6915194Z file-suffix: test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437 2025-12-04T10:41:16.6915642Z s3-bucket: gha-artifacts 2025-12-04T10:41:16.6915870Z env: 2025-12-04T10:41:16.6916044Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:16.6916317Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:16.6916767Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:16.6917542Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:16.6918123Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:16.6918537Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:16.6918820Z ##[endgroup] 2025-12-04T10:41:16.7050690Z ##[group]Run # -ir => recursive include all files in pattern 2025-12-04T10:41:16.7104304Z # -ir => recursive include all files in pattern 2025-12-04T10:41:16.7104790Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2025-12-04T10:41:16.7130220Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:41:16.7130688Z env: 2025-12-04T10:41:16.7130872Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:16.7131149Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:16.7131592Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:16.7132146Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:16.7132634Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:16.7133023Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:16.7133477Z FILE_SUFFIX: test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437 2025-12-04T10:41:16.7133898Z ##[endgroup] 2025-12-04T10:41:17.0750489Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:41:17.0824972Z Finished 2025-12-04T10:41:17.2313133Z 2025-12-04T10:41:17.2313648Z 7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03 2025-12-04T10:41:17.2313971Z 2025-12-04T10:41:17.2314059Z Scanning the drive: 2025-12-04T10:41:17.2314304Z 183 files, 528567 bytes (517 KiB) 2025-12-04T10:41:17.2314477Z 2025-12-04T10:41:17.2314830Z Creating archive: test-jsons-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:17.2315324Z 2025-12-04T10:41:17.2315482Z Add new data to archive: 183 files, 528567 bytes (517 KiB) 2025-12-04T10:41:17.2315902Z 2025-12-04T10:41:17.2315906Z 2025-12-04T10:41:17.2315999Z Files read from disk: 183 2025-12-04T10:41:17.2316243Z Archive size: 68064 bytes (67 KiB) 2025-12-04T10:41:17.2316511Z Everything is Ok 2025-12-04T10:41:17.2599116Z ##[group]Run # -ir => recursive include all files in pattern 2025-12-04T10:41:17.2599543Z # -ir => recursive include all files in pattern 2025-12-04T10:41:17.2600123Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2025-12-04T10:41:17.2692577Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:41:17.2693037Z env: 2025-12-04T10:41:17.2693235Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:17.2693511Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:17.2693968Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:17.2696103Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:17.2696626Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:17.2699475Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:17.2699934Z FILE_SUFFIX: test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437 2025-12-04T10:41:17.2700364Z ##[endgroup] 2025-12-04T10:41:17.6346220Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:41:17.6401755Z Finished 2025-12-04T10:41:17.7295998Z 2025-12-04T10:41:17.7296490Z 7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03 2025-12-04T10:41:17.7296802Z 2025-12-04T10:41:17.7296884Z Scanning the drive: 2025-12-04T10:41:17.7297107Z 182 files, 418700 bytes (409 KiB) 2025-12-04T10:41:17.7297287Z 2025-12-04T10:41:17.7297662Z Creating archive: test-reports-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:17.7298285Z 2025-12-04T10:41:17.7298455Z Add new data to archive: 182 files, 418700 bytes (409 KiB) 2025-12-04T10:41:17.7298723Z 2025-12-04T10:41:17.7298727Z 2025-12-04T10:41:17.7298822Z Files read from disk: 182 2025-12-04T10:41:17.7299064Z Archive size: 86919 bytes (85 KiB) 2025-12-04T10:41:17.7299336Z Everything is Ok 2025-12-04T10:41:17.7613477Z ##[group]Run # -ir => recursive include all files in pattern 2025-12-04T10:41:17.7613922Z # -ir => recursive include all files in pattern 2025-12-04T10:41:17.7614411Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2025-12-04T10:41:17.7632639Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:41:17.7633092Z env: 2025-12-04T10:41:17.7633286Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:17.7633569Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:17.7634021Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:17.7634568Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:17.7635199Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:17.7635715Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:17.7636227Z FILE_SUFFIX: test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437 2025-12-04T10:41:17.7636704Z ##[endgroup] 2025-12-04T10:41:18.1141171Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:41:18.1224679Z Finished 2025-12-04T10:41:18.2160088Z 2025-12-04T10:41:18.2160810Z 7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03 2025-12-04T10:41:18.2162600Z 2025-12-04T10:41:18.2162688Z Scanning the drive: 2025-12-04T10:41:18.2162915Z 305 files, 491953 bytes (481 KiB) 2025-12-04T10:41:18.2163088Z 2025-12-04T10:41:18.2163498Z Creating archive: logs-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:18.2163944Z 2025-12-04T10:41:18.2164117Z Add new data to archive: 305 files, 491953 bytes (481 KiB) 2025-12-04T10:41:18.2164519Z 2025-12-04T10:41:18.2164523Z 2025-12-04T10:41:18.2164616Z Files read from disk: 305 2025-12-04T10:41:18.2164860Z Archive size: 185363 bytes (182 KiB) 2025-12-04T10:41:18.2165131Z Everything is Ok 2025-12-04T10:41:18.2487102Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T10:41:18.2487425Z with: 2025-12-04T10:41:18.2487613Z s3-bucket: gha-artifacts 2025-12-04T10:41:18.2487905Z s3-prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:18.2488220Z retention-days: 14 2025-12-04T10:41:18.2488563Z if-no-files-found: warn 2025-12-04T10:41:18.2488796Z path: test-jsons-*.zip 2025-12-04T10:41:18.2489021Z name: artifact 2025-12-04T10:41:18.2489298Z region: us-east-1 2025-12-04T10:41:18.2489495Z env: 2025-12-04T10:41:18.2489677Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:18.2489944Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:18.2490977Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:18.2491520Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:18.2492008Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:18.2492409Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:18.2492708Z ##[endgroup] 2025-12-04T10:41:18.7431933Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T10:41:18.7432382Z With the provided path, there will be 1 file uploaded 2025-12-04T10:41:18.7432793Z Uploading to s3 prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:18.7446909Z Starting upload of test-jsons-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:18.9136262Z Finished upload of test-jsons-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:18.9396130Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T10:41:18.9396548Z with: 2025-12-04T10:41:18.9396753Z s3-bucket: gha-artifacts 2025-12-04T10:41:18.9397057Z s3-prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:18.9397365Z retention-days: 14 2025-12-04T10:41:18.9397589Z if-no-files-found: error 2025-12-04T10:41:18.9397825Z path: test-reports-*.zip 2025-12-04T10:41:18.9398062Z name: artifact 2025-12-04T10:41:18.9398257Z region: us-east-1 2025-12-04T10:41:18.9398455Z env: 2025-12-04T10:41:18.9398625Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:18.9398903Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:18.9399360Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:18.9399882Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:18.9400362Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:18.9400754Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:18.9401053Z ##[endgroup] 2025-12-04T10:41:19.3461371Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T10:41:19.3461826Z With the provided path, there will be 1 file uploaded 2025-12-04T10:41:19.3462238Z Uploading to s3 prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:19.3475825Z Starting upload of test-reports-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:19.5489765Z Finished upload of test-reports-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:19.5753760Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T10:41:19.5754064Z with: 2025-12-04T10:41:19.5754260Z s3-bucket: gha-artifacts 2025-12-04T10:41:19.5754675Z s3-prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:19.5754997Z retention-days: 14 2025-12-04T10:41:19.5755218Z if-no-files-found: ignore 2025-12-04T10:41:19.5755556Z path: logs-*.zip 2025-12-04T10:41:19.5755750Z name: artifact 2025-12-04T10:41:19.5756043Z region: us-east-1 2025-12-04T10:41:19.5756256Z env: 2025-12-04T10:41:19.5756447Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:19.5756911Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:19.5757369Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:19.5758006Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:19.5758584Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:19.5759086Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:19.5759368Z ##[endgroup] 2025-12-04T10:41:19.9806444Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T10:41:19.9806993Z With the provided path, there will be 1 file uploaded 2025-12-04T10:41:19.9807492Z Uploading to s3 prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:19.9822972Z Starting upload of logs-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:20.1742019Z Finished upload of logs-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip 2025-12-04T10:41:20.2007594Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T10:41:20.2007917Z with: 2025-12-04T10:41:20.2008103Z s3-bucket: gha-artifacts 2025-12-04T10:41:20.2008392Z s3-prefix: pytorch/pytorch/19922768520/1/artifact 2025-12-04T10:41:20.2008702Z retention-days: 14 2025-12-04T10:41:20.2008929Z if-no-files-found: ignore 2025-12-04T10:41:20.2009168Z path: debug-*.zip 2025-12-04T10:41:20.2009360Z name: artifact 2025-12-04T10:41:20.2009556Z region: us-east-1 2025-12-04T10:41:20.2009739Z env: 2025-12-04T10:41:20.2009922Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:20.2010194Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:20.2010650Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:20.2011172Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:20.2011664Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:20.2012142Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:20.2012434Z ##[endgroup] 2025-12-04T10:41:20.6010986Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-12-04T10:41:20.6265732Z Prepare all required actions 2025-12-04T10:41:20.6266158Z Getting action download info 2025-12-04T10:41:20.7837605Z Download action repository 'actions/setup-python@v6' (SHA:83679a892e2d95755f2dac6acb0bfd1e9ac5d548) 2025-12-04T10:41:21.1459683Z ##[group]Run ./.github/actions/upload-utilization-stats 2025-12-04T10:41:21.1460042Z with: 2025-12-04T10:41:21.1460222Z job_id: 57120243437 2025-12-04T10:41:21.1460682Z job_name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T10:41:21.1461194Z workflow_name: trunk 2025-12-04T10:41:21.1461417Z workflow_run_id: 19922768520 2025-12-04T10:41:21.1461649Z workflow_attempt: 1 2025-12-04T10:41:21.1462573Z env: 2025-12-04T10:41:21.1464562Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:21.1464847Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:21.1465311Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:21.1465854Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:21.1466325Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:21.1466731Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:21.1467019Z ##[endgroup] 2025-12-04T10:41:21.1569273Z ##[group]Run actions/setup-python@v6 2025-12-04T10:41:21.1569542Z with: 2025-12-04T10:41:21.1569736Z python-version: 3.10 2025-12-04T10:41:21.1569961Z check-latest: false 2025-12-04T10:41:21.1570291Z token: *** 2025-12-04T10:41:21.1570490Z update-environment: true 2025-12-04T10:41:21.1570744Z allow-prereleases: false 2025-12-04T10:41:21.1570977Z freethreaded: false 2025-12-04T10:41:21.1571184Z env: 2025-12-04T10:41:21.1583613Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:21.1584124Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:21.1584583Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:21.1585115Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:21.1585609Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:21.1586002Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:21.1586305Z ##[endgroup] 2025-12-04T10:41:21.3418178Z ##[group]Installed versions 2025-12-04T10:41:21.3430691Z Version 3.10 was not found in the local cache 2025-12-04T10:41:21.3706166Z (node:5208) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2025-12-04T10:41:21.3706936Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-12-04T10:41:21.7192445Z Version 3.10 is available for downloading 2025-12-04T10:41:21.7193212Z Download from "https://github.com/actions/python-versions/releases/download/3.10.11-11114431484/python-3.10.11-win32-x64.zip" 2025-12-04T10:41:22.0088233Z Extract downloaded archive 2025-12-04T10:41:22.0415380Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath 'C:\actions-runner\_work\_temp\python-3.10.11-win32-x64.zip' -DestinationPath 'C:\actions-runner\_work\_temp\3ee3af4a-3542-420f-afdd-9ba3fd27a255' -Force } else {[System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\python-3.10.11-win32-x64.zip', 'C:\actions-runner\_work\_temp\3ee3af4a-3542-420f-afdd-9ba3fd27a255', $true) }" 2025-12-04T10:41:22.6514026Z Execute installation script 2025-12-04T10:41:23.0457278Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:41:23.0543426Z Finished 2025-12-04T10:41:23.0797741Z Check if Python hostedtoolcache folder exist... 2025-12-04T10:41:23.0800285Z 2025-12-04T10:41:23.0812192Z Create Python toolcache folder 2025-12-04T10:41:23.0813105Z 2025-12-04T10:41:23.0843507Z Check if current Python version is installed... 2025-12-04T10:41:23.0844388Z 2025-12-04T10:41:23.0883852Z No Python3.10.* found 2025-12-04T10:41:23.0884618Z 2025-12-04T10:41:23.0890502Z Remove registry entries for Python 3.10(x64)... 2025-12-04T10:41:23.0890913Z 2025-12-04T10:41:23.3151613Z Create Python 3.10.11 folder in C:\actions-runner\_work\_tool\Python 2025-12-04T10:41:23.3151976Z 2025-12-04T10:41:23.3172345Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:23.3172781Z 2025-12-04T10:41:23.3595724Z Install Python 3.10.11 in C:\actions-runner\_work\_tool\Python... 2025-12-04T10:41:23.3596103Z 2025-12-04T10:41:40.8606427Z Create python3 symlink 2025-12-04T10:41:40.8606647Z 2025-12-04T10:41:40.9030813Z 2025-12-04T10:41:40.9031615Z 2025-12-04T10:41:40.9033179Z Directory: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:40.9033502Z 2025-12-04T10:41:40.9033506Z 2025-12-04T10:41:40.9038375Z Mode LastWriteTime Length Name 2025-12-04T10:41:40.9041898Z ---- ------------- ------ ---- 2025-12-04T10:41:40.9046954Z -a---l 12/4/2025 10:41 AM 0 python3.exe 2025-12-04T10:41:40.9052712Z Install and upgrade Pip 2025-12-04T10:41:40.9053730Z 2025-12-04T10:41:42.7430901Z Looking in links: c:\Users\RUNNER~1\AppData\Local\Temp\tmpzjk86cbx 2025-12-04T10:41:42.7434974Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.11\x64\lib\site-packages (65.5.0) 2025-12-04T10:41:42.7438875Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.11\x64\lib\site-packages (23.0.1) 2025-12-04T10:41:43.6718010Z Collecting pip 2025-12-04T10:41:43.6930552Z Downloading pip-25.3-py3-none-any.whl (1.8 MB) 2025-12-04T10:41:43.7345326Z 2025-12-04T10:41:43.7346267Z ---------------------------------------- 1.8/1.8 MB 2025-12-04T10:41:43.7346629Z 57.0 MB/s eta 0:00:00 2025-12-04T10:41:43.7348404Z 2025-12-04T10:41:43.7870452Z Installing collected packages: pip 2025-12-04T10:41:43.7872545Z Attempting uninstall: pip 2025-12-04T10:41:43.7879995Z Found existing installation: pip 23.0.1 2025-12-04T10:41:44.2059638Z Uninstalling pip-23.0.1: 2025-12-04T10:41:44.2283347Z Successfully uninstalled pip-23.0.1 2025-12-04T10:41:45.8079372Z Successfully installed pip-25.3 2025-12-04T10:41:45.9634088Z Create complete file 2025-12-04T10:41:45.9634311Z 2025-12-04T10:41:45.9645398Z 2025-12-04T10:41:45.9645904Z 2025-12-04T10:41:45.9874999Z Successfully set up CPython (3.10.11) 2025-12-04T10:41:45.9875531Z ##[endgroup] 2025-12-04T10:41:46.0154758Z ##[group]Run echo "workflow_id: 19922768520" 2025-12-04T10:41:46.0155278Z echo "workflow_id: 19922768520" 2025-12-04T10:41:46.0155592Z echo "workflow_attempt: 1" 2025-12-04T10:41:46.0155965Z echo "workflow_Name: trunk" 2025-12-04T10:41:46.0156271Z echo "job_id: 57120243437" 2025-12-04T10:41:46.0156928Z echo "job_name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests)" 2025-12-04T10:41:46.0157540Z echo "artifact_prefix: " 2025-12-04T10:41:46.0157844Z python3 --version 2025-12-04T10:41:46.0180262Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T10:41:46.0180703Z env: 2025-12-04T10:41:46.0180906Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:46.0181206Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:46.0181658Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:46.0182303Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:46.0182803Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:46.0183232Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:46.0184238Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0184793Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:41:46.0185322Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0185796Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0186280Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0186651Z ##[endgroup] 2025-12-04T10:41:46.0399388Z workflow_id: 19922768520 2025-12-04T10:41:46.0399665Z workflow_attempt: 1 2025-12-04T10:41:46.0399901Z workflow_Name: trunk 2025-12-04T10:41:46.0400111Z job_id: 57120243437 2025-12-04T10:41:46.0400602Z job_name: win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests) 2025-12-04T10:41:46.0401139Z artifact_prefix: 2025-12-04T10:41:46.0596841Z Python 3.10.11 2025-12-04T10:41:46.0745874Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T10:41:46.0746174Z with: 2025-12-04T10:41:46.0746348Z shell: bash 2025-12-04T10:41:46.0746535Z timeout_minutes: 5 2025-12-04T10:41:46.0746746Z max_attempts: 5 2025-12-04T10:41:46.0746940Z retry_wait_seconds: 30 2025-12-04T10:41:46.0747460Z command: set -eu python3 -m pip install python-dateutil==2.8.2 boto3==1.35.42 pandas==2.1.3 dataclasses_json==0.6.7 2025-12-04T10:41:46.0748018Z polling_interval_seconds: 1 2025-12-04T10:41:46.0748273Z warning_on_retry: true 2025-12-04T10:41:46.0748511Z continue_on_error: false 2025-12-04T10:41:46.0748733Z env: 2025-12-04T10:41:46.0748906Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:41:46.0749178Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:41:46.0749632Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:41:46.0750255Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:41:46.0750745Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:41:46.0751145Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:41:46.0751557Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0752080Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:41:46.0752582Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0753050Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0753514Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:41:46.0753869Z ##[endgroup] 2025-12-04T10:41:46.6637505Z Collecting python-dateutil==2.8.2 2025-12-04T10:41:46.6849217Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-12-04T10:41:47.0398617Z Collecting boto3==1.35.42 2025-12-04T10:41:47.0423988Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-12-04T10:41:47.1836449Z Collecting pandas==2.1.3 2025-12-04T10:41:47.1891580Z Downloading pandas-2.1.3-cp310-cp310-win_amd64.whl.metadata (18 kB) 2025-12-04T10:41:47.2494691Z Collecting dataclasses_json==0.6.7 2025-12-04T10:41:47.2515812Z Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-12-04T10:41:47.2750394Z Collecting six>=1.5 (from python-dateutil==2.8.2) 2025-12-04T10:41:47.2750889Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T10:41:47.7454235Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-12-04T10:41:47.7476910Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-12-04T10:41:47.7650608Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42) 2025-12-04T10:41:47.7672517Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T10:41:47.7913878Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-12-04T10:41:47.7935820Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-12-04T10:41:48.0495213Z Collecting numpy<2,>=1.22.4 (from pandas==2.1.3) 2025-12-04T10:41:48.0550716Z Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB) 2025-12-04T10:41:48.1118870Z Collecting pytz>=2020.1 (from pandas==2.1.3) 2025-12-04T10:41:48.1140785Z Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-12-04T10:41:48.1330926Z Collecting tzdata>=2022.1 (from pandas==2.1.3) 2025-12-04T10:41:48.1350829Z Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-12-04T10:41:48.1834728Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-12-04T10:41:48.1855039Z Using cached marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-12-04T10:41:48.2009056Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-12-04T10:41:48.2029122Z Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-12-04T10:41:48.2419009Z Collecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) 2025-12-04T10:41:48.2461514Z Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-12-04T10:41:48.2748220Z Collecting packaging>=17.0 (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) 2025-12-04T10:41:48.2771748Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T10:41:48.5193877Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T10:41:48.5214317Z Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-12-04T10:41:48.5430791Z Collecting typing-extensions>=3.7.4 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-12-04T10:41:48.5450411Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T10:41:48.5561371Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-12-04T10:41:48.5690720Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-12-04T10:41:48.5767832Z Downloading pandas-2.1.3-cp310-cp310-win_amd64.whl (10.7 MB) 2025-12-04T10:41:48.6479607Z ---------------------------------------- 10.7/10.7 MB 167.8 MB/s 0:00:00 2025-12-04T10:41:48.6498953Z Using cached dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-12-04T10:41:48.6516838Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-12-04T10:41:48.6611560Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-12-04T10:41:48.6630449Z Using cached marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-12-04T10:41:48.6708152Z Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB) 2025-12-04T10:41:48.7860266Z ---------------------------------------- 15.8/15.8 MB 142.6 MB/s 0:00:00 2025-12-04T10:41:48.7879663Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-12-04T10:41:48.7898802Z Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-12-04T10:41:48.7938383Z Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-12-04T10:41:48.8021902Z Using cached mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-12-04T10:41:48.8040424Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-12-04T10:41:48.8059356Z Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-12-04T10:41:48.8080927Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-12-04T10:41:48.8104788Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T10:41:48.8123700Z Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-12-04T10:41:49.1122280Z Installing collected packages: pytz, urllib3, tzdata, typing-extensions, six, packaging, numpy, mypy-extensions, jmespath, typing-inspect, python-dateutil, marshmallow, pandas, dataclasses_json, botocore, s3transfer, boto3 2025-12-04T10:42:01.8798170Z 2025-12-04T10:42:01.8862275Z Successfully installed boto3-1.35.42 botocore-1.35.99 dataclasses_json-0.6.7 jmespath-1.0.1 marshmallow-3.26.1 mypy-extensions-1.1.0 numpy-1.26.4 packaging-25.0 pandas-2.1.3 python-dateutil-2.8.2 pytz-2025.2 s3transfer-0.10.4 six-1.17.0 typing-extensions-4.15.0 typing-inspect-0.9.0 tzdata-2025.2 urllib3-2.5.0 2025-12-04T10:42:02.2470923Z Command completed after 1 attempt(s). 2025-12-04T10:42:02.2650357Z ##[group]Run python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-12-04T10:42:02.2651153Z python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-12-04T10:42:02.2651652Z  --workflow-run-id "19922768520" \ 2025-12-04T10:42:02.2652062Z  --workflow-name "trunk" \ 2025-12-04T10:42:02.2652359Z  --workflow-run-attempt "1" \ 2025-12-04T10:42:02.2652657Z  --job-id "57120243437" \ 2025-12-04T10:42:02.2653205Z  --job-name "win-vs2022-cpu-py3 / test (default, 3, 4, lf.windows.4xlarge.nonephemeral, rerun_disabled_tests)" \ 2025-12-04T10:42:02.2653788Z  --local-path "" \ 2025-12-04T10:42:02.2654047Z  --artifact-prefix "" 2025-12-04T10:42:02.2679935Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T10:42:02.2680485Z env: 2025-12-04T10:42:02.2680699Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:02.2681075Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:02.2681520Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:02.2682149Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:02.2682857Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:02.2683359Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:02.2683785Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:02.2684401Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:02.2685015Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:02.2685681Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:02.2686247Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:02.2686629Z ##[endgroup] 2025-12-04T10:42:03.0734784Z Traceback (most recent call last): 2025-12-04T10:42:03.0741476Z File "C:\actions-runner\_work\_tool\Python\3.10.11\x64\lib\runpy.py", line 196, in _run_module_as_main 2025-12-04T10:42:03.0742095Z return _run_code(code, main_globals, None, 2025-12-04T10:42:03.0742652Z File "C:\actions-runner\_work\_tool\Python\3.10.11\x64\lib\runpy.py", line 86, in _run_code 2025-12-04T10:42:03.0743146Z exec(code, run_globals) 2025-12-04T10:42:03.0743786Z File "C:\actions-runner\_work\pytorch\pytorch\tools\stats\upload_utilization_stats\upload_utilization_stats.py", line 16, in 2025-12-04T10:42:03.0744601Z from tools.stats.upload_stats_lib import download_s3_artifacts, upload_to_s3 2025-12-04T10:42:03.0745320Z File "C:\actions-runner\_work\pytorch\pytorch\tools\stats\upload_stats_lib.py", line 15, in 2025-12-04T10:42:03.0745848Z import requests 2025-12-04T10:42:03.0746136Z ModuleNotFoundError: No module named 'requests' 2025-12-04T10:42:03.1402350Z ##[error]Process completed with exit code 1. 2025-12-04T10:42:03.1522750Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-12-04T10:42:03.1523174Z python3 .github/scripts/parse_ref.py 2025-12-04T10:42:03.1545627Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-12-04T10:42:03.1546069Z env: 2025-12-04T10:42:03.1546260Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:03.1546543Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:03.1546993Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:03.1547508Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:03.1548091Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:03.1548496Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:03.1548902Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.1549453Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:03.1549962Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.1550543Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.1551020Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.1551476Z ##[endgroup] 2025-12-04T10:42:03.2185641Z Setting output branch=main 2025-12-04T10:42:03.2391360Z Prepare all required actions 2025-12-04T10:42:03.2391771Z Getting action download info 2025-12-04T10:42:03.4105921Z ##[group]Run ./.github/actions/teardown-win 2025-12-04T10:42:03.4106468Z with: 2025-12-04T10:42:03.4106773Z env: 2025-12-04T10:42:03.4107136Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:03.4107656Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:03.4108509Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:03.4109501Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:03.4110416Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:03.4111170Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:03.4111926Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4112912Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:03.4113929Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4114805Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4115693Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4116377Z ##[endgroup] 2025-12-04T10:42:03.4207313Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-12-04T10:42:03.4207820Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-12-04T10:42:03.4307738Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:42:03.4310928Z env: 2025-12-04T10:42:03.4311148Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:03.4311443Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:03.4311914Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:03.4312443Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:03.4312955Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:03.4313378Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:03.4313790Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4314329Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:03.4314853Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4317852Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4318344Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.4318735Z ##[endgroup] 2025-12-04T10:42:03.7843285Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:42:03.7930047Z Finished 2025-12-04T10:42:03.9561395Z Holding runner until all ssh sessions have logged out 2025-12-04T10:42:03.9877920Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-12-04T10:42:03.9878359Z .github\scripts\kill_active_ssh_sessions.ps1 2025-12-04T10:42:03.9898718Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:42:03.9899175Z env: 2025-12-04T10:42:03.9899367Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:03.9899735Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:03.9900199Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:03.9900733Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:03.9901207Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:03.9901609Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:03.9902011Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.9902542Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:03.9904498Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.9904998Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.9905468Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:03.9905837Z ##[endgroup] 2025-12-04T10:42:04.3436044Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:42:04.3461641Z Finished 2025-12-04T10:42:04.3833877Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T10:42:04.3834165Z with: 2025-12-04T10:42:04.3834348Z shell: bash 2025-12-04T10:42:04.3834541Z timeout_minutes: 5 2025-12-04T10:42:04.3834772Z max_attempts: 3 2025-12-04T10:42:04.3834970Z retry_wait_seconds: 90 2025-12-04T10:42:04.3836000Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-12-04T10:42:04.3837057Z polling_interval_seconds: 1 2025-12-04T10:42:04.3837303Z warning_on_retry: true 2025-12-04T10:42:04.3837555Z continue_on_error: false 2025-12-04T10:42:04.3837767Z env: 2025-12-04T10:42:04.3837953Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:04.3838237Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:04.3838804Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:04.3839337Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:04.3839827Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:04.3840241Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:04.3840651Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:04.3841167Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:04.3841697Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:04.3842267Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:04.3842745Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:04.3843113Z EXTRA_DELETE_DIR: 2025-12-04T10:42:04.3843346Z ##[endgroup] 2025-12-04T10:42:04.5135117Z + '[' -n '' ']' 2025-12-04T10:42:04.5140618Z + rm -rf ./AGENTS.md ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CLAUDE.md ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./codex_setup.sh ./defs.bzl ./docker.Makefile ./docs ./functorch ./logs-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pylintrc ./pyproject.toml ./pyrefly.toml ./pytest.ini ./requirements-build.txt ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip ./test-reports-test-default-3-4-lf.windows.4xlarge.nonephemeral_57120243437.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./usage_log.txt ./version.txt 2025-12-04T10:42:32.6875500Z Command completed after 1 attempt(s). 2025-12-04T10:42:32.7060907Z ##[group]Run handle C:\actions-runner\_work\ 2025-12-04T10:42:32.7061324Z handle C:\actions-runner\_work\ 2025-12-04T10:42:32.7082028Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:42:32.7082594Z env: 2025-12-04T10:42:32.7082800Z GIT_DEFAULT_BRANCH: main 2025-12-04T10:42:32.7083178Z CONDA: C:\Jenkins\Miniconda3\condabin\conda.bat 2025-12-04T10:42:32.7083737Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-12-04T10:42:32.7085205Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-12-04T10:42:32.7085734Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-12-04T10:42:32.7086258Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-12-04T10:42:32.7086762Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:32.7087317Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.10.11\x64/lib/pkgconfig 2025-12-04T10:42:32.7087935Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:32.7088514Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:32.7089096Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.10.11\x64 2025-12-04T10:42:32.7089464Z ##[endgroup] 2025-12-04T10:42:33.0591647Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:42:33.0651892Z Finished 2025-12-04T10:42:33.1444602Z 2025-12-04T10:42:33.1444991Z Nthandle v5.0 - Handle viewer 2025-12-04T10:42:33.1445364Z Copyright (C) 1997-2022 Mark Russinovich 2025-12-04T10:42:33.1445695Z Sysinternals - www.sysinternals.com 2025-12-04T10:42:33.1445898Z 2025-12-04T10:42:33.1806643Z powershell.exe pid: 5876 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:42:33.1807325Z handle.exe pid: 4412 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:42:33.1808042Z handle.exe pid: 1608 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:42:33.1808621Z handle64.exe pid: 5908 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:42:33.2199569Z Post job cleanup. 2025-12-04T10:42:33.2298812Z Post job cleanup. 2025-12-04T10:42:33.3787228Z (node:3956) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2025-12-04T10:42:33.3788024Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-12-04T10:42:33.4084473Z Post job cleanup. 2025-12-04T10:42:33.4216759Z Post job cleanup. 2025-12-04T10:42:33.5761649Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-12-04T10:42:33.5993854Z git version 2.51.0.windows.1 2025-12-04T10:42:33.6058362Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\83e663d4-1d01-42df-8c29-f7a61a54e58c\.gitconfig' 2025-12-04T10:42:33.6077244Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\83e663d4-1d01-42df-8c29-f7a61a54e58c' before making global git config changes 2025-12-04T10:42:33.6078124Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T10:42:33.6090020Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-12-04T10:42:33.6451239Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-12-04T10:42:33.6734691Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-12-04T10:42:34.1419231Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T10:42:34.1699076Z http.https://github.com/.extraheader 2025-12-04T10:42:34.1721584Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-12-04T10:42:34.1999352Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-12-04T10:42:34.6298549Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T10:42:34.6609285Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T10:42:35.1072281Z A job completed hook has been configured by the self-hosted runner administrator 2025-12-04T10:42:35.1108715Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-12-04T10:42:35.1126698Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-12-04T10:42:35.1127189Z ##[endgroup] 2025-12-04T10:42:35.4859898Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-12-04T10:42:35.4936846Z Finished 2025-12-04T10:42:37.2106122Z Cleaning up orphan processes 2025-12-04T10:42:37.2490124Z Terminate orphan process: pid (1828) (vctip)